diff --git a/assets/package-lock.json b/assets/package-lock.json index 8bdd114c2..7a0e64c91 100644 --- a/assets/package-lock.json +++ b/assets/package-lock.json @@ -19,7 +19,7 @@ "eslint-plugin-n": "^15.6.0", "eslint-plugin-promise": "^6.1.1", "fs-extra": "^11.1.0", - "handlebars": "^4.7.7", + "handlebars": "^4.7.9", "jsdom": "^26.0.0", "lodash.throttle": "^4.1.1", "lunr": "^2.3.8", @@ -3238,9 +3238,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==", "dev": true, "license": "MIT", "dependencies": { diff --git a/assets/package.json b/assets/package.json index 01d41acee..8544ed003 100644 --- a/assets/package.json +++ b/assets/package.json @@ -39,7 +39,7 @@ "eslint-plugin-n": "^15.6.0", "eslint-plugin-promise": "^6.1.1", "fs-extra": "^11.1.0", - "handlebars": "^4.7.7", + "handlebars": "^4.7.9", "jsdom": "^26.0.0", "lodash.throttle": "^4.1.1", "lunr": "^2.3.8",