From 5b79763f18db20752bc1db40d468679959b8f0d6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:34:41 +0000 Subject: [PATCH] fix: packages/react-error-overlay/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- packages/react-error-overlay/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/react-error-overlay/package.json b/packages/react-error-overlay/package.json index f6b45a1d5e8..93d3ecb692f 100644 --- a/packages/react-error-overlay/package.json +++ b/packages/react-error-overlay/package.json @@ -42,7 +42,7 @@ "chalk": "^2.1.0", "chokidar": "^2.0.0", "cross-env": "5.1.3", - "eslint": "4.15.0", + "eslint": "6.0.0", "eslint-config-react-app": "^2.1.0", "eslint-plugin-flowtype": "2.41.0", "eslint-plugin-import": "2.8.0", @@ -50,14 +50,14 @@ "eslint-plugin-react": "7.7.0", "flow-bin": "^0.63.1", "html-entities": "1.2.1", - "jest": "22.4.1", + "jest": "24.0.0", "jest-fetch-mock": "1.2.1", "object-assign": "4.1.1", "promise": "8.0.1", "raw-loader": "^0.5.1", "react": "^16.0.0", "react-dom": "^16.0.0", - "rimraf": "^2.6.1", + "rimraf": "^4.0.0", "settle-promise": "1.0.0", "source-map": "0.5.6", "webpack": "^3.6.0"