Bump octokit from 2.0.19 to 2.1.0

Bumps [octokit](https://github.com/octokit/octokit.js) from 2.0.19 to 2.1.0.
- [Release notes](https://github.com/octokit/octokit.js/releases)
- [Commits](https://github.com/octokit/octokit.js/compare/v2.0.19...v2.1.0)

---
updated-dependencies:
- dependency-name: octokit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
This commit is contained in:
dependabot[bot]
2023-06-26 01:29:16 +00:00
committed by GitHub
parent c61b0a3941
commit 01a70a14e2
2 changed files with 19 additions and 5 deletions
+18 -4
View File
@@ -16,7 +16,7 @@
"ansi-styles": "^6.2.1",
"got": "^13.0.0",
"nodemon": "^2.0.22",
"octokit": "^2.0.19",
"octokit": "^2.1.0",
"packageurl-js": "^1.0.2",
"spdx-expression-parse": "^3.0.1",
"spdx-satisfies": "^5.0.1",
@@ -6774,9 +6774,9 @@
}
},
"node_modules/octokit": {
"version": "2.0.19",
"resolved": "https://registry.npmjs.org/octokit/-/octokit-2.0.19.tgz",
"integrity": "sha512-hSloK4MK78QGbAuBrtIir0bsxMoRVZE5CkwKSbSRH9lqv2hx9EwhCxtPqEF+BtHqLXkXdfUaGkJMyMBotYno+A==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/octokit/-/octokit-2.1.0.tgz",
"integrity": "sha512-Pxi6uKTjBRZWgAwsw1NgHdRlL+QASCN35OYS7X79o7PtBME0CLXEroZmPtEwlWZbPTP+iDbEy2wCbSOgm0uGIQ==",
"dependencies": {
"@octokit/app": "^13.1.5",
"@octokit/core": "^4.2.1",
@@ -6785,6 +6785,7 @@
"@octokit/plugin-rest-endpoint-methods": "^7.1.1",
"@octokit/plugin-retry": "^4.1.3",
"@octokit/plugin-throttling": "^5.2.2",
"@octokit/request-error": "^v3.0.3",
"@octokit/types": "^9.2.2"
},
"engines": {
@@ -6841,6 +6842,19 @@
"@octokit/core": ">=3"
}
},
"node_modules/octokit/node_modules/@octokit/request-error": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-3.0.3.tgz",
"integrity": "sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ==",
"dependencies": {
"@octokit/types": "^9.0.0",
"deprecation": "^2.0.0",
"once": "^1.4.0"
},
"engines": {
"node": ">= 14"
}
},
"node_modules/octokit/node_modules/@octokit/types": {
"version": "9.2.3",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.3.tgz",
+1 -1
View File
@@ -32,7 +32,7 @@
"ansi-styles": "^6.2.1",
"got": "^13.0.0",
"nodemon": "^2.0.22",
"octokit": "^2.0.19",
"octokit": "^2.1.0",
"packageurl-js": "^1.0.2",
"spdx-expression-parse": "^3.0.1",
"spdx-satisfies": "^5.0.1",