From 250cef86c59f23ed2aa6e2b4d90c2b8258e85ce2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Aug 2025 15:41:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 - https://snyk.io/vuln/SNYK-JS-TMP-11501554 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 795ee16..e90603c 100644 --- a/package.json +++ b/package.json @@ -18,10 +18,10 @@ "cosmiconfig": "^5.2.1", "css-loader": "2.1.1", "cucumber": "^5.1.0", - "cypress": "^3.2.0", + "cypress": "^5.0.0", "dotenv": "6.2.0", "dotenv-expand": "4.2.0", - "eslint": "^5.16.0", + "eslint": "^9.0.0", "eslint-config-react-app": "^4.0.1", "eslint-loader": "2.1.2", "eslint-plugin-flowtype": "2.50.1", @@ -34,7 +34,7 @@ "html-webpack-plugin": "4.0.0-beta.5", "identity-obj-proxy": "3.0.0", "is-wsl": "^1.1.0", - "jest": "24.7.1", + "jest": "27.0.0", "jest-environment-jsdom-fourteen": "0.1.0", "jest-resolve": "24.7.1", "jest-watch-typeahead": "0.3.0", @@ -48,7 +48,7 @@ "postcss-safe-parser": "4.0.1", "react": "^16.8.6", "react-app-polyfill": "^1.0.1", - "react-dev-utils": "^9.0.1", + "react-dev-utils": "^11.0.1", "react-dom": "^16.8.6", "resolve": "1.10.0", "sass-loader": "7.1.0",