From 17456715169cce566f69092f663aad2f177601ad Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 1 Nov 2024 23:24:57 +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] <support@github.com>
---
 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 019e77e..ab0afeb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14,7 +14,7 @@
       },
       "devDependencies": {
         "@eslint/js": "^9.8.0",
-        "@octokit/types": "^13.6.0",
+        "@octokit/types": "^13.6.1",
         "@total-typescript/ts-reset": "^0.6.1",
         "@types/node": "^22.7.4",
         "@vercel/ncc": "^0.38.2",
@@ -372,9 +372,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 deb0a3a..677cafb 100644
--- a/package.json
+++ b/package.json
@@ -23,7 +23,7 @@
     "@actions/github": "^6.0.0"
   },
   "devDependencies": {
-    "@octokit/types": "^13.6.0",
+    "@octokit/types": "^13.6.1",
     "@eslint/js": "^9.8.0",
     "@total-typescript/ts-reset": "^0.6.1",
     "@types/node": "^22.7.4",