Skip to content

Commit 0b1d05e

Browse files
chore(deps): Bump handlebars from 4.7.8 to 4.7.9
Bumps [handlebars](https://github.com/handlebars-lang/handlebars.js) from 4.7.8 to 4.7.9. - [Release notes](https://github.com/handlebars-lang/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.9/release-notes.md) - [Commits](handlebars-lang/handlebars.js@v4.7.8...v4.7.9) --- updated-dependencies: - dependency-name: handlebars dependency-version: 4.7.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9ee317a commit 0b1d05e

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

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)