Skip to content
This repository was archived by the owner on Jun 9, 2022. It is now read-only.

Commit 3ed484b

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-HANDLEBARS-480388 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-534478 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-534988
1 parent de5d222 commit 3ed484b

File tree

2 files changed

+45
-26
lines changed

2 files changed

+45
-26
lines changed

package-lock.json

+44-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dotenv": "^5.0.1",
2121
"express": "^4.16.4",
2222
"express-enforces-ssl": "^1.1.0",
23-
"hbs": "^4.0.5",
23+
"hbs": "^4.1.0",
2424
"helmet": "^3.21.1",
2525
"path": "^0.12.7",
2626
"snyk": "^1.116.4"

0 commit comments

Comments
 (0)