From 176e5f91772a5c34e70e6aa5ac71cd989fa882d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Feb 2026 09:34:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-15309438 - https://snyk.io/vuln/SNYK-JS-BNJS-15274301 --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index d3253db5ec..14b4def15c 100644 --- a/package.json +++ b/package.json @@ -41,9 +41,9 @@ "bolt-check": "^0.3.0", "chroma-js": "^1.3.6", "chrono-node": "^1.3.5", - "codesandboxer": "^0.1.1", + "codesandboxer": "^0.5.0", "concurrently": "^3.5.1", - "copy-webpack-plugin": "^5.0.3", + "copy-webpack-plugin": "^7.0.0", "coveralls": "^2.11.12", "cross-env": "^5.1.3", "css-loader": "^0.28.7", @@ -53,11 +53,11 @@ "enzyme": "^3.8.0", "enzyme-adapter-react-16": "^1.1.1", "enzyme-to-json": "^3.3.0", - "eslint": "^4.6.1", + "eslint": "^10.0.0", "eslint-plugin-react": "^7.3.0", - "extract-react-types-loader": "^0.3.0", + "extract-react-types-loader": "^0.3.17", "flow-bin": "^0.91.0", - "gh-pages": "^1.1.0", + "gh-pages": "^6.2.0", "html-webpack-plugin": "^3.2.0", "jest": "^25.1.0", "jest-emotion": "^10.0.11", @@ -82,9 +82,9 @@ "react-transition-group": "^4.3.0", "style-loader": "^0.23.1", "unfetch": "^3.0.0", - "webpack": "^4.30.0", + "webpack": "^5.1.1", "webpack-cli": "^3.3.1", - "webpack-dev-server": "^3.3.1" + "webpack-dev-server": "^4.0.0" }, "scripts": { "build": "preconstruct build",