fix: oauth 2.0 authentication type is breaking (#3531)
This commit is contained in:
22
pnpm-lock.yaml
generated
22
pnpm-lock.yaml
generated
@@ -611,8 +611,8 @@ importers:
|
||||
specifier: ^21.1.1
|
||||
version: 21.1.1
|
||||
zod:
|
||||
specifier: ^3.22.2
|
||||
version: 3.22.2
|
||||
specifier: ^3.22.4
|
||||
version: 3.22.4
|
||||
devDependencies:
|
||||
'@esbuild-plugins/node-globals-polyfill':
|
||||
specifier: ^0.2.3
|
||||
@@ -5531,9 +5531,9 @@ packages:
|
||||
'@parcel/watcher':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@babel/generator': 7.22.10
|
||||
'@babel/template': 7.22.5
|
||||
'@babel/types': 7.22.10
|
||||
'@babel/generator': 7.23.0
|
||||
'@babel/template': 7.22.15
|
||||
'@babel/types': 7.23.0
|
||||
'@graphql-codegen/core': 4.0.0(graphql@16.8.0)
|
||||
'@graphql-codegen/plugin-helpers': 5.0.1(graphql@16.8.0)
|
||||
'@graphql-tools/apollo-engine-loader': 8.0.0(graphql@16.8.0)
|
||||
@@ -5545,7 +5545,7 @@ packages:
|
||||
'@graphql-tools/load': 8.0.0(graphql@16.8.0)
|
||||
'@graphql-tools/prisma-loader': 8.0.1(@types/node@17.0.27)(graphql@16.8.0)
|
||||
'@graphql-tools/url-loader': 8.0.0(@types/node@17.0.27)(graphql@16.8.0)
|
||||
'@graphql-tools/utils': 10.0.5(graphql@16.8.0)
|
||||
'@graphql-tools/utils': 10.0.6(graphql@16.8.0)
|
||||
'@whatwg-node/fetch': 0.8.8
|
||||
chalk: 4.1.2
|
||||
cosmiconfig: 8.2.0
|
||||
@@ -7390,7 +7390,7 @@ packages:
|
||||
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
||||
dependencies:
|
||||
'@graphql-tools/url-loader': 8.0.0(@types/node@17.0.27)(graphql@16.8.0)
|
||||
'@graphql-tools/utils': 10.0.5(graphql@16.8.0)
|
||||
'@graphql-tools/utils': 10.0.6(graphql@16.8.0)
|
||||
'@types/js-yaml': 4.0.5
|
||||
'@types/json-stable-stringify': 1.0.34
|
||||
'@whatwg-node/fetch': 0.9.9
|
||||
@@ -7672,10 +7672,10 @@ packages:
|
||||
'@types/ws': 8.5.5
|
||||
'@whatwg-node/fetch': 0.8.8
|
||||
graphql: 16.6.0
|
||||
isomorphic-ws: 5.0.0(ws@8.13.0)
|
||||
isomorphic-ws: 5.0.0(ws@8.14.2)
|
||||
tslib: 2.6.2
|
||||
value-or-promise: 1.0.12
|
||||
ws: 8.13.0
|
||||
ws: 8.14.2
|
||||
transitivePeerDependencies:
|
||||
- '@types/node'
|
||||
- bufferutil
|
||||
@@ -23744,7 +23744,7 @@ packages:
|
||||
graphql: 16.8.1
|
||||
iterall: 1.3.0
|
||||
symbol-observable: 1.2.0
|
||||
ws: 7.4.6
|
||||
ws: 7.5.9
|
||||
transitivePeerDependencies:
|
||||
- bufferutil
|
||||
- utf-8-validate
|
||||
@@ -27760,7 +27760,6 @@ packages:
|
||||
optional: true
|
||||
utf-8-validate:
|
||||
optional: true
|
||||
dev: true
|
||||
|
||||
/ws@8.12.1:
|
||||
resolution: {integrity: sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==}
|
||||
@@ -28069,6 +28068,7 @@ packages:
|
||||
|
||||
/zod@3.22.2:
|
||||
resolution: {integrity: sha512-wvWkphh5WQsJbVk1tbx1l1Ly4yg+XecD+Mq280uBGt9wa5BKSWf4Mhp6GmrkPixhMxmabYY7RbzlwVP32pbGCg==}
|
||||
dev: true
|
||||
|
||||
/zod@3.22.4:
|
||||
resolution: {integrity: sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==}
|
||||
|
||||
Reference in New Issue
Block a user