From 91fe7dc5fce46ffd01776edc2d961604918c216f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:09:29 +0000 Subject: [PATCH] Bump @octokit/types from 13.6.1 to 13.6.2 in the npm-production group Bumps the npm-production group with 1 update: [@octokit/types](https://github.com/octokit/types.ts). Updates `@octokit/types` from 13.6.1 to 13.6.2 - [Release notes](https://github.com/octokit/types.ts/releases) - [Commits](https://github.com/octokit/types.ts/compare/v13.6.1...v13.6.2) --- updated-dependencies: - dependency-name: "@octokit/types" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 815020d..2df00cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@octokit/action": "^7.0.0", "@octokit/auth-action": "^5.1.1", "@octokit/auth-unauthenticated": "^6.1.0", - "@octokit/types": "^13.6.1", + "@octokit/types": "^13.6.2", "@types/js-yaml": "^4.0.9", "js-yaml": "^4.1.0" }, @@ -501,9 +501,10 @@ "integrity": "sha512-QBhVjcUa9W7Wwhm6DBFu6ZZ+1/t/oYxqc2tp81Pi41YNuJinbFRx8B133qVOrAaBbF7D/m0Et6f9/pZt9Rc+tg==" }, "node_modules/@octokit/types": { - "version": "13.6.1", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.6.1.tgz", - "integrity": "sha512-PHZE9Z+kWXb23Ndik8MKPirBPziOc0D2/3KH1P+6jK5nGWe96kadZuE4jev2/Jq7FvIfTlT2Ltg8Fv2x1v0a5g==", + "version": "13.6.2", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.6.2.tgz", + "integrity": "sha512-WpbZfZUcZU77DrSW4wbsSgTPfKcp286q3ItaIgvSbBpZJlu6mnYXAkjZz6LVZPXkEvLIM8McanyZejKTYUHipA==", + "license": "MIT", "dependencies": { "@octokit/openapi-types": "^22.2.0" } diff --git a/package.json b/package.json index 9db61bb..bf979d0 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@octokit/action": "^7.0.0", "@octokit/auth-action": "^5.1.1", "@octokit/auth-unauthenticated": "^6.1.0", - "@octokit/types": "^13.6.1", + "@octokit/types": "^13.6.2", "@types/js-yaml": "^4.0.9", "js-yaml": "^4.1.0" },