From c52602539f68acbf4c307476256f8f528704b3ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 May 2024 01:50:21 +0000 Subject: [PATCH] fix: src/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- src/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/package.json b/src/package.json index 937669f..ddef286 100644 --- a/src/package.json +++ b/src/package.json @@ -32,8 +32,8 @@ "eslint-plugin-prettier": "^3.1.0", "eslint-plugin-react": "^7.14.2", "eslint-plugin-jest": "^22.7.1", - "webpack": "^4.34.0", - "webpack-cli": "^3.3.4" + "webpack": "^5.0.0", + "webpack-cli": "^4.0.0" }, "peerDependencies": { "react": "^16.8.6",