Skip to content
Closed
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@actions/core": "^1.11.1",
"@docker/actions-toolkit": "0.68.0",
"handlebars": "^4.7.7"
"handlebars": "^4.7.9"
},
"devDependencies": {
"@types/node": "^20.12.12",
Expand Down
22 changes: 20 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2696,7 +2696,7 @@ __metadata:
eslint-config-prettier: ^9.1.0
eslint-plugin-jest: ^28.5.0
eslint-plugin-prettier: ^5.1.3
handlebars: ^4.7.7
handlebars: ^4.7.9
jest: ^29.7.0
prettier: ^3.2.5
ts-jest: ^29.1.2
Expand Down Expand Up @@ -3520,7 +3520,7 @@ __metadata:
languageName: node
linkType: hard

"handlebars@npm:^4.7.7, handlebars@npm:^4.7.8":
"handlebars@npm:^4.7.8":
version: 4.7.8
resolution: "handlebars@npm:4.7.8"
dependencies:
Expand All @@ -3538,6 +3538,24 @@ __metadata:
languageName: node
linkType: hard

"handlebars@npm:^4.7.9":
version: 4.7.9
resolution: "handlebars@npm:4.7.9"
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: ac39070fc1c3c76a654e4b526383eaf1601976eaa474547b263915b4806977f083600e586ca923709baeed7c82a42640bcc9cc04c37a7efd3fb444f49b8347d6
languageName: node
linkType: hard

"has-flag@npm:^4.0.0":
version: 4.0.0
resolution: "has-flag@npm:4.0.0"
Expand Down
Loading