chore: update deps and fix security audit

This commit is contained in:
Alexis Tyler
2020-10-02 20:44:52 +09:30
parent 0ea176166f
commit 3fb43cfccb
2 changed files with 272 additions and 1643 deletions

1893
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -30,14 +30,14 @@
"ecosystem.config.js"
],
"dependencies": {
"@apollo/client": "^3.2.0",
"@apollo/client": "^3.2.2",
"@gridplus/docker-events": "github:OmgImAlexis/docker-events",
"@sentry/node": "^5.24.2",
"@unraid/core": "github:unraid/core",
"accesscontrol": "^2.2.1",
"am": "^1.0.2",
"apollo-server": "2.17.0",
"apollo-server-express": "2.17.0",
"am": "^1.1.0",
"apollo-server": "2.18.1",
"apollo-server-express": "2.18.1",
"camelcase": "6.0.0",
"cross-fetch": "^3.0.6",
"dot-prop": "^5.3.0",
@@ -53,7 +53,7 @@
"merge-graphql-schemas": "^1.7.8",
"node-cache": "5.1.2",
"p-wait-for": "^3.1.0",
"pm2": "^4.4.1",
"pm2": "^4.5.0",
"redact-secrets": "github:omgimalexis/redact-secrets",
"set-interval-async": "^1.0.33",
"stoppable": "^1.1.0",
@@ -65,14 +65,13 @@
"@commitlint/config-conventional": "^11.0.0",
"@types/lodash.get": "^4.4.6",
"@types/uuid": "^8.3.0",
"ava": "^3.12.1",
"ava": "^3.13.0",
"bundle-dependencies": "^1.0.2",
"cpx": "1.5.0",
"cz-conventional-changelog": "3.3.0",
"husky": "4.3.0",
"modclean": "^3.0.0-beta.1",
"node-env-run": "^4.0.1",
"npm-check": "5.9.2",
"node-env-run": "^4.0.2",
"source-map-support": "0.5.19",
"standard-version": "^9.0.0",
"ts-node": "9.0.0",
@@ -82,23 +81,24 @@
"xo": "0.33.1"
},
"bundledDependencies": [
"@sentry/node",
"@gridplus/docker-events",
"@sentry/node",
"@unraid/core",
"accesscontrol",
"am",
"apollo-server",
"apollo-server-express",
"apollo-server",
"camelcase",
"cross-fetch",
"dot-prop",
"express",
"graphql",
"graphql-directive",
"graphql-subscriptions-client",
"graphql-tag",
"graphql-type-json",
"graphql-type-long",
"graphql-type-uuid",
"graphql",
"lodash.get",
"merge-graphql-schemas",
"node-cache",