Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692
  • Loading branch information
snyk-bot committed Oct 2, 2023
1 parent 94059ee commit a364638
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@vue/babel-preset-app": "4.5.16",
"@vue/cli-plugin-babel": "4.5.16",
"@vue/cli-plugin-unit-jest": "4.5.16",
"@vue/cli-service": "4.5.16",
"@vue/cli-service": "5.0.1",
"@vue/eslint-config-standard": "4.0.0",
"@vue/test-utils": "1.3.0",
"@wdio/allure-reporter": "7.19.7",
Expand All @@ -92,7 +92,7 @@
"chromedriver": "115.0.0",
"core-js": "3.26.1",
"cross-env": "7.0.2",
"css-loader": "1.0.1",
"css-loader": "5.0.0",
"danger": "11.2.8",
"eslint": "8.26.0",
"eslint-import-resolver-webpack": "0.13.2",
Expand All @@ -114,10 +114,10 @@
"mocha-tags": "1.0.1",
"npm-run-all": "4.1.5",
"peer-deps-externals-webpack-plugin": "1.0.4",
"postcss-loader": "3.0.0",
"postcss-loader": "4.0.0",
"sass": "1.53.0",
"sass-loader": "10.1.0",
"stylelint": "13.7.2",
"stylelint": "14.0.0",
"stylelint-scss": "3.18.0",
"turbo": "1.6.0",
"vite": "2.9.16",
Expand Down

0 comments on commit a364638

Please sign in to comment.