Skip to content

Commit 8c9dc84

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073
1 parent 42f84bb commit 8c9dc84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"babel-preset-env": "^1.7.0",
1212
"can-autoplay": "^3.0.0",
1313
"chart.js": "^2.9.4",
14-
"copy-webpack-plugin": "^4.5.1",
14+
"copy-webpack-plugin": "^7.0.0",
1515
"css-loader": "^0.28.11",
1616
"dayjs": "^1.8.14",
1717
"debounce": "^1.1.0",
@@ -27,7 +27,7 @@
2727
"nosleep.js": "^0.7.0",
2828
"nunjucks": "2.5.2",
2929
"postcss": "^7.0.17",
30-
"postcss-cli": "^5.0.0",
30+
"postcss-cli": "^7.1.1",
3131
"postcss-loader": "^2.1.5",
3232
"pretty-bytes": "^5.5.0",
3333
"sass-loader": "^7.0.1",

0 commit comments

Comments
 (0)