chore(deps): update most deps to fix security issues

This commit is contained in:
Alexis Tyler
2020-09-21 19:30:52 +09:30
parent f700de439a
commit 295900f5d2
2 changed files with 2643 additions and 2248 deletions

4850
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -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",