Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump handlebars from 4.7.7 to 4.7.8 in /server #4344

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"express": "4.18.2",
"express-hbs": "2.4.0",
"fs-extra": "10.1.0",
"handlebars": "4.7.7",
"handlebars": "4.7.8",
"helmet": "4.6.0",
"helmet-csp": "3.4.0",
"http-proxy-middleware": "2.0.6",
Expand Down
24 changes: 21 additions & 3 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3715,7 +3715,25 @@ __metadata:
languageName: node
linkType: hard

"handlebars@npm:4.7.7, handlebars@npm:^4.7.7":
"handlebars@npm:4.7.8":
version: 4.7.8
resolution: "handlebars@npm:4.7.8"
dependencies:
minimist: ^1.2.5
neo-async: ^2.6.2
source-map: ^0.6.1
uglify-js: ^3.1.4
wordwrap: ^1.0.0
dependenciesMeta:
uglify-js:
optional: true
bin:
handlebars: bin/handlebars
checksum: 00e68bb5c183fd7b8b63322e6234b5ac8fbb960d712cb3f25587d559c2951d9642df83c04a1172c918c41bcfc81bfbd7a7718bbce93b893e0135fc99edea93ff
languageName: node
linkType: hard

"handlebars@npm:^4.7.7":
version: 4.7.7
resolution: "handlebars@npm:4.7.7"
dependencies:
Expand Down Expand Up @@ -4643,7 +4661,7 @@ __metadata:
languageName: node
linkType: hard

"neo-async@npm:^2.6.0":
"neo-async@npm:^2.6.0, neo-async@npm:^2.6.2":
version: 2.6.2
resolution: "neo-async@npm:2.6.2"
checksum: deac9f8d00eda7b2e5cd1b2549e26e10a0faa70adaa6fdadca701cc55f49ee9018e427f424bac0c790b7c7e2d3068db97f3093f1093975f2acb8f8818b936ed9
Expand Down Expand Up @@ -6344,7 +6362,7 @@ __metadata:
express-hbs: 2.4.0
fs-extra: 10.1.0
generate-changelog: 1.8.0
handlebars: 4.7.7
handlebars: 4.7.8
helmet: 4.6.0
helmet-csp: 3.4.0
http-proxy-middleware: 2.0.6
Expand Down
Loading