Fix npm audit for handlebars

This commit is contained in:
Cohee
2026-03-28 00:06:34 +02:00
parent f41127a0f9
commit 4371574b7f
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -62,7 +62,7 @@
"form-data": "^4.0.4",
"fuse.js": "^7.1.0",
"google-translate-api-x": "^10.7.2",
"handlebars": "^4.7.8",
"handlebars": "^4.7.9",
"helmet": "^8.1.0",
"highlight.js": "^11.11.1",
"host-validation-middleware": "^0.1.1",
@@ -5639,9 +5639,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==",
"license": "MIT",
"dependencies": {
"minimist": "^1.2.5",
+1 -1
View File
@@ -52,7 +52,7 @@
"form-data": "^4.0.4",
"fuse.js": "^7.1.0",
"google-translate-api-x": "^10.7.2",
"handlebars": "^4.7.8",
"handlebars": "^4.7.9",
"helmet": "^8.1.0",
"highlight.js": "^11.11.1",
"host-validation-middleware": "^0.1.1",