Skip to content

Commit 573e934

Browse files
authored
Merge pull request docker#410 from docker/dependabot/npm_and_yarn/handlebars-4.7.9
chore(deps): Bump handlebars from 4.7.8 to 4.7.9
2 parents 9ee317a + 0237695 commit 573e934

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
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.8"
28+
"handlebars": "^4.7.9"
2929
},
3030
"devDependencies": {
3131
"@eslint/js": "^9.39.3",

yarn.lock

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2110,7 +2110,7 @@ __metadata:
21102110
eslint-config-prettier: "npm:^10.1.8"
21112111
eslint-plugin-prettier: "npm:^5.5.5"
21122112
globals: "npm:^17.3.0"
2113-
handlebars: "npm:^4.7.8"
2113+
handlebars: "npm:^4.7.9"
21142114
prettier: "npm:^3.8.1"
21152115
typescript: "npm:^5.9.3"
21162116
vitest: "npm:^4.0.18"
@@ -2726,6 +2726,24 @@ __metadata:
27262726
languageName: node
27272727
linkType: hard
27282728

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

0 commit comments

Comments
 (0)