Skip to content

Commit a7d4e2a

Browse files
authored
Merge pull request #1497 from docker/dependabot/npm_and_yarn/handlebars-4.7.9
chore(deps): Bump handlebars from 4.7.8 to 4.7.9
2 parents 00c4e32 + 7144aa4 commit a7d4e2a

File tree

4 files changed

+23
-5
lines changed

4 files changed

+23
-5
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"@actions/core": "^3.0.0",
2727
"@docker/actions-toolkit": "0.79.0",
28-
"handlebars": "^4.7.7"
28+
"handlebars": "^4.7.9"
2929
},
3030
"devDependencies": {
3131
"@eslint/js": "^9.39.3",

yarn.lock

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2106,7 +2106,7 @@ __metadata:
21062106
eslint-config-prettier: "npm:^10.1.8"
21072107
eslint-plugin-prettier: "npm:^5.5.5"
21082108
globals: "npm:^17.3.0"
2109-
handlebars: "npm:^4.7.7"
2109+
handlebars: "npm:^4.7.9"
21102110
prettier: "npm:^3.8.1"
21112111
typescript: "npm:^5.9.3"
21122112
vitest: "npm:^4.0.18"
@@ -2711,7 +2711,7 @@ __metadata:
27112711
languageName: node
27122712
linkType: hard
27132713

2714-
"handlebars@npm:^4.7.7, handlebars@npm:^4.7.8":
2714+
"handlebars@npm:^4.7.8":
27152715
version: 4.7.8
27162716
resolution: "handlebars@npm:4.7.8"
27172717
dependencies:
@@ -2729,6 +2729,24 @@ __metadata:
27292729
languageName: node
27302730
linkType: hard
27312731

2732+
"handlebars@npm:^4.7.9":
2733+
version: 4.7.9
2734+
resolution: "handlebars@npm:4.7.9"
2735+
dependencies:
2736+
minimist: "npm:^1.2.5"
2737+
neo-async: "npm:^2.6.2"
2738+
source-map: "npm:^0.6.1"
2739+
uglify-js: "npm:^3.1.4"
2740+
wordwrap: "npm:^1.0.0"
2741+
dependenciesMeta:
2742+
uglify-js:
2743+
optional: true
2744+
bin:
2745+
handlebars: bin/handlebars
2746+
checksum: 10/e755433d652e8a15fc02f83d7478e652359e7a4d354c4328818853ed4f8a39d4a09e1d22dad3c7213c5240864a65b3c840970b8b181745575dd957dd258f2b8d
2747+
languageName: node
2748+
linkType: hard
2749+
27322750
"has-flag@npm:^4.0.0":
27332751
version: 4.0.0
27342752
resolution: "has-flag@npm:4.0.0"

0 commit comments

Comments
 (0)