mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
Update dependency @octokit/types to v12 (#1054)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
eebeeb1487
commit
f2bcea152e
@ -33,7 +33,7 @@
|
||||
"dependencies": {
|
||||
"@iconify-prerendered/vue-mdi": "0.23.1689058119",
|
||||
"@octokit/rest": "20.0.1",
|
||||
"@octokit/types": "11.1.0",
|
||||
"@octokit/types": "12.0.0",
|
||||
"@tanstack/vue-query": "4.35.3",
|
||||
"@vueuse/core": "10.4.1",
|
||||
"axios": "1.5.0",
|
||||
|
@ -12,8 +12,8 @@ dependencies:
|
||||
specifier: 20.0.1
|
||||
version: 20.0.1
|
||||
'@octokit/types':
|
||||
specifier: 11.1.0
|
||||
version: 11.1.0
|
||||
specifier: 12.0.0
|
||||
version: 12.0.0
|
||||
'@tanstack/vue-query':
|
||||
specifier: 4.35.3
|
||||
version: 4.35.3(vue@3.3.4)
|
||||
@ -924,6 +924,10 @@ packages:
|
||||
resolution: {integrity: sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw==}
|
||||
dev: false
|
||||
|
||||
/@octokit/openapi-types@19.0.0:
|
||||
resolution: {integrity: sha512-PclQ6JGMTE9iUStpzMkwLCISFn/wDeRjkZFIKALpvJQNBGwDoYYi2fFvuHwssoQ1rXI5mfh6jgTgWuddeUzfWw==}
|
||||
dev: false
|
||||
|
||||
/@octokit/plugin-paginate-rest@8.0.0(@octokit/core@5.0.0):
|
||||
resolution: {integrity: sha512-2xZ+baZWUg+qudVXnnvXz7qfrTmDeYPCzangBVq/1gXxii/OiS//4shJp9dnCCvj1x+JAm9ji1Egwm1BA47lPQ==}
|
||||
engines: {node: '>= 18'}
|
||||
@ -989,6 +993,12 @@ packages:
|
||||
'@octokit/openapi-types': 18.0.0
|
||||
dev: false
|
||||
|
||||
/@octokit/types@12.0.0:
|
||||
resolution: {integrity: sha512-EzD434aHTFifGudYAygnFlS1Tl6KhbTynEWELQXIbTY8Msvb5nEqTZIm7sbPEt4mQYLZwu3zPKVdeIrw0g7ovg==}
|
||||
dependencies:
|
||||
'@octokit/openapi-types': 19.0.0
|
||||
dev: false
|
||||
|
||||
/@pkgjs/parseargs@0.11.0:
|
||||
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
|
||||
engines: {node: '>=14'}
|
||||
|
Loading…
Reference in New Issue
Block a user