From f91351d0d019abad992255db26c240d90e57d8f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 00:20:30 +0000 Subject: [PATCH] Bump @octokit/types from 12.1.0 to 12.1.1 Bumps [@octokit/types](https://github.com/octokit/types.ts) from 12.1.0 to 12.1.1. - [Release notes](https://github.com/octokit/types.ts/releases) - [Commits](https://github.com/octokit/types.ts/compare/v12.1.0...v12.1.1) --- updated-dependencies: - dependency-name: "@octokit/types" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 311a03a..d76bf8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -700,9 +700,9 @@ } }, "node_modules/@octokit/openapi-types": { - "version": "19.0.1", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-19.0.1.tgz", - "integrity": "sha512-zC+73r2HIoRb9rWW5S3Y759hrpadlD5pNnya/QfZv0JZE7mvMu+FUa7nxHqTadi2hZc4BPZjJ8veDTuJnh8+8g==" + "version": "19.0.2", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-19.0.2.tgz", + "integrity": "sha512-8li32fUDUeml/ACRp/njCWTsk5t17cfTM1jp9n08pBrqs5cDFJubtjsSnuz56r5Tad6jdEPJld7LxNp9dNcyjQ==" }, "node_modules/@octokit/plugin-paginate-rest": { "version": "9.0.0", @@ -786,11 +786,11 @@ } }, "node_modules/@octokit/types": { - "version": "12.1.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.1.0.tgz", - "integrity": "sha512-JmjQr5ZbOnpnOLX5drI2O2I1N9suOYZAgINHXTlVVg4lRtUifMv2JssT+RhmNxQwXH153Pc8HaCMdTRkqI1oVQ==", + "version": "12.1.1", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.1.1.tgz", + "integrity": "sha512-qnJTldJ1NyGT5MTsCg/Zi+y2IFHZ1Jo5+njNCjJ9FcainV7LjuHgmB697kA0g4MjZeDAJsM3B45iqCVsCLVFZg==", "dependencies": { - "@octokit/openapi-types": "^19.0.1" + "@octokit/openapi-types": "^19.0.2" } }, "node_modules/@pythoncoderas/get-github-token": {