This commit is contained in:
dependabot[bot] 2026-06-13 02:32:44 +00:00 committed by GitHub
commit 3add0e80f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View file

@ -50,7 +50,7 @@
"dompurify": "^3.4.7",
"escape-html": "^1.0.3",
"focus-trap": "^7.8.0",
"handlebars": "^4.7.8",
"handlebars": "^4.7.9",
"is-svg": "^6.1.0",
"jquery": "~3.7",
"jquery-ui": "1.14.2",
@ -15711,10 +15711,9 @@
"peer": true
},
"node_modules/handlebars": {
"version": "4.7.8",
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz",
"integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==",
"license": "MIT",
"version": "4.7.9",
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz",
"integrity": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==",
"dependencies": {
"minimist": "^1.2.5",
"neo-async": "^2.6.2",

View file

@ -79,7 +79,7 @@
"dompurify": "^3.4.7",
"escape-html": "^1.0.3",
"focus-trap": "^7.8.0",
"handlebars": "^4.7.8",
"handlebars": "^4.7.9",
"is-svg": "^6.1.0",
"jquery": "~3.7",
"jquery-ui": "1.14.2",