Skip to content

Commit 70e37c6

Browse files
dependabot[bot]benoitf
authored andcommitted
chore(deps): bump @octokit/rest from 21.0.1 to 21.0.2
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 21.0.1 to 21.0.2. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](octokit/rest.js@v21.0.1...v21.0.2) --- updated-dependencies: - dependency-name: "@octokit/rest" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9e7fde4 commit 70e37c6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"watch": "vite build -w"
7979
},
8080
"dependencies": {
81-
"@octokit/rest": "^21.0.1",
81+
"@octokit/rest": "^21.0.2",
8282
"@types/node": "^20",
8383
"tmp-promise": "^3.0.3"
8484
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -373,10 +373,10 @@
373373
"@octokit/types" "^13.1.0"
374374
universal-user-agent "^7.0.2"
375375

376-
"@octokit/rest@^21.0.1":
377-
version "21.0.1"
378-
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-21.0.1.tgz#b77d985ded81ac180f4efb26858311c0fcb8462c"
379-
integrity sha512-RWA6YU4CqK0h0J6tfYlUFnH3+YgBADlxaHXaKSG+BVr2y4PTfbU2tlKuaQoQZ83qaTbi4CUxLNAmbAqR93A6mQ==
376+
"@octokit/rest@^21.0.2":
377+
version "21.0.2"
378+
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-21.0.2.tgz#9b767dbc1098daea8310fd8b76bf7a97215d5972"
379+
integrity sha512-+CiLisCoyWmYicH25y1cDfCrv41kRSvTq6pPWtRroRJzhsCZWZyCqGyI8foJT5LmScADSwRAnr/xo+eewL04wQ==
380380
dependencies:
381381
"@octokit/core" "^6.1.2"
382382
"@octokit/plugin-paginate-rest" "^11.0.0"

0 commit comments

Comments
 (0)