From 24c3a0feaf25ee6627b4fefd74ac09b07e19b614 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Feb 2026 02:53:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 795ee16..435fc31 100644 --- a/package.json +++ b/package.json @@ -17,11 +17,11 @@ "chromedriver": "^74.0.0", "cosmiconfig": "^5.2.1", "css-loader": "2.1.1", - "cucumber": "^5.1.0", + "cucumber": "^6.0.7", "cypress": "^3.2.0", "dotenv": "6.2.0", "dotenv-expand": "4.2.0", - "eslint": "^5.16.0", + "eslint": "^9.26.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",