From fa01b331696622bff9e02dc61c33ed8ff6522b29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 07:55:54 +0000 Subject: [PATCH] build(deps-dev): bump @octokit/types from 6.25.0 to 6.27.0 Bumps [@octokit/types](https://github.com/octokit/types.ts) from 6.25.0 to 6.27.0. - [Release notes](https://github.com/octokit/types.ts/releases) - [Commits](https://github.com/octokit/types.ts/compare/v6.25.0...v6.27.0) --- updated-dependencies: - dependency-name: "@octokit/types" dependency-type: direct:development update-type: version-update:semver-minor ... 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 5af0e70d2..45927fe88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "typed.js": "^2.0.12" }, "devDependencies": { - "@octokit/types": "^6.25.0", + "@octokit/types": "^6.27.0", "@react-spring/types": "^9.2.4", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.0.0", @@ -2893,9 +2893,9 @@ } }, "node_modules/@octokit/openapi-types": { - "version": "9.7.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-9.7.0.tgz", - "integrity": "sha512-TUJ16DJU8mekne6+KVcMV5g6g/rJlrnIKn7aALG9QrNpnEipFc1xjoarh0PKaAWf2Hf+HwthRKYt+9mCm5RsRg==" + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-10.1.1.tgz", + "integrity": "sha512-ygp/6r25Ezb1CJuVMnFfOsScEtPF0zosdTJDZ7mZ+I8IULl7DP1BS5ZvPRwglcarGPXOvS5sHdR0bjnVDDfQdQ==" }, "node_modules/@octokit/plugin-paginate-rest": { "version": "2.15.1", @@ -2963,11 +2963,11 @@ } }, "node_modules/@octokit/types": { - "version": "6.25.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.25.0.tgz", - "integrity": "sha512-bNvyQKfngvAd/08COlYIN54nRgxskmejgywodizQNyiKoXmWRAjKup2/LYwm+T9V0gsKH6tuld1gM0PzmOiB4Q==", + "version": "6.27.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.27.0.tgz", + "integrity": "sha512-ha27f8DToxXBPEJdzHCCuqpw7AgKfjhWGdNf3yIlBAhAsaexBXTfWw36zNSsncALXGvJq4EjLy1p3Wz45Aqb4A==", "dependencies": { - "@octokit/openapi-types": "^9.5.0" + "@octokit/openapi-types": "^10.1.0" } }, "node_modules/@pmmmwh/react-refresh-webpack-plugin": { @@ -28048,9 +28048,9 @@ } }, "@octokit/openapi-types": { - "version": "9.7.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-9.7.0.tgz", - "integrity": "sha512-TUJ16DJU8mekne6+KVcMV5g6g/rJlrnIKn7aALG9QrNpnEipFc1xjoarh0PKaAWf2Hf+HwthRKYt+9mCm5RsRg==" + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-10.1.1.tgz", + "integrity": "sha512-ygp/6r25Ezb1CJuVMnFfOsScEtPF0zosdTJDZ7mZ+I8IULl7DP1BS5ZvPRwglcarGPXOvS5sHdR0bjnVDDfQdQ==" }, "@octokit/plugin-paginate-rest": { "version": "2.15.1", @@ -28110,11 +28110,11 @@ } }, "@octokit/types": { - "version": "6.25.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.25.0.tgz", - "integrity": "sha512-bNvyQKfngvAd/08COlYIN54nRgxskmejgywodizQNyiKoXmWRAjKup2/LYwm+T9V0gsKH6tuld1gM0PzmOiB4Q==", + "version": "6.27.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.27.0.tgz", + "integrity": "sha512-ha27f8DToxXBPEJdzHCCuqpw7AgKfjhWGdNf3yIlBAhAsaexBXTfWw36zNSsncALXGvJq4EjLy1p3Wz45Aqb4A==", "requires": { - "@octokit/openapi-types": "^9.5.0" + "@octokit/openapi-types": "^10.1.0" } }, "@pmmmwh/react-refresh-webpack-plugin": { diff --git a/package.json b/package.json index 53dc05cc9..f5f9ecfc5 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "typed.js": "^2.0.12" }, "devDependencies": { - "@octokit/types": "^6.25.0", + "@octokit/types": "^6.27.0", "@react-spring/types": "^9.2.4", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.0.0",