From 26f4d942657ca8b28d54a03e36a17a8791132a9b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 31 Jan 2022 13:22:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-SHELLJS-2332187 --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index b551631bd9eda3..af74ed2cf4037b 100644 --- a/package.json +++ b/package.json @@ -164,7 +164,7 @@ "denodeify": "^1.2.1", "errno": ">=0.1.1 <0.2.0-0", "event-target-shim": "^1.0.5", - "fbjs": "0.8.12", + "fbjs": "2.0.0", "fbjs-scripts": "^0.7.0", "form-data": "^2.1.1", "fs-extra": "^1.0.0", @@ -182,7 +182,7 @@ "mime-types": "2.1.11", "minimist": "^1.2.0", "mkdirp": "^0.5.1", - "node-fetch": "^1.3.3", + "node-fetch": "^2.6.7", "npmlog": "^2.0.4", "opn": "^3.0.2", "optimist": "^0.6.1", @@ -218,7 +218,7 @@ }, "devDependencies": { "babel-eslint": "^7.2.3", - "eslint": "^3.8.1", + "eslint": "^4.0.0", "eslint-config-fbjs": "^1.1.1", "eslint-plugin-babel": "^3.3.0", "eslint-plugin-flowtype": "^2.20.0", @@ -228,11 +228,11 @@ "jest-repl": "19.0.2", "jest-runtime": "^19.0.3", "mock-fs": "^3.11.0", - "react-dom": "~16.0.0-alpha.4", + "react-dom": "~16.5.0", "sharp": "^0.17.2", - "react": "16.0.0-alpha.12", - "react-test-renderer": "16.0.0-alpha.12", - "shelljs": "0.6.0", + "react": "16.5.0", + "react-test-renderer": "16.5.0", + "shelljs": "0.8.5", "sinon": "^2.0.0-pre.2" } }