diff --git a/webhook-pubsub-publisher/package-lock.json b/webhook-pubsub-publisher/package-lock.json index a81d8b83..93322673 100644 --- a/webhook-pubsub-publisher/package-lock.json +++ b/webhook-pubsub-publisher/package-lock.json @@ -12,11 +12,11 @@ "@google-cloud/pubsub": "4.9.0", "probot": "13.4.0", "tsx": "4.19.2", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "devDependencies": { "@octokit/webhooks-types": "7.6.1", - "@types/node": "22.9.1", + "@types/node": "22.9.2", "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.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.1.tgz", - "integrity": "sha512-p8Yy/8sw1caA8CdRIQBG5tiLHmxtQKObCijiAa9Ez+d4+PRffM4054xbju0msf+cvhJpnFEeNjxmVT/0ipktrg==", + "version": "22.9.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.2.tgz", + "integrity": "sha512-wwuxAVEbsRvDD9x7buvAl7DyQ7Oj+va/d/Veug7higYzp9MF0CINbfWTBgDFMpcVwcdUiYuNmX2KfnvY3N70mw==", "license": "MIT", "dependencies": { "undici-types": "~6.19.8" @@ -5070,9 +5070,9 @@ } }, "node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/webhook-pubsub-publisher/package.json b/webhook-pubsub-publisher/package.json index 7d2bcb53..89c6a229 100644 --- a/webhook-pubsub-publisher/package.json +++ b/webhook-pubsub-publisher/package.json @@ -18,11 +18,11 @@ "@google-cloud/pubsub": "4.9.0", "probot": "13.4.0", "tsx": "4.19.2", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "devDependencies": { "@octokit/webhooks-types": "7.6.1", - "@types/node": "22.9.1", + "@types/node": "22.9.2", "nodemon": "3.1.7", "smee-client": "2.0.4", "vitest": "2.1.5"