From 2dd94f54b6bc1abd3104b66c23ee492bfb290f55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 04:01:22 +0000 Subject: [PATCH] chore(deps-dev): bump @octokit/types from 13.6.0 to 13.6.2 Bumps [@octokit/types](https://github.com/octokit/types.ts) from 13.6.0 to 13.6.2. - [Release notes](https://github.com/octokit/types.ts/releases) - [Commits](https://github.com/octokit/types.ts/compare/v13.6.0...v13.6.2) --- 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 6e627c8..c3075f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@eslint/js": "^9.16.0", - "@octokit/types": "^13.6.0", + "@octokit/types": "^13.6.2", "@total-typescript/ts-reset": "^0.6.1", "@types/node": "^22.10.1", "@vercel/ncc": "^0.38.3", @@ -392,9 +392,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.2", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.6.2.tgz", + "integrity": "sha512-WpbZfZUcZU77DrSW4wbsSgTPfKcp286q3ItaIgvSbBpZJlu6mnYXAkjZz6LVZPXkEvLIM8McanyZejKTYUHipA==", "dependencies": { "@octokit/openapi-types": "^22.2.0" } diff --git a/package.json b/package.json index c4bff06..b587bbb 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.2", "@eslint/js": "^9.16.0", "@total-typescript/ts-reset": "^0.6.1", "@types/node": "^22.10.1",