From 982c3804f94a2d39bab41edb3a3d19d6113bf1ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 03:52:52 +0000 Subject: [PATCH] chore(deps-dev): bump @octokit/types from 13.6.0 to 13.6.1 Bumps [@octokit/types](https://github.com/octokit/types.ts) from 13.6.0 to 13.6.1. - [Release notes](https://github.com/octokit/types.ts/releases) - [Commits](https://github.com/octokit/types.ts/compare/v13.6.0...v13.6.1) --- updated-dependencies: - dependency-name: "@octokit/types" dependency-type: direct:development update-type: version-update:semver-patch ... 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 1d95443..ae84508 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "package-adoption": "lib/bin/cli.js" }, "devDependencies": { - "@octokit/types": "^13.6.0", + "@octokit/types": "^13.6.1", "@ryansonshine/commitizen": "^4.2.8", "@ryansonshine/cz-conventional-changelog": "^3.3.4", "@types/jest": "^29.5.13", @@ -1743,9 +1743,9 @@ } }, "node_modules/@octokit/types": { - "version": "13.6.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.6.0.tgz", - "integrity": "sha512-CrooV/vKCXqwLa+osmHLIMUb87brpgUqlqkPGc6iE2wCkUvTrHiXFMhAKoDDaAAYJrtKtrFTgSQTg5nObBEaew==", + "version": "13.6.1", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.6.1.tgz", + "integrity": "sha512-PHZE9Z+kWXb23Ndik8MKPirBPziOc0D2/3KH1P+6jK5nGWe96kadZuE4jev2/Jq7FvIfTlT2Ltg8Fv2x1v0a5g==", "dependencies": { "@octokit/openapi-types": "^22.2.0" } diff --git a/package.json b/package.json index b06a8ba..357011c 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "yargs": "^17.7.2" }, "devDependencies": { - "@octokit/types": "^13.6.0", + "@octokit/types": "^13.6.1", "@ryansonshine/commitizen": "^4.2.8", "@ryansonshine/cz-conventional-changelog": "^3.3.4", "@types/jest": "^29.5.13",