mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
feat: upgrade dependencies
This commit is contained in:
@@ -21,4 +21,4 @@ dynamicRemoteAccessType="DISABLED"
|
|||||||
[upc]
|
[upc]
|
||||||
apikey="unupc_fab6ff6ffe51040595c6d9ffb63a353ba16cc2ad7d93f813a2e80a5810"
|
apikey="unupc_fab6ff6ffe51040595c6d9ffb63a353ba16cc2ad7d93f813a2e80a5810"
|
||||||
[connectionStatus]
|
[connectionStatus]
|
||||||
minigraph="PRE_INIT"
|
minigraph="ERROR_RETRYING"
|
||||||
|
|||||||
4875
api/package-lock.json
generated
4875
api/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
106
api/package.json
106
api/package.json
@@ -40,47 +40,47 @@
|
|||||||
"unraid-api": "dist/cli.js"
|
"unraid-api": "dist/cli.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@apollo/client": "^3.10.4",
|
"@apollo/client": "^3.11.8",
|
||||||
"@apollo/server": "^4.10.4",
|
"@apollo/server": "^4.11.2",
|
||||||
"@as-integrations/fastify": "^2.1.1",
|
"@as-integrations/fastify": "^2.1.1",
|
||||||
"@fastify/cookie": "^9.4.0",
|
"@fastify/cookie": "^9.4.0",
|
||||||
"@graphql-codegen/client-preset": "^4.2.5",
|
"@graphql-codegen/client-preset": "^4.5.0",
|
||||||
"@graphql-tools/load-files": "^7.0.0",
|
"@graphql-tools/load-files": "^7.0.0",
|
||||||
"@graphql-tools/merge": "^9.0.4",
|
"@graphql-tools/merge": "^9.0.8",
|
||||||
"@graphql-tools/schema": "^10.0.3",
|
"@graphql-tools/schema": "^10.0.7",
|
||||||
"@graphql-tools/utils": "^10.2.0",
|
"@graphql-tools/utils": "^10.5.5",
|
||||||
"@nestjs/apollo": "^12.1.0",
|
"@nestjs/apollo": "^12.2.1",
|
||||||
"@nestjs/core": "^10.3.8",
|
"@nestjs/core": "^10.4.7",
|
||||||
"@nestjs/graphql": "^12.1.1",
|
"@nestjs/graphql": "^12.2.1",
|
||||||
"@nestjs/passport": "^10.0.3",
|
"@nestjs/passport": "^10.0.3",
|
||||||
"@nestjs/platform-fastify": "^10.3.8",
|
"@nestjs/platform-fastify": "^10.4.7",
|
||||||
"@nestjs/schedule": "^4.0.2",
|
"@nestjs/schedule": "^4.1.1",
|
||||||
"@reduxjs/toolkit": "^2.2.4",
|
"@reduxjs/toolkit": "^2.3.0",
|
||||||
"@reflet/cron": "^1.3.1",
|
"@reflet/cron": "^1.3.1",
|
||||||
"@runonflux/nat-upnp": "^1.0.2",
|
"@runonflux/nat-upnp": "^1.0.2",
|
||||||
"accesscontrol": "^2.2.1",
|
"accesscontrol": "^2.2.1",
|
||||||
"btoa": "^1.2.1",
|
"btoa": "^1.2.1",
|
||||||
"bycontract": "^2.0.11",
|
"bycontract": "^2.0.11",
|
||||||
"bytes": "^3.1.2",
|
"bytes": "^3.1.2",
|
||||||
"cacheable-lookup": "^6.1.0",
|
"cacheable-lookup": "^7.0.0",
|
||||||
"camelcase-keys": "^9.1.3",
|
"camelcase-keys": "^9.1.3",
|
||||||
"catch-exit": "^1.2.2",
|
"catch-exit": "^1.2.2",
|
||||||
"chokidar": "^3.6.0",
|
"chokidar": "^4.0.1",
|
||||||
"cli-table": "^0.3.11",
|
"cli-table": "^0.3.11",
|
||||||
"command-exists": "^1.2.9",
|
"command-exists": "^1.2.9",
|
||||||
"convert": "^4.14.1",
|
"convert": "^5.5.1",
|
||||||
"cross-fetch": "^4.0.0",
|
"cross-fetch": "^4.0.0",
|
||||||
"docker-event-emitter": "^0.3.0",
|
"docker-event-emitter": "^0.3.0",
|
||||||
"dockerode": "^3.3.5",
|
"dockerode": "^3.3.5",
|
||||||
"dotenv": "^16.4.5",
|
"dotenv": "^16.4.5",
|
||||||
"execa": "^9.5.1",
|
"execa": "^9.5.1",
|
||||||
"exit-hook": "^4.0.0",
|
"exit-hook": "^4.0.0",
|
||||||
"express": "^4.19.2",
|
"express": "^4.21.1",
|
||||||
"filenamify": "^6.0.0",
|
"filenamify": "^6.0.0",
|
||||||
"fs-extra": "^11.2.0",
|
"fs-extra": "^11.2.0",
|
||||||
"global-agent": "^3.0.0",
|
"global-agent": "^3.0.0",
|
||||||
"got": "^14.4.3",
|
"got": "^14.4.4",
|
||||||
"graphql": "^16.8.1",
|
"graphql": "^16.9.0",
|
||||||
"graphql-fields": "^2.0.3",
|
"graphql-fields": "^2.0.3",
|
||||||
"graphql-scalars": "^1.23.0",
|
"graphql-scalars": "^1.23.0",
|
||||||
"graphql-subscriptions": "^2.0.0",
|
"graphql-subscriptions": "^2.0.0",
|
||||||
@@ -91,47 +91,47 @@
|
|||||||
"ini": "^4.1.2",
|
"ini": "^4.1.2",
|
||||||
"ip": "^2.0.1",
|
"ip": "^2.0.1",
|
||||||
"ip-regex": "^5.0.0",
|
"ip-regex": "^5.0.0",
|
||||||
"jose": "^5.3.0",
|
"jose": "^5.9.6",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
"multi-ini": "^2.2.0",
|
"multi-ini": "^2.3.2",
|
||||||
"mustache": "^4.2.0",
|
"mustache": "^4.2.0",
|
||||||
"nest-access-control": "^3.1.0",
|
"nest-access-control": "^3.1.0",
|
||||||
"nest-authz": "^2.11.0",
|
"nest-authz": "^2.11.0",
|
||||||
"nestjs-pino": "^4.0.0",
|
"nestjs-pino": "^4.1.0",
|
||||||
"node-cache": "^5.1.2",
|
"node-cache": "^5.1.2",
|
||||||
"node-window-polyfill": "^1.0.2",
|
"node-window-polyfill": "^1.0.2",
|
||||||
"openid-client": "^5.6.5",
|
"openid-client": "^6.1.3",
|
||||||
"p-retry": "^4.6.2",
|
"p-retry": "^6.2.0",
|
||||||
"passport-custom": "^1.1.1",
|
"passport-custom": "^1.1.1",
|
||||||
"passport-http-header-strategy": "^1.1.0",
|
"passport-http-header-strategy": "^1.1.0",
|
||||||
"path-type": "^6.0.0",
|
"path-type": "^6.0.0",
|
||||||
"pidusage": "^3.0.2",
|
"pidusage": "^3.0.2",
|
||||||
"pino": "^9.1.0",
|
"pino": "^9.5.0",
|
||||||
"pino-http": "^9.0.0",
|
"pino-http": "^10.3.0",
|
||||||
"pino-pretty": "^11.0.0",
|
"pino-pretty": "^11.3.0",
|
||||||
"pm2": "^5.4.2",
|
"pm2": "^5.4.2",
|
||||||
"reflect-metadata": "^0.1.14",
|
"reflect-metadata": "^0.1.14",
|
||||||
"request": "^2.88.2",
|
"request": "^2.88.2",
|
||||||
"semver": "^7.6.2",
|
"semver": "^7.6.3",
|
||||||
"stoppable": "^1.1.0",
|
"stoppable": "^1.1.0",
|
||||||
"systeminformation": "^5.22.9",
|
"systeminformation": "^5.23.5",
|
||||||
"ts-command-line-args": "^2.5.1",
|
"ts-command-line-args": "^2.5.1",
|
||||||
"uuid": "^10.0.0",
|
"uuid": "^11.0.2",
|
||||||
"ws": "^8.17.0",
|
"ws": "^8.18.0",
|
||||||
"xhr2": "^0.2.1",
|
"xhr2": "^0.2.1",
|
||||||
"zod": "^3.23.8"
|
"zod": "^3.23.8"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@graphql-codegen/add": "^5.0.2",
|
"@graphql-codegen/add": "^5.0.3",
|
||||||
"@graphql-codegen/cli": "^5.0.2",
|
"@graphql-codegen/cli": "^5.0.3",
|
||||||
"@graphql-codegen/fragment-matcher": "^5.0.2",
|
"@graphql-codegen/fragment-matcher": "^5.0.2",
|
||||||
"@graphql-codegen/import-types-preset": "^3.0.0",
|
"@graphql-codegen/import-types-preset": "^3.0.0",
|
||||||
"@graphql-codegen/typed-document-node": "^5.0.6",
|
"@graphql-codegen/typed-document-node": "^5.0.11",
|
||||||
"@graphql-codegen/typescript": "^4.0.6",
|
"@graphql-codegen/typescript": "^4.1.1",
|
||||||
"@graphql-codegen/typescript-operations": "^4.2.0",
|
"@graphql-codegen/typescript-operations": "^4.3.1",
|
||||||
"@graphql-codegen/typescript-resolvers": "4.0.6",
|
"@graphql-codegen/typescript-resolvers": "4.4.0",
|
||||||
"@graphql-typed-document-node/core": "^3.2.0",
|
"@graphql-typed-document-node/core": "^3.2.0",
|
||||||
"@nestjs/testing": "^10.3.8",
|
"@nestjs/testing": "^10.4.7",
|
||||||
"@originjs/vite-plugin-commonjs": "^1.0.3",
|
"@originjs/vite-plugin-commonjs": "^1.0.3",
|
||||||
"@rollup/plugin-node-resolve": "^15.3.0",
|
"@rollup/plugin-node-resolve": "^15.3.0",
|
||||||
"@types/async-exit-hook": "^2.0.2",
|
"@types/async-exit-hook": "^2.0.2",
|
||||||
@@ -140,39 +140,39 @@
|
|||||||
"@types/cli-table": "^0.3.4",
|
"@types/cli-table": "^0.3.4",
|
||||||
"@types/command-exists": "^1.2.3",
|
"@types/command-exists": "^1.2.3",
|
||||||
"@types/cors": "^2.8.17",
|
"@types/cors": "^2.8.17",
|
||||||
"@types/dockerode": "^3.3.29",
|
"@types/dockerode": "^3.3.31",
|
||||||
"@types/express": "^4.17.21",
|
"@types/express": "^5.0.0",
|
||||||
"@types/graphql-fields": "^1.3.9",
|
"@types/graphql-fields": "^1.3.9",
|
||||||
"@types/graphql-type-uuid": "^0.2.6",
|
"@types/graphql-type-uuid": "^0.2.6",
|
||||||
"@types/ini": "^4.1.0",
|
"@types/ini": "^4.1.1",
|
||||||
"@types/ip": "^1.1.3",
|
"@types/ip": "^1.1.3",
|
||||||
"@types/lodash": "^4.17.1",
|
"@types/lodash": "^4.17.13",
|
||||||
"@types/mustache": "^4.2.5",
|
"@types/mustache": "^4.2.5",
|
||||||
"@types/node": "^20.12.12",
|
"@types/node": "^22.9.0",
|
||||||
"@types/pidusage": "^2.0.5",
|
"@types/pidusage": "^2.0.5",
|
||||||
"@types/pify": "^5.0.4",
|
"@types/pify": "^5.0.4",
|
||||||
"@types/semver": "^7.5.8",
|
"@types/semver": "^7.5.8",
|
||||||
"@types/sendmail": "^1.4.7",
|
"@types/sendmail": "^1.4.7",
|
||||||
"@types/stoppable": "^1.1.3",
|
"@types/stoppable": "^1.1.3",
|
||||||
"@types/uuid": "^10.0.0",
|
"@types/uuid": "^10.0.0",
|
||||||
"@types/ws": "^8.5.10",
|
"@types/ws": "^8.5.13",
|
||||||
"@types/wtfnode": "^0.7.3",
|
"@types/wtfnode": "^0.7.3",
|
||||||
"@vitest/coverage-v8": "^2.1.1",
|
"@vitest/coverage-v8": "^2.1.4",
|
||||||
"@vitest/ui": "^2.1.1",
|
"@vitest/ui": "^2.1.4",
|
||||||
"cz-conventional-changelog": "3.3.0",
|
"cz-conventional-changelog": "3.3.0",
|
||||||
"eslint": "^9.12.0",
|
"eslint": "^9.14.0",
|
||||||
"graphql-codegen-typescript-validation-schema": "^0.14.1",
|
"graphql-codegen-typescript-validation-schema": "^0.16.0",
|
||||||
"jiti": "^2.3.3",
|
"jiti": "^2.4.0",
|
||||||
"rollup-plugin-node-externals": "^7.1.3",
|
"rollup-plugin-node-externals": "^7.1.3",
|
||||||
"standard-version": "^9.5.0",
|
"standard-version": "^9.5.0",
|
||||||
"typescript": "^5.4.5",
|
"typescript": "^5.6.3",
|
||||||
"typescript-eslint": "^8.10.0",
|
"typescript-eslint": "^8.13.0",
|
||||||
"vite": "^5.4.10",
|
"vite": "^5.4.10",
|
||||||
"vite-plugin-node": "^4.0.0",
|
"vite-plugin-node": "^4.0.0",
|
||||||
"vite-plugin-static-copy": "^2.0.0",
|
"vite-plugin-static-copy": "^2.0.0",
|
||||||
"vite-tsconfig-paths": "^4.3.2",
|
"vite-tsconfig-paths": "^5.1.0",
|
||||||
"vitest": "^2.1.1",
|
"vitest": "^2.1.4",
|
||||||
"zx": "^7.2.3"
|
"zx": "^8.2.0"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@vmngr/libvirt": "github:unraid/libvirt"
|
"@vmngr/libvirt": "github:unraid/libvirt"
|
||||||
|
|||||||
@@ -66,11 +66,11 @@ export default defineConfig(({ mode }) => {
|
|||||||
reporter: ['text', 'json', 'html'],
|
reporter: ['text', 'json', 'html'],
|
||||||
},
|
},
|
||||||
clearMocks: true,
|
clearMocks: true,
|
||||||
setupFiles: ['src/__test__/setup/env-setup.ts', 'src/__test__/setup/keyserver-mock.ts',],
|
setupFiles: ['src/__test__/setup/env-setup.ts', 'src/__test__/setup/keyserver-mock.ts'],
|
||||||
exclude: ['deploy/', 'node_modules/'],
|
exclude: ['**/deploy/**', '**/node_modules/**'],
|
||||||
env: {
|
env: {
|
||||||
NODE_ENV: 'test',
|
NODE_ENV: 'test',
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user