mirror of
https://github.com/unraid/api.git
synced 2026-01-19 06:59:40 -06:00
chore(deps): update most deps to fix security issues
This commit is contained in:
4850
package-lock.json
generated
4850
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
41
package.json
41
package.json
@@ -29,53 +29,54 @@
|
||||
"index.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@apollo/client": "^3.1.3",
|
||||
"@apollo/client": "^3.2.0",
|
||||
"@gridplus/docker-events": "github:OmgImAlexis/docker-events",
|
||||
"@unraid/core": "github:unraid/core",
|
||||
"accesscontrol": "^2.2.1",
|
||||
"am": "^1.0.2",
|
||||
"apollo-server": "2.14.2",
|
||||
"apollo-server-express": "2.14.2",
|
||||
"apollo-server": "2.17.0",
|
||||
"apollo-server-express": "2.17.0",
|
||||
"camelcase": "6.0.0",
|
||||
"cross-fetch": "^3.0.5",
|
||||
"dot-prop": "^5.2.0",
|
||||
"cross-fetch": "^3.0.6",
|
||||
"dot-prop": "^5.3.0",
|
||||
"express": "^4.17.1",
|
||||
"graphql": "^15.1.0",
|
||||
"graphql": "^15.3.0",
|
||||
"graphql-directive": "^0.2.1",
|
||||
"graphql-tag": "^2.10.3",
|
||||
"graphql-type-json": "^0.3.1",
|
||||
"graphql-tag": "^2.11.0",
|
||||
"graphql-type-json": "^0.3.2",
|
||||
"graphql-type-long": "^0.1.1",
|
||||
"graphql-type-uuid": "^0.2.0",
|
||||
"lodash.get": "^4.4.2",
|
||||
"merge-graphql-schemas": "^1.7.8",
|
||||
"node-cache": "5.1.2",
|
||||
"p-wait-for": "^3.1.0",
|
||||
"pm2": "^4.4.1",
|
||||
"redact-secrets": "github:omgimalexis/redact-secrets",
|
||||
"set-interval-async": "^1.0.33",
|
||||
"stoppable": "^1.1.0",
|
||||
"subscriptions-transport-ws": "^0.9.17"
|
||||
"subscriptions-transport-ws": "^0.9.18"
|
||||
},
|
||||
"optionalDependencies": {},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^9.0.1",
|
||||
"@commitlint/config-conventional": "^9.0.1",
|
||||
"@commitlint/cli": "^11.0.0",
|
||||
"@commitlint/config-conventional": "^11.0.0",
|
||||
"@types/lodash.get": "^4.4.6",
|
||||
"@types/uuid": "^8.0.0",
|
||||
"ava": "^3.10.1",
|
||||
"@types/uuid": "^8.3.0",
|
||||
"ava": "^3.12.1",
|
||||
"bundle-dependencies": "^1.0.2",
|
||||
"cpx": "1.5.0",
|
||||
"cz-conventional-changelog": "3.2.0",
|
||||
"husky": "4.2.5",
|
||||
"cz-conventional-changelog": "3.3.0",
|
||||
"husky": "4.3.0",
|
||||
"modclean": "^3.0.0-beta.1",
|
||||
"node-env-run": "^3.0.2",
|
||||
"node-env-run": "^4.0.1",
|
||||
"npm-check": "5.9.2",
|
||||
"source-map-support": "0.5.19",
|
||||
"standard-version": "^8.0.0",
|
||||
"ts-node": "8.10.2",
|
||||
"standard-version": "^9.0.0",
|
||||
"ts-node": "9.0.0",
|
||||
"tsup": "2.0.3",
|
||||
"typescript": "3.9.6",
|
||||
"typescript": "4.0.3",
|
||||
"typescript-coverage-report": "^0.1.3",
|
||||
"xo": "0.32.1"
|
||||
"xo": "0.33.1"
|
||||
},
|
||||
"bundledDependencies": [
|
||||
"@gridplus/docker-events",
|
||||
|
||||
Reference in New Issue
Block a user