From 24cf6d7309a83fc14f729a8109e3b1528190dd07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 19:07:02 +0000 Subject: [PATCH] Bump @octokit/webhooks-types from 6.11.0 to 7.0.3 Bumps [@octokit/webhooks-types](https://github.com/octokit/webhooks) from 6.11.0 to 7.0.3. - [Release notes](https://github.com/octokit/webhooks/releases) - [Commits](https://github.com/octokit/webhooks/compare/v6.11.0...v7.0.3) --- updated-dependencies: - dependency-name: "@octokit/webhooks-types" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9648c97..0a68486 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "openai": "^3.2.1" }, "devDependencies": { - "@octokit/webhooks-types": "^6.11.0", + "@octokit/webhooks-types": "^7.0.3", "@types/jest": "^29.5.1", "@types/node": "^18.15.13", "@typescript-eslint/parser": "^5.59.0", @@ -1490,9 +1490,9 @@ } }, "node_modules/@octokit/webhooks-types": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.11.0.tgz", - "integrity": "sha512-AanzbulOHljrku1NGfafxdpTCfw2ENaWzH01N2vqQM+cUFbk868Cgh0xylz0JIM9BoKbfI++bdD6EYX0Q/UTEw==", + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.0.3.tgz", + "integrity": "sha512-yDw/89TBaMotdT1/4gxVaiemBhswBd+jPazhL60/rS5WqXC6JZuj5CkDql7Dhc9vAbbkrJBkWsa2sppM/g8jxQ==", "dev": true }, "node_modules/@sinclair/typebox": { diff --git a/package.json b/package.json index 372b59a..e83c5fe 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "openai": "^3.2.1" }, "devDependencies": { - "@octokit/webhooks-types": "^6.11.0", + "@octokit/webhooks-types": "^7.0.3", "@types/jest": "^29.5.1", "@types/node": "^18.15.13", "@typescript-eslint/parser": "^5.59.0",