Skip to content

Commit

Permalink
fix: shuup/front/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-1090595
  • Loading branch information
snyk-bot committed Apr 12, 2021
1 parent 896be48 commit 7b1166f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shuup/front/package.json
Expand Up @@ -16,7 +16,7 @@
"@babel/cli": "7.12.7",
"@babel/core": "7.12.7",
"@babel/preset-env": "7.12.7",
"autoprefixer": "^9.6.1",
"autoprefixer": "^10.0.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"bootstrap": "^3.4.1",
Expand All @@ -29,7 +29,7 @@
"open-sans-all": "0.1.3",
"owl.carousel": "^2.3.4",
"parcel-bundler": "^1.12.4",
"postcss-modules": "^1.1.0",
"postcss-modules": "^4.0.0",
"sass": "^1.15.1",
"select2": "^4.0.12",
"shuup-static-build-tools": "^1.0.3",
Expand Down

0 comments on commit 7b1166f

Please sign in to comment.