From da7d3583f6ffaa8c654f3d432feaaffe49df9829 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jun 2023 15:27:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2e8d72c..439ce4b 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@material-ui/core": "^3.5.1", "@material-ui/icons": "^3.0.1", "@material-ui/lab": "^3.0.0-alpha.23", - "@wojtekmaj/enzyme-adapter-react-17": "^0.1.1", + "@wojtekmaj/enzyme-adapter-react-17": "^0.5.0", "babel-core": "^7.0.0-bridge.0", "babel-loader": "^8.0.6", "babel-plugin-module-resolver": "^3.1.1", @@ -107,11 +107,11 @@ "velocity-animate": "^1.5.2", "velocity-react": "1.4.1", "webpack": "^4.28.1", - "webpack-cli": "3.3.5", + "webpack-cli": "4.0.0", "webpack-messages": "^2.0.4", "withstyles": "^1.0.3", "ws": "^7.3.1", - "yargs": "^12.0.2" + "yargs": "^13.3.0" }, "devDependencies": { "app-module-path": "^2.2.0",