diff --git a/package-lock.json b/package-lock.json index 32a0092..c54a7f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "@actions/core": "^3.0.0", "@actions/github": "^9.0.0", - "handlebars": "^4.7.8", + "handlebars": "^4.7.9", "js-yaml": "^4.1.1", "markdown-escape": "^2.0.0", "micromatch": "^4.0.8" @@ -3691,9 +3691,9 @@ "license": "MIT" }, "node_modules/handlebars": { - "version": "4.7.8", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz", - "integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==", + "version": "4.7.9", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz", + "integrity": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==", "license": "MIT", "dependencies": { "minimist": "^1.2.5", diff --git a/package.json b/package.json index 4cc9b4e..0a7e51c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "@actions/core": "^3.0.0", "@actions/github": "^9.0.0", - "handlebars": "^4.7.8", + "handlebars": "^4.7.9", "js-yaml": "^4.1.1", "markdown-escape": "^2.0.0", "micromatch": "^4.0.8"