From f8baf41dece49df85c432017451c5c0d77e1c0c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 22:53:45 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Update=20dependency=20@types/nod?= =?UTF-8?q?e=20to=20v22.8.4=20(#3031)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- webhook-pubsub-publisher/package-lock.json | 8 ++++---- webhook-pubsub-publisher/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webhook-pubsub-publisher/package-lock.json b/webhook-pubsub-publisher/package-lock.json index e1dff519..4cad1b7c 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.8.2", + "@types/node": "22.8.4", "nodemon": "3.1.7", "smee-client": "2.0.4", "vitest": "2.1.4" @@ -1497,9 +1497,9 @@ "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==" }, "node_modules/@types/node": { - "version": "22.8.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.2.tgz", - "integrity": "sha512-NzaRNFV+FZkvK/KLCsNdTvID0SThyrs5SHB6tsD/lajr22FGC73N2QeDPM2wHtVde8mgcXuSsHQkH5cX1pbPLw==", + "version": "22.8.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.4.tgz", + "integrity": "sha512-SpNNxkftTJOPk0oN+y2bIqurEXHTA2AOZ3EJDDKeJ5VzkvvORSvmQXGQarcOzWV1ac7DCaPBEdMDxBsM+d8jWw==", "license": "MIT", "dependencies": { "undici-types": "~6.19.8" diff --git a/webhook-pubsub-publisher/package.json b/webhook-pubsub-publisher/package.json index 1dd3f304..ef1227d1 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.8.2", + "@types/node": "22.8.4", "nodemon": "3.1.7", "smee-client": "2.0.4", "vitest": "2.1.4"