From a3530548d9c29d4fad3af13b84d9b50f095b1684 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 18:45:04 +0000 Subject: [PATCH] fix: docs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- docs/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package.json b/docs/package.json index 2d0eff413f..e3df351e03 100644 --- a/docs/package.json +++ b/docs/package.json @@ -22,8 +22,8 @@ "babel-plugin-emotion": "^10.0.9", "chroma-js": "^1.3.6", "chrono-node": "^1.3.5", - "codesandboxer": "^0.1.1", - "copy-webpack-plugin": "^5.0.3", + "codesandboxer": "^0.5.0", + "copy-webpack-plugin": "^7.0.0", "cross-env": "^5.1.3", "css-loader": "^0.28.7", "dotenv": "^7.0.0", @@ -35,7 +35,7 @@ "raf-schd": "^2.1.0", "raw-loader": "^2.0.0", "react": "^16.2.0", - "react-codesandboxer": "^2.0.1", + "react-codesandboxer": "^2.1.4", "react-dom": "^16.2.0", "react-helmet": "^5.2.0", "react-markings": "^1.3.0", @@ -44,9 +44,9 @@ "react-syntax-highlighter": "^7.0.1", "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.8.0" }, "scripts": { "start": "cross-env FORCE_EXTRACT_REACT_TYPES=true webpack-dev-server --progress",