Skip to content

Commit 694c050

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 2f8d900 commit 694c050

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
@@ -2119,7 +2119,7 @@ __metadata:
21192119
eslint-config-prettier: "npm:^10.1.8"
21202120
eslint-plugin-prettier: "npm:^5.5.5"
21212121
globals: "npm:^17.3.0"
2122-
handlebars: "npm:^4.7.8"
2122+
handlebars: "npm:^4.7.9"
21232123
prettier: "npm:^3.8.1"
21242124
typescript: "npm:^5.9.3"
21252125
vitest: "npm:^4.0.18"
@@ -2735,6 +2735,24 @@ __metadata:
27352735
languageName: node
27362736
linkType: hard
27372737

2738+
"handlebars@npm:^4.7.9":
2739+
version: 4.7.9
2740+
resolution: "handlebars@npm:4.7.9"
2741+
dependencies:
2742+
minimist: "npm:^1.2.5"
2743+
neo-async: "npm:^2.6.2"
2744+
source-map: "npm:^0.6.1"
2745+
uglify-js: "npm:^3.1.4"
2746+
wordwrap: "npm:^1.0.0"
2747+
dependenciesMeta:
2748+
uglify-js:
2749+
optional: true
2750+
bin:
2751+
handlebars: bin/handlebars
2752+
checksum: 10/e755433d652e8a15fc02f83d7478e652359e7a4d354c4328818853ed4f8a39d4a09e1d22dad3c7213c5240864a65b3c840970b8b181745575dd957dd258f2b8d
2753+
languageName: node
2754+
linkType: hard
2755+
27382756
"has-flag@npm:^4.0.0":
27392757
version: 4.0.0
27402758
resolution: "has-flag@npm:4.0.0"

0 commit comments

Comments
 (0)