Загрузка данных


dmitriev-aal@VDI-Dmitriev-A:~/Desktop/rshbintech/crft/dboul/ndbo/frontend/remote-account-ui$ sudo docker run --rm -it \
>   -v "$PWD":/app \
>   -w /app \
>   registry.rshbdev.ru/appfarm/infra/images/base/node-latest:24.15.0-bookworm-rshb.0.4.0 \
>   bash
Unable to find image 'registry.rshbdev.ru/appfarm/infra/images/base/node-latest:24.15.0-bookworm-rshb.0.4.0' locally
24.15.0-bookworm-rshb.0.4.0: Pulling from appfarm/infra/images/base/node-latest
9104793a826a: Pull complete 
d055cea50c88: Pull complete 
0869e5c4dac5: Pull complete 
a38666e026a9: Pull complete 
570db93fee96: Pull complete 
809b08d9f236: Pull complete 
b0d42cc70548: Pull complete 
36c4b07a2be5: Pull complete 
322f026ca888: Pull complete 
724351a3cb39: Pull complete 
e4aa9856cbf6: Pull complete 
555a2ce7ac8d: Pull complete 
3ccc67f739c3: Pull complete 
783d65e8ce2b: Pull complete 
7f7d68253ae2: Pull complete 
09d143b03500: Pull complete 
Digest: sha256:43741129f03ebe7eebc0e1d0ada213e1fcab124d74a09d65f9424ee532989f2b
Status: Downloaded newer image for registry.rshbdev.ru/appfarm/infra/images/base/node-latest:24.15.0-bookworm-rshb.0.4.0
root@2eaa876d525a:/app# node -v
v24.15.0
root@2eaa876d525a:/app# npm -v
11.12.1
root@2eaa876d525a:/app# npm install

added 35 packages, removed 41 packages, changed 186 packages, and audited 449 packages in 38s

131 packages are looking for funding
  run `npm fund` for details

28 vulnerabilities (3 low, 12 moderate, 13 high)

To address issues that do not require attention, run:
  npm audit fix

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.
npm notice
npm notice New minor version of npm available! 11.12.1 -> 11.17.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.17.0
npm notice To update run: npm install -g npm@11.17.0
npm notice
root@2eaa876d525a:/app# exit
exit
dmitriev-aal@VDI-Dmitriev-A:~/Desktop/rshbintech/crft/dboul/ndbo/frontend/remote-account-ui$ git diff package-lock.json
diff --git a/package-lock.json b/package-lock.json
index a508bf6..75a9b5c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
        "name": "@rshbintech.dboul.ndbo/remote-account-ui",
-       "version": "0.0.0",
+       "version": "0.0.9",
        "lockfileVersion": 3,
        "requires": true,
        "packages": {
                "": {
                        "name": "@rshbintech.dboul.ndbo/remote-account-ui",
-                       "version": "0.0.0",
+                       "version": "0.0.9",
                        "dependencies": {
                                "@emotion/react": "^11.14.0",
                                "@emotion/styled": "^11.14.0",
@@ -463,6 +463,278 @@
                        "version": "0.4.0",
                        "license": "MIT"
                },
+               "node_modules/@esbuild/aix-ppc64": {
+                       "version": "0.24.2",
+                       "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.24.2.tgz",
+                       "integrity": "sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==",
+                       "cpu": [
+                               "ppc64"
+                       ],
+                       "dev": true,
+                       "license": "MIT",
+                       "optional": true,
+                       "os": [
+                               "aix"
+                       ],
+                       "engines": {
+                               "node": ">=18"
+                       }
+               },
+               "node_modules/@esbuild/android-arm": {
+                       "version": "0.24.2",
+                       "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.24.2.tgz",
+                       "integrity": "sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==",
+                       "cpu": [
+                               "arm"
+                       ],
+                       "dev": true,