Skip to content

Commit c724ebf

Browse files
committedDec 20, 2024
fix: upgrade handlebars from 4.7.7 to 4.7.8
Snyk has created this PR to upgrade handlebars from 4.7.7 to 4.7.8. See this package in yarn: handlebars See this project in Snyk: https://app.snyk.io/org/gableroux/project/093e9366-5632-4113-a1ed-029b2cc1bfad?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 0483262 commit c724ebf

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@actions/exec": "^1.1.0",
2020
"@actions/github": "^5.0.0",
2121
"@octokit/openapi-types": "^11.2.0",
22-
"handlebars": "^4.7.7",
22+
"handlebars": "^4.7.8",
2323
"xml-js": "^1.6.11"
2424
},
2525
"devDependencies": {

‎yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -2902,13 +2902,13 @@ growly@^1.3.0:
29022902
resolved "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz"
29032903
integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=
29042904

2905-
handlebars@^4.7.7:
2906-
version "4.7.7"
2907-
resolved "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz"
2908-
integrity sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==
2905+
handlebars@^4.7.8:
2906+
version "4.7.8"
2907+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.8.tgz#41c42c18b1be2365439188c77c6afae71c0cd9e9"
2908+
integrity sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==
29092909
dependencies:
29102910
minimist "^1.2.5"
2911-
neo-async "^2.6.0"
2911+
neo-async "^2.6.2"
29122912
source-map "^0.6.1"
29132913
wordwrap "^1.0.0"
29142914
optionalDependencies:
@@ -4352,9 +4352,9 @@ natural-compare@^1.4.0:
43524352
resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz"
43534353
integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
43544354

4355-
neo-async@^2.6.0:
4355+
neo-async@^2.6.2:
43564356
version "2.6.2"
4357-
resolved "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz"
4357+
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
43584358
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
43594359

43604360
nice-try@^1.0.4:

0 commit comments

Comments
 (0)