From 10df7b1671ac045e91641a9fefe266d0f2974c06 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jan 2022 15:13:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-584908 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 - https://snyk.io/vuln/SNYK-JS-SHELLJS-2332187 - https://snyk.io/vuln/npm:eslint:20180222 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 94445a5b..3a3ecadb 100644 --- a/package.json +++ b/package.json @@ -22,10 +22,10 @@ "dependencies": { "babel-eslint": "^6.1.0", "debug-log": "^1.0.0", - "eslint": "^2.13.1", + "eslint": "^5.7.0", "eslint-plugin-react": "^4.3.0", "faker": "^3.1.0", - "react": "^15.1.0", + "react": "^16.5.0", "react-addons-create-fragment": "^15.1.0", "react-addons-css-transition-group": "^15.1.0", "react-addons-linked-state-mixin": "^15.1.0", @@ -34,11 +34,11 @@ "react-addons-test-utils": "^15.1.0", "react-addons-transition-group": "^15.1.0", "react-addons-update": "^15.1.0", - "react-dom": "^15.1.0", + "react-dom": "^16.5.0", "react-mounter": "^1.2.0" }, "devDependencies": { - "eslint": "^2.3.0", + "eslint": "^5.7.0", "eslint-config-airbnb": "^6.1.0", "eslint-plugin-meteor": "^3.0.1", "eslint-plugin-promise": "^1.0.8",