diff --git a/typescript/package-lock.json b/typescript/package-lock.json index 623843f4..5d8511c4 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -4,13 +4,12 @@ "requires": true, "packages": { "": { - "name": "typescript", "devDependencies": { "@actions/exec": "1.1.1", "@foxglove/eslint-plugin": "2.0.0", "@foxglove/tsconfig": "2.0.0", "eslint": "9.20.1", - "handlebars": "4.7.8", + "handlebars": "4.7.9", "npm-check-updates": "17.1.14", "prettier": "3.5.1", "rimraf": "6.0.1", @@ -2171,10 +2170,11 @@ "dev": true }, "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", diff --git a/typescript/package.json b/typescript/package.json index 012e9d3c..7acbbe3b 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -12,7 +12,7 @@ "@foxglove/eslint-plugin": "2.0.0", "@foxglove/tsconfig": "2.0.0", "eslint": "9.20.1", - "handlebars": "4.7.8", + "handlebars": "4.7.9", "npm-check-updates": "17.1.14", "prettier": "3.5.1", "rimraf": "6.0.1",