audit fix

This commit is contained in:
Manuel
2021-08-20 19:24:01 +02:00
parent f0d5232443
commit 0e3cae5c67
2 changed files with 513 additions and 377 deletions

874
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -25,7 +25,7 @@
"@graphql-tools/utils": "6.2.4", "@graphql-tools/utils": "6.2.4",
"@parse/fs-files-adapter": "1.2.0", "@parse/fs-files-adapter": "1.2.0",
"@parse/push-adapter": "3.4.0", "@parse/push-adapter": "3.4.0",
"@parse/s3-files-adapter": "1.6.0", "@parse/s3-files-adapter": "1.6.2",
"@parse/simple-mailgun-adapter": "1.1.0", "@parse/simple-mailgun-adapter": "1.1.0",
"apollo-server-express": "2.19.0", "apollo-server-express": "2.19.0",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
@@ -43,16 +43,16 @@
"jsonwebtoken": "8.5.1", "jsonwebtoken": "8.5.1",
"jwks-rsa": "1.11.0", "jwks-rsa": "1.11.0",
"ldapjs": "2.2.2", "ldapjs": "2.2.2",
"lodash": "4.17.20", "lodash": "4.17.21",
"lru-cache": "5.1.1", "lru-cache": "5.1.1",
"mime": "2.4.6", "mime": "2.4.6",
"mongodb": "3.6.3", "mongodb": "3.6.3",
"parse": "2.19.0", "parse": "2.19.0",
"pg-promise": "10.8.1", "pg-promise": "10.8.1",
"pluralize": "8.0.0", "pluralize": "8.0.0",
"redis": "3.0.2", "redis": "3.1.2",
"semver": "7.3.2", "semver": "7.3.2",
"subscriptions-transport-ws": "0.9.18", "subscriptions-transport-ws": "0.10.0",
"tv4": "1.3.0", "tv4": "1.3.0",
"uuid": "8.3.1", "uuid": "8.3.1",
"winston": "3.3.3", "winston": "3.3.3",
@@ -60,7 +60,7 @@
"ws": "7.4.0" "ws": "7.4.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/cli": "7.10.0", "@babel/cli": "7.14.8",
"@babel/core": "7.10.0", "@babel/core": "7.10.0",
"@babel/plugin-proposal-object-rest-spread": "7.10.0", "@babel/plugin-proposal-object-rest-spread": "7.10.0",
"@babel/plugin-transform-flow-strip-types": "7.9.0", "@babel/plugin-transform-flow-strip-types": "7.9.0",
@@ -84,7 +84,7 @@
"graphql-tag": "2.10.1", "graphql-tag": "2.10.1",
"husky": "4.2.5", "husky": "4.2.5",
"jasmine": "3.5.0", "jasmine": "3.5.0",
"jsdoc": "3.6.3", "jsdoc": "3.6.7",
"jsdoc-babel": "0.5.0", "jsdoc-babel": "0.5.0",
"lint-staged": "10.2.3", "lint-staged": "10.2.3",
"mongodb-runner": "mongodb-js/runner", "mongodb-runner": "mongodb-js/runner",