Skip to content

Commit ba48ce4

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELHELPERS-9397697 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
1 parent 42f84bb commit ba48ce4

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
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"@babel/core": "^7.8.7",
3+
"@babel/core": "^7.26.10",
44
"@babel/polyfill": "^7.8.7",
55
"@babel/preset-env": "^7.8.7",
66
"autoprefixer": "^8.4.1",
@@ -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": "^11.0.1",
3131
"postcss-loader": "^2.1.5",
3232
"pretty-bytes": "^5.5.0",
3333
"sass-loader": "^7.0.1",

0 commit comments

Comments
 (0)