update handlebars: package json and package lock (#32963)

GitOrigin-RevId: b39d2189f08b76ed61b14e77f2af20f36c9a2968
This commit is contained in:
Anna Claire Fields
2026-04-21 16:30:15 +02:00
committed by Copybot
parent b378f2b094
commit 36a8447bb3
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@@ -28257,10 +28257,11 @@
"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": {
"minimist": "^1.2.5",
"neo-async": "^2.6.2",
@@ -51686,7 +51687,7 @@
"formik": "^2.2.9",
"glob": "^12.0.0",
"globals": "^16.2.0",
"handlebars": "^4.7.8",
"handlebars": "^4.7.9",
"handlebars-loader": "^1.7.3",
"html-webpack-plugin": "^5.5.3",
"i18next-scanner": "^4.4.0",

View File

@@ -339,7 +339,7 @@
"formik": "^2.2.9",
"glob": "^12.0.0",
"globals": "^16.2.0",
"handlebars": "^4.7.8",
"handlebars": "^4.7.9",
"handlebars-loader": "^1.7.3",
"html-webpack-plugin": "^5.5.3",
"i18next-scanner": "^4.4.0",