chore(server): updated dependencies

This commit is contained in:
Dimitrie Stefanescu
2020-12-22 22:22:29 +02:00
parent e760c83aef
commit dab12e52d3
2 changed files with 578 additions and 580 deletions
+562 -564
View File
File diff suppressed because it is too large Load Diff
+16 -16
View File
@@ -19,10 +19,10 @@
"test:server": "cross-env PORT=3001 NODE_ENV=test nyc nyc --reporter html --reporter lcovonly mocha -s 0 --timeout 10000 --exit"
},
"dependencies": {
"@sentry/node": "^5.22.3",
"@sentry/tracing": "^5.22.3",
"apollo-server-express": "^2.17.0",
"apollo-server-testing": "^2.12.0",
"@sentry/node": "^5.29.2",
"@sentry/tracing": "^5.29.2",
"apollo-server-express": "^2.19.0",
"apollo-server-testing": "^2.19.0",
"app-root-path": "^3.0.0",
"auto-load": "^3.0.4",
"bcrypt": "^5.0.0",
@@ -31,17 +31,17 @@
"compression": "^1.7.4",
"connect-redis": "^4.0.4",
"crypto-random-string": "^3.2.0",
"debug": "^4.1.1",
"debug": "^4.3.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"graphql": "^14.6.0",
"graphql-redis-subscriptions": "^2.2.2",
"graphql-scalars": "^1.1.0",
"graphql-scalars": "^1.6.1",
"graphql-tag": "^2.11.0",
"graphql-tools": "^4.0.7",
"ioredis": "^4.17.3",
"knex": "^0.21.5",
"ioredis": "^4.19.4",
"knex": "^0.21.14",
"lodash.chunk": "^4.2.0",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
@@ -55,13 +55,13 @@
"passport-github2": "^0.1.12",
"passport-google-oauth2": "^0.2.0",
"passport-google-oauth20": "^2.0.0",
"pg": "^8.3.3",
"pg-query-stream": "^3.2.3",
"pg": "^8.5.1",
"pg-query-stream": "^3.4.2",
"redis": "^3.0.2",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@apollo/client": "^3.1.3",
"@apollo/client": "^3.3.6",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
@@ -70,16 +70,16 @@
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"concurrently": "^5.2.0",
"cross-env": "^7.0.2",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.1.0",
"eslint": "^7.5.0",
"http-proxy-middleware": "^1.0.4",
"eslint": "^7.16.0",
"http-proxy-middleware": "^1.0.6",
"mocha": "^7.2.0",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.4",
"nodemon": "^2.0.6",
"nyc": "^15.0.1",
"supertest": "^4.0.2",
"ws": "^7.3.1"
"ws": "^7.4.1"
},
"config": {
"commitizen": {