diff --git a/package-lock.json b/package-lock.json index 7c24910a..912feceb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "express": "^5.2.1", "fast-glob": "^3.3.3", "github-markdown-css": "^5.9.0", - "handlebars": "^4.7.8", + "handlebars": "^4.7.9", "showdown": "^2.1.0", "showdown-footnotes": "^2.1.2", "showdown-highlight": "^3.1.0" @@ -12815,9 +12815,9 @@ "license": "ISC" }, "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==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2d3d5ddc..18a8107b 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "express": "^5.2.1", "fast-glob": "^3.3.3", "github-markdown-css": "^5.9.0", - "handlebars": "^4.7.8", + "handlebars": "^4.7.9", "showdown": "^2.1.0", "showdown-footnotes": "^2.1.2", "showdown-highlight": "^3.1.0"