From c09a5330a2becc84f2750cce664ed30b03511112 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 03:57:30 +0000 Subject: [PATCH] build(deps-dev): bump @octokit/types from 9.2.1 to 9.2.2 Bumps [@octokit/types](https://github.com/octokit/types.ts) from 9.2.1 to 9.2.2. - [Release notes](https://github.com/octokit/types.ts/releases) - [Commits](https://github.com/octokit/types.ts/compare/v9.2.1...v9.2.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 | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index e6278501..9e942771 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "semver": "^7.5.0" }, "devDependencies": { - "@octokit/types": "^9.2.1", + "@octokit/types": "^9.2.2", "@types/jest": "^28.1.8", "@types/node": "^18.16.3", "@types/semver": "^7.5.0", @@ -1585,9 +1585,9 @@ } }, "node_modules/@octokit/openapi-types": { - "version": "17.1.1", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.1.1.tgz", - "integrity": "sha512-/X7Gh/qWiWaooJmUnYD48SYy72fyrk2ceisOSe89JojK7r0j8YrTwYpDi76kI+c6QiqX1KSgdoBTMJvktsDkYw==" + "version": "17.1.2", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.1.2.tgz", + "integrity": "sha512-OaS7Ol4Y+U50PbejfzQflGWRMxO04nYWO5ZBv6JerqMKE2WS/tI9VoVDDPXHBlRMGG2fOdKwtVGlFfc7AVIstw==" }, "node_modules/@octokit/plugin-paginate-rest": { "version": "2.17.0", @@ -1686,11 +1686,11 @@ } }, "node_modules/@octokit/types": { - "version": "9.2.1", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.1.tgz", - "integrity": "sha512-Vx4keMiD/CAiwVFasLcH0xBSVbKIHebIZke9i7ZbUWGNN4vJFWSYH6Nvga7UY9NIJCGa6x3QG849XTbi5wYmkA==", + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.2.tgz", + "integrity": "sha512-9BjDxjgQIvCjNWZsbqyH5QC2Yni16oaE6xL+8SUBMzcYPF4TGQBXGA97Cl3KceK9mwiNMb1mOYCz6FbCCLEL+g==", "dependencies": { - "@octokit/openapi-types": "^17.1.1" + "@octokit/openapi-types": "^17.1.2" } }, "node_modules/@opentelemetry/api": { @@ -7615,9 +7615,9 @@ } }, "@octokit/openapi-types": { - "version": "17.1.1", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.1.1.tgz", - "integrity": "sha512-/X7Gh/qWiWaooJmUnYD48SYy72fyrk2ceisOSe89JojK7r0j8YrTwYpDi76kI+c6QiqX1KSgdoBTMJvktsDkYw==" + "version": "17.1.2", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.1.2.tgz", + "integrity": "sha512-OaS7Ol4Y+U50PbejfzQflGWRMxO04nYWO5ZBv6JerqMKE2WS/tI9VoVDDPXHBlRMGG2fOdKwtVGlFfc7AVIstw==" }, "@octokit/plugin-paginate-rest": { "version": "2.17.0", @@ -7710,11 +7710,11 @@ } }, "@octokit/types": { - "version": "9.2.1", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.1.tgz", - "integrity": "sha512-Vx4keMiD/CAiwVFasLcH0xBSVbKIHebIZke9i7ZbUWGNN4vJFWSYH6Nvga7UY9NIJCGa6x3QG849XTbi5wYmkA==", + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.2.tgz", + "integrity": "sha512-9BjDxjgQIvCjNWZsbqyH5QC2Yni16oaE6xL+8SUBMzcYPF4TGQBXGA97Cl3KceK9mwiNMb1mOYCz6FbCCLEL+g==", "requires": { - "@octokit/openapi-types": "^17.1.1" + "@octokit/openapi-types": "^17.1.2" } }, "@opentelemetry/api": { diff --git a/package.json b/package.json index 03cf6af2..c0994275 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "author": "", "license": "MIT", "devDependencies": { - "@octokit/types": "^9.2.1", + "@octokit/types": "^9.2.2", "@types/jest": "^28.1.8", "@types/node": "^18.16.3", "@types/semver": "^7.5.0",