Skip to content

Commit 8a979d6

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692
1 parent e3ba21e commit 8a979d6

File tree

2 files changed

+26
-16
lines changed

2 files changed

+26
-16
lines changed

package-lock.json

Lines changed: 25 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"nodemon": "^2.0.15",
2626
"npm-watch": "^0.11.0",
2727
"popper.js": "^1.16.1",
28-
"postcss": "^8.4.12",
28+
"postcss": "^8.4.31",
2929
"postcss-loader": "^6.2.1",
3030
"process": "^0.11.10",
3131
"sanitize-html": "^2.7.0",

0 commit comments

Comments
 (0)