Skip to content

Commit b1a155d

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-1090595
1 parent 1628a6c commit b1a155d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 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
@@ -39,7 +39,7 @@
3939
"moment-strftime": "^0.5.0",
4040
"node-sass": "^4.14.1",
4141
"node-sass-utils": "^1.1.2",
42-
"postcss": "^8.2.8",
42+
"postcss": "^8.2.10",
4343
"react": "^16.14.0",
4444
"react-dom": "^16.8.1",
4545
"react-helmet": "^5.2.0",

0 commit comments

Comments
 (0)