Skip to content

Commit 4f48f66

Browse files
committed
fix: package.json & yarn.lock 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
1 parent f739f91 commit 4f48f66

File tree

2 files changed

+188
-23
lines changed

2 files changed

+188
-23
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"bootstrap-icons": "^1.5.0",
5858
"classnames": "^2.2.6",
5959
"connected-react-router": "^6.8.0",
60-
"copy-webpack-plugin": "^9.0.1",
60+
"copy-webpack-plugin": "^13.0.0",
6161
"css-loader": "4.2.1",
6262
"dotenv": "^10.0.0",
6363
"dotenv-webpack": "^7.0.3",
@@ -74,7 +74,7 @@
7474
"eslint-plugin-prettier": "^3.1.4",
7575
"eslint-plugin-react": "^7.20.6",
7676
"eslint-plugin-react-hooks": "^4.0.4",
77-
"eslint-webpack-plugin": "^3.0.1",
77+
"eslint-webpack-plugin": "^5.0.0",
7878
"fork-ts-checker-webpack-plugin": "^6.3.2",
7979
"history": "4.10.1",
8080
"html-webpack-plugin": "^5.3.2",

0 commit comments

Comments
 (0)