From 4745482e63e9f4ece263d2689059366169c71691 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 21:13:37 +0000 Subject: [PATCH] Bump @octokit/types from 13.6.1 to 13.6.2 Bumps [@octokit/types](https://github.com/octokit/types.ts) 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: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 ad62c585b..a32de762a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@graphql-codegen/typescript-operations": "^4.4.0", "@graphql-codegen/typescript-resolvers": "4.4.1", "@octokit/graphql-schema": "^15.25.0", - "@octokit/types": "^13.6.1", + "@octokit/types": "^13.6.2", "@types/jest": "^29.5.14", "@types/node": "^22.10.1", "@typescript-eslint/eslint-plugin": "^7.17.0", @@ -3050,9 +3050,9 @@ } }, "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==", "dependencies": { "@octokit/openapi-types": "^22.2.0" } diff --git a/package.json b/package.json index 631962aa0..914c3827c 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@graphql-codegen/typescript-operations": "^4.4.0", "@graphql-codegen/typescript-resolvers": "4.4.1", "@octokit/graphql-schema": "^15.25.0", - "@octokit/types": "^13.6.1", + "@octokit/types": "^13.6.2", "@types/jest": "^29.5.14", "@types/node": "^22.10.1", "@typescript-eslint/eslint-plugin": "^7.17.0",