diff --git a/package-lock.json b/package-lock.json index 10abe84dd..fae126ed4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "graphql-fields": "^2.0.3", "graphql-request": "^4.2.0", "graphql-scalars": "^1.10.0", - "handlebars": "^4.7.7", + "handlebars": "^4.7.9", "helmet": "^3.22.0", "ics": "^3.8.1", "jsonwebtoken": "^9.0.0", @@ -10261,9 +10261,10 @@ } }, "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", "neo-async": "^2.6.2", diff --git a/package.json b/package.json index a36182656..e57db374a 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "graphql-fields": "^2.0.3", "graphql-request": "^4.2.0", "graphql-scalars": "^1.10.0", - "handlebars": "^4.7.7", + "handlebars": "^4.7.9", "helmet": "^3.22.0", "ics": "^3.8.1", "jsonwebtoken": "^9.0.0",