From 3171cb9e09415bb928c685590693945511a6c92c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Jul 2022 10:52:58 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-APOLLOSERVERCORE-2928764 - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-NEXT-2405694 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d9e0fc0..89333e2 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "eslint": "^7.22.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-react": "^7.22.0", - "nodemon": "^2.0.7", + "nodemon": "^2.0.17", "prettier": "^2.2.1", "ts-node": "^9.1.1" }, @@ -47,7 +47,7 @@ "@material-ui/icons": "^4.11.2", "@material-ui/lab": "^4.0.0-alpha.56", "@material-ui/styles": "^4.11.3", - "apollo-server-express": "^2.21.1", + "apollo-server-express": "^3.0.0", "axios": "^0.21.1", "classnames": "^2.2.6", "compression": "^1.7.4", @@ -62,7 +62,7 @@ "js-md5": "^0.7.3", "jsonwebtoken": "^8.5.1", "mongodb": "^4.6.0", - "next": "^10.0.8", + "next": "^12.1.0", "react": "^17.0.1", "react-dom": "^17.0.1", "react-qr-svg": "^2.3.0",