From 52c44342f58608f911900c960ff660ed2531c80e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 14:12:04 +0000 Subject: [PATCH] fix: src/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- src/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/package.json b/src/package.json index 937669f..1376e32 100644 --- a/src/package.json +++ b/src/package.json @@ -24,7 +24,7 @@ "@babel/preset-env": "^7.4.5", "@babel/preset-react": "^7.0.0", "babel-loader": "^8.0.6", - "eslint": "^5.16.0", + "eslint": "^6.0.0", "eslint-config-airbnb": "^17.1.0", "eslint-config-prettier": "^5.1.0", "eslint-plugin-import": "^2.18.0", @@ -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.1.1", + "webpack-cli": "^4.0.0" }, "peerDependencies": { "react": "^16.8.6",