Bump @octokit/rest from 21.0.1 to 21.0.2 (#32219)
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](https://github.com/octokit/rest.js/compare/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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
9175315ad3
commit
95e649f457
2 changed files with 6 additions and 6 deletions
|
@ -8,7 +8,7 @@
|
||||||
"delete-server": "rm -r ./server"
|
"delete-server": "rm -r ./server"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@octokit/rest": "^21.0.1",
|
"@octokit/rest": "^21.0.2",
|
||||||
"@types/gunzip-maybe": "^1.4.2",
|
"@types/gunzip-maybe": "^1.4.2",
|
||||||
"@types/tar-fs": "^2.0.4",
|
"@types/tar-fs": "^2.0.4",
|
||||||
"gunzip-maybe": "^1.4.2",
|
"gunzip-maybe": "^1.4.2",
|
||||||
|
|
|
@ -323,8 +323,8 @@ importers:
|
||||||
js/apps/keycloak-server:
|
js/apps/keycloak-server:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@octokit/rest':
|
'@octokit/rest':
|
||||||
specifier: ^21.0.1
|
specifier: ^21.0.2
|
||||||
version: 21.0.1
|
version: 21.0.2
|
||||||
'@types/gunzip-maybe':
|
'@types/gunzip-maybe':
|
||||||
specifier: ^1.4.2
|
specifier: ^1.4.2
|
||||||
version: 1.4.2
|
version: 1.4.2
|
||||||
|
@ -1178,8 +1178,8 @@ packages:
|
||||||
resolution: {integrity: sha512-pyAguc0p+f+GbQho0uNetNQMmLG1e80WjkIaqqgUkihqUp0boRU6nKItXO4VWnr+nbZiLGEyy4TeKRwqaLvYgw==}
|
resolution: {integrity: sha512-pyAguc0p+f+GbQho0uNetNQMmLG1e80WjkIaqqgUkihqUp0boRU6nKItXO4VWnr+nbZiLGEyy4TeKRwqaLvYgw==}
|
||||||
engines: {node: '>= 18'}
|
engines: {node: '>= 18'}
|
||||||
|
|
||||||
'@octokit/rest@21.0.1':
|
'@octokit/rest@21.0.2':
|
||||||
resolution: {integrity: sha512-RWA6YU4CqK0h0J6tfYlUFnH3+YgBADlxaHXaKSG+BVr2y4PTfbU2tlKuaQoQZ83qaTbi4CUxLNAmbAqR93A6mQ==}
|
resolution: {integrity: sha512-+CiLisCoyWmYicH25y1cDfCrv41kRSvTq6pPWtRroRJzhsCZWZyCqGyI8foJT5LmScADSwRAnr/xo+eewL04wQ==}
|
||||||
engines: {node: '>= 18'}
|
engines: {node: '>= 18'}
|
||||||
|
|
||||||
'@octokit/types@13.5.0':
|
'@octokit/types@13.5.0':
|
||||||
|
@ -5881,7 +5881,7 @@ snapshots:
|
||||||
'@octokit/types': 13.5.0
|
'@octokit/types': 13.5.0
|
||||||
universal-user-agent: 7.0.2
|
universal-user-agent: 7.0.2
|
||||||
|
|
||||||
'@octokit/rest@21.0.1':
|
'@octokit/rest@21.0.2':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@octokit/core': 6.1.2
|
'@octokit/core': 6.1.2
|
||||||
'@octokit/plugin-paginate-rest': 11.3.1(@octokit/core@6.1.2)
|
'@octokit/plugin-paginate-rest': 11.3.1(@octokit/core@6.1.2)
|
||||||
|
|
Loading…
Reference in a new issue