From 521e4a08a87de8c0058dfdc775319b77bd414f8b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Feb 2024 14:20:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 385649a779..ff49bc86d1 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "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", "coveralls": "^2.11.12", @@ -71,7 +71,7 @@ "raf-schd": "^2.1.0", "raw-loader": "^2.0.0", "react": "^16.13.0", - "react-codesandboxer": "^2.0.1", + "react-codesandboxer": "^2.1.4", "react-dom": "^16.13.0", "react-helmet": "^5.2.0", "react-input-autosize": "^2.2.2", @@ -84,7 +84,7 @@ "unfetch": "^3.0.0", "webpack": "^4.30.0", "webpack-cli": "^3.3.1", - "webpack-dev-server": "^3.3.1" + "webpack-dev-server": "^4.8.0" }, "scripts": { "build": "preconstruct build",