From 9fbbc4638fd8e8b244c3297e5621f58e2fabda07 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Mar 2023 14:03:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-BSON-561052 - https://snyk.io/vuln/SNYK-JS-D3COLOR-1076592 - https://snyk.io/vuln/SNYK-JS-HIGHLIGHTJS-1048676 - https://snyk.io/vuln/SNYK-JS-MONGODB-473855 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 - https://snyk.io/vuln/SNYK-JS-TYPEORM-590152 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0e29ffd..13ceb80 100644 --- a/package.json +++ b/package.json @@ -27,23 +27,23 @@ "jsdom": "^9.11.0", "lodash": "^4.17.3", "log4javascript": "^1.4.15", - "mongodb": "^2.2.33", - "react": "^15.6.1", + "mongodb": "^3.1.13", + "react": "^16.5.0", "react-bootstrap": "0.30.7", "react-dnd": "^2.5.1", "react-dnd-html5-backend": "^2.5.1", - "react-dom": "^15.4.2", + "react-dom": "^16.5.0", "react-dropzone": "3.9.0", "react-localize-redux": "^2.12.0", "react-mathjax": "^0.1.1", "react-redux": "^5.0.1", "react-router": "^3.0.0", - "recharts": "^1.0.0-beta.5", + "recharts": "^2.1.3", "redux": "^3.6.0", "redux-thunk": "^2.1.0", "shortid": "^2.2.6", "superagent": "^3.8.1", - "typeorm": "^0.1.2", + "typeorm": "^0.2.25", "winston": "^2.3.0" }, "devDependencies": {