diff --git a/webhook-pubsub-publisher/package-lock.json b/webhook-pubsub-publisher/package-lock.json index 93322673..c6ffe2f0 100644 --- a/webhook-pubsub-publisher/package-lock.json +++ b/webhook-pubsub-publisher/package-lock.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@octokit/webhooks-types": "7.6.1", - "@types/node": "22.9.2", + "@types/node": "22.9.3", "nodemon": "3.1.7", "smee-client": "2.0.4", "vitest": "2.1.5" @@ -1493,9 +1493,9 @@ "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==" }, "node_modules/@types/node": { - "version": "22.9.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.2.tgz", - "integrity": "sha512-wwuxAVEbsRvDD9x7buvAl7DyQ7Oj+va/d/Veug7higYzp9MF0CINbfWTBgDFMpcVwcdUiYuNmX2KfnvY3N70mw==", + "version": "22.9.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.3.tgz", + "integrity": "sha512-F3u1fs/fce3FFk+DAxbxc78DF8x0cY09RRL8GnXLmkJ1jvx3TtPdWoTT5/NiYfI5ASqXBmfqJi9dZ3gxMx4lzw==", "license": "MIT", "dependencies": { "undici-types": "~6.19.8" diff --git a/webhook-pubsub-publisher/package.json b/webhook-pubsub-publisher/package.json index 89c6a229..ac75eee4 100644 --- a/webhook-pubsub-publisher/package.json +++ b/webhook-pubsub-publisher/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@octokit/webhooks-types": "7.6.1", - "@types/node": "22.9.2", + "@types/node": "22.9.3", "nodemon": "3.1.7", "smee-client": "2.0.4", "vitest": "2.1.5"