Skip to content

Commit f2129db

Browse files
authored
Merge pull request #20 from Oxicode/renovate/octokit-core-3.x
Update dependency @octokit/core to v3.6.0
2 parents 05a9ab5 + ea2e3a3 commit f2129db

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@headlessui/react": "1.5.0",
14-
"@octokit/core": "3.5.1",
14+
"@octokit/core": "3.6.0",
1515
"next": "12.1.0",
1616
"react": "17.0.2",
1717
"react-dom": "17.0.2",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -372,14 +372,14 @@
372372
dependencies:
373373
"@octokit/types" "^6.0.3"
374374

375-
"@octokit/core@3.5.1":
376-
version "3.5.1"
377-
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.5.1.tgz#8601ceeb1ec0e1b1b8217b960a413ed8e947809b"
378-
integrity sha512-omncwpLVxMP+GLpLPgeGJBF6IWJFjXDS5flY5VbppePYX9XehevbDykRH9PdCdvqt9TS5AOTiDide7h0qrkHjw==
375+
"@octokit/core@3.6.0":
376+
version "3.6.0"
377+
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.6.0.tgz#3376cb9f3008d9b3d110370d90e0a1fcd5fe6085"
378+
integrity sha512-7RKRKuA4xTjMhY+eG3jthb3hlZCsOwg3rztWh75Xc+ShDWOfDDATWbeZpAHBNRpm4Tv9WgBMOy1zEJYXG6NJ7Q==
379379
dependencies:
380380
"@octokit/auth-token" "^2.4.4"
381381
"@octokit/graphql" "^4.5.8"
382-
"@octokit/request" "^5.6.0"
382+
"@octokit/request" "^5.6.3"
383383
"@octokit/request-error" "^2.0.5"
384384
"@octokit/types" "^6.0.3"
385385
before-after-hook "^2.2.0"
@@ -417,7 +417,7 @@
417417
deprecation "^2.0.0"
418418
once "^1.4.0"
419419

420-
"@octokit/request@^5.6.0":
420+
"@octokit/request@^5.6.0", "@octokit/request@^5.6.3":
421421
version "5.6.3"
422422
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.6.3.tgz#19a022515a5bba965ac06c9d1334514eb50c48b0"
423423
integrity sha512-bFJl0I1KVc9jYTe9tdGGpAMPy32dLBXXo1dS/YwSCTL/2nd9XeHsY616RE3HPXDVk+a+dBuzyz5YdlXwcDTr2A==

0 commit comments

Comments
 (0)