chore(deps): bump tar, vite, and dockerode in admin

This commit is contained in:
jakeaturner 2026-07-20 05:56:41 +00:00
parent 97d70a493d
commit eea7b04b3e
No known key found for this signature in database
GPG Key ID: B1072EBDEECE328D
2 changed files with 18 additions and 33 deletions

View File

@ -44,7 +44,7 @@
"bullmq": "5.77.6",
"cheerio": "1.2.0",
"compression": "1.8.1",
"dockerode": "4.0.9",
"dockerode": "5.0.0",
"edge.js": "6.4.0",
"fast-xml-parser": "5.7.0",
"fuse.js": "7.1.0",
@ -72,7 +72,7 @@
"stopword": "3.1.5",
"systeminformation": "5.31.6",
"tailwindcss": "4.2.2",
"tar": "7.5.11",
"tar": "7.5.16",
"tesseract.js": "7.0.0",
"url-join": "5.0.0",
"yaml": "2.8.3"
@ -99,7 +99,7 @@
"prettier": "3.8.1",
"ts-node-maintained": "10.9.6",
"typescript": "5.8.3",
"vite": "6.4.2"
"vite": "6.4.3"
}
},
"node_modules/@adobe/css-tools": {
@ -8091,21 +8091,20 @@
}
},
"node_modules/dockerode": {
"version": "4.0.9",
"resolved": "https://registry.npmjs.org/dockerode/-/dockerode-4.0.9.tgz",
"integrity": "sha512-iND4mcOWhPaCNh54WmK/KoSb35AFqPAUWFMffTQcp52uQt36b5uNwEJTSXntJZBbeGad72Crbi/hvDIv6us/6Q==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/dockerode/-/dockerode-5.0.0.tgz",
"integrity": "sha512-C52mvJ+7lcyhWNfrzVfFsbTrBfy/ezE9FGEYLpu17FUeBcCkxERk9nN7uDl/478ynDiQ4U+5DbQC2vENHkVEtQ==",
"license": "Apache-2.0",
"dependencies": {
"@balena/dockerignore": "^1.0.2",
"@grpc/grpc-js": "^1.11.1",
"@grpc/proto-loader": "^0.7.13",
"docker-modem": "^5.0.6",
"docker-modem": "^5.0.7",
"protobufjs": "^7.3.2",
"tar-fs": "^2.1.4",
"uuid": "^10.0.0"
"tar-fs": "^2.1.4"
},
"engines": {
"node": ">= 8.0"
"node": ">= 14.17"
}
},
"node_modules/dom-serializer": {
@ -16085,9 +16084,9 @@
}
},
"node_modules/tar": {
"version": "7.5.11",
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.11.tgz",
"integrity": "sha512-ChjMH33/KetonMTAtpYdgUFr0tbz69Fp2v7zWxQfYZX4g5ZN2nOBXm1R2xyA+lMIKrLKIoKAwFj93jE/avX9cQ==",
"version": "7.5.16",
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.16.tgz",
"integrity": "sha512-56adEpPMouktRlBLXiaYFFzZ/3+JXa8P9n7WbR+ibIjtviN55mEaOkiysCnPnWm+7kkui1Dn8J9l+g6zV8731w==",
"license": "BlueOak-1.0.0",
"dependencies": {
"@isaacs/fs-minipass": "^4.0.0",
@ -16854,20 +16853,6 @@
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
"license": "MIT"
},
"node_modules/uuid": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
"deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"license": "MIT",
"bin": {
"uuid": "dist/bin/uuid"
}
},
"node_modules/v8-compile-cache-lib": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz",
@ -16932,9 +16917,9 @@
}
},
"node_modules/vite": {
"version": "6.4.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.4.2.tgz",
"integrity": "sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==",
"version": "6.4.3",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.4.3.tgz",
"integrity": "sha512-NTKlcQjlAK7MlQoyb6LgaqHc8sso/pVyUJYWMws3jg21uTJw/LddqIFPcPqP6PzpgbIcZyKI85sFE4HBrQDA8A==",
"license": "MIT",
"dependencies": {
"esbuild": "^0.25.0",

View File

@ -59,7 +59,7 @@
"prettier": "3.8.1",
"ts-node-maintained": "10.9.6",
"typescript": "5.8.3",
"vite": "6.4.2"
"vite": "6.4.3"
},
"dependencies": {
"@adonisjs/auth": "9.6.0",
@ -97,7 +97,7 @@
"bullmq": "5.77.6",
"cheerio": "1.2.0",
"compression": "1.8.1",
"dockerode": "4.0.9",
"dockerode": "5.0.0",
"edge.js": "6.4.0",
"fast-xml-parser": "5.7.0",
"fuse.js": "7.1.0",
@ -125,7 +125,7 @@
"stopword": "3.1.5",
"systeminformation": "5.31.6",
"tailwindcss": "4.2.2",
"tar": "7.5.11",
"tar": "7.5.16",
"tesseract.js": "7.0.0",
"url-join": "5.0.0",
"yaml": "2.8.3"