Skip to content

Commit 1e946fa

Browse files
committed
Update vulnerable handlebars #921
1 parent a619fc2 commit 1e946fa

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2020
- Updated league/csv to 9.2.1
2121
- Updated symfony/console to 4.3
2222
- Updated vlucas/phpdotenv to 3.4.0
23+
- [Frontend] Updated handlebar from 3.0.x to 4.1.2
2324

2425
### Added
2526
- Separated `BakeCommand` class into multiple methods to make it easier for sprinkle to add custom command to the `bake` command.
@@ -28,6 +29,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2829
### Fix
2930
- `bake` command return error if account sprinkle is not included ([#944])
3031
- Email is case-sensitive ([#881]; [#1012])
32+
- Update vulnerable handlebars@^3.0.3 to ^4.0.12 ([#921])
3133

3234
### Changed
3335
- Account sprinkle now extend the Core `BakeCommand` class to add the `create-admin` to the general bake command. Any sprinkle already extending the Core `BakeCommand` might need adjustments.
@@ -793,6 +795,7 @@ See [http://learn.userfrosting.com/upgrading/40-to-41](Upgrading 4.0.x to 4.1.x
793795
[#888]: https://github.com/userfrosting/UserFrosting/issues/888
794796
[#893]: https://github.com/userfrosting/UserFrosting/issues/893
795797
[#919]: https://github.com/userfrosting/UserFrosting/issues/919
798+
[#921]: https://github.com/userfrosting/UserFrosting/issues/921
796799
[#940]: https://github.com/userfrosting/UserFrosting/issues/940
797800
[#950]: https://github.com/userfrosting/UserFrosting/issues/950
798801
[#951]: https://github.com/userfrosting/UserFrosting/issues/951

app/sprinkles/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"bootstrap": "^3.3.6",
55
"clipboard": "^1.5.16",
66
"font-awesome": "^4.7.0",
7-
"handlebars": "^3.0.3",
7+
"handlebars": "^4.1.2",
88
"jquery": "^3.2.1",
99
"jquery-ui": "^1.12.0",
1010
"jquery-validation": "~1.14.0",

0 commit comments

Comments
 (0)