Skip to content

Commit cab2151

Browse files
authored
Merge pull request #15 from closeio/fix/security-handlebars
fix: upgrade handlebars to 4.7.9 to resolve critical security vulnerabilities
2 parents e3dcfb1 + 75014e7 commit cab2151

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

package-lock.json

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

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
"typescript": "^4.7.4",
5252
"yaml-lint": "^1.7.0"
5353
},
54+
"overrides": {
55+
"handlebars@>=4.0.0 <4.7.9": "^4.7.9"
56+
},
5457
"lint-staged": {
5558
"**/*.ts": [
5659
"npm run style:base --",

0 commit comments

Comments
 (0)