mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-21 17:16:42 +03:00
Bump graphql from 16.8.0 to 16.8.1 (#1500)
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.8.0 to 16.8.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.8.0...v16.8.1) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
This commit is contained in:
parent
c280ec5988
commit
cacd101481
|
@ -51,7 +51,7 @@
|
|||
"electron": "^26.2.1",
|
||||
"express": "^4.18.2",
|
||||
"get-port": "^7.0.0",
|
||||
"graphql": "^16.8.0",
|
||||
"graphql": "^16.8.1",
|
||||
"knex": "^2.5.1",
|
||||
"lodash-es": "^4.17.21",
|
||||
"minimist": "^1.2.8",
|
||||
|
|
|
@ -1310,7 +1310,7 @@ importers:
|
|||
dependencies:
|
||||
'@apollo/server':
|
||||
specifier: ^4.9.3
|
||||
version: 4.9.3(graphql@16.8.0)
|
||||
version: 4.9.3(graphql@16.8.1)
|
||||
'@redux-devtools/app':
|
||||
specifier: ^4.0.0
|
||||
version: link:../redux-devtools-app
|
||||
|
@ -1339,8 +1339,8 @@ importers:
|
|||
specifier: ^7.0.0
|
||||
version: 7.0.0
|
||||
graphql:
|
||||
specifier: ^16.8.0
|
||||
version: 16.8.0
|
||||
specifier: ^16.8.1
|
||||
version: 16.8.1
|
||||
knex:
|
||||
specifier: ^2.5.1
|
||||
version: 2.5.1(sqlite3@5.1.6)
|
||||
|
@ -3534,12 +3534,12 @@ packages:
|
|||
'@jridgewell/gen-mapping': 0.3.3
|
||||
'@jridgewell/trace-mapping': 0.3.19
|
||||
|
||||
/@apollo/cache-control-types@1.0.3(graphql@16.8.0):
|
||||
/@apollo/cache-control-types@1.0.3(graphql@16.8.1):
|
||||
resolution: {integrity: sha512-F17/vCp7QVwom9eG7ToauIKdAxpSoadsJnqIfyryLFSkLSOEqu+eC5Z3N8OXcUVStuOMcNHlyraRsA6rRICu4g==}
|
||||
peerDependencies:
|
||||
graphql: 14.x || 15.x || 16.x
|
||||
dependencies:
|
||||
graphql: 16.8.0
|
||||
graphql: 16.8.1
|
||||
dev: false
|
||||
|
||||
/@apollo/protobufjs@1.2.7:
|
||||
|
@ -3561,7 +3561,7 @@ packages:
|
|||
long: 4.0.0
|
||||
dev: false
|
||||
|
||||
/@apollo/server-gateway-interface@1.1.1(graphql@16.8.0):
|
||||
/@apollo/server-gateway-interface@1.1.1(graphql@16.8.1):
|
||||
resolution: {integrity: sha512-pGwCl/po6+rxRmDMFgozKQo2pbsSwE91TpsDBAOgf74CRDPXHHtM88wbwjab0wMMZh95QfR45GGyDIdhY24bkQ==}
|
||||
peerDependencies:
|
||||
graphql: 14.x || 15.x || 16.x
|
||||
|
@ -3570,26 +3570,26 @@ packages:
|
|||
'@apollo/utils.fetcher': 2.0.1
|
||||
'@apollo/utils.keyvaluecache': 2.1.1
|
||||
'@apollo/utils.logger': 2.0.1
|
||||
graphql: 16.8.0
|
||||
graphql: 16.8.1
|
||||
dev: false
|
||||
|
||||
/@apollo/server@4.9.3(graphql@16.8.0):
|
||||
/@apollo/server@4.9.3(graphql@16.8.1):
|
||||
resolution: {integrity: sha512-U56Sx/UmzR3Es344hQ/Ptf2EJrH+kV4ZPoLmgGjWoiwf2wYQ/pRSvkSXgjOvoyE34wSa8Gh7f92ljfLfY+6q1w==}
|
||||
engines: {node: '>=14.16.0'}
|
||||
peerDependencies:
|
||||
graphql: ^16.6.0
|
||||
dependencies:
|
||||
'@apollo/cache-control-types': 1.0.3(graphql@16.8.0)
|
||||
'@apollo/server-gateway-interface': 1.1.1(graphql@16.8.0)
|
||||
'@apollo/cache-control-types': 1.0.3(graphql@16.8.1)
|
||||
'@apollo/server-gateway-interface': 1.1.1(graphql@16.8.1)
|
||||
'@apollo/usage-reporting-protobuf': 4.1.1
|
||||
'@apollo/utils.createhash': 2.0.1
|
||||
'@apollo/utils.fetcher': 2.0.1
|
||||
'@apollo/utils.isnodelike': 2.0.1
|
||||
'@apollo/utils.keyvaluecache': 2.1.1
|
||||
'@apollo/utils.logger': 2.0.1
|
||||
'@apollo/utils.usagereporting': 2.1.0(graphql@16.8.0)
|
||||
'@apollo/utils.usagereporting': 2.1.0(graphql@16.8.1)
|
||||
'@apollo/utils.withrequired': 2.0.1
|
||||
'@graphql-tools/schema': 9.0.19(graphql@16.8.0)
|
||||
'@graphql-tools/schema': 9.0.19(graphql@16.8.1)
|
||||
'@josephg/resolvable': 1.0.1
|
||||
'@types/express': 4.17.18
|
||||
'@types/express-serve-static-core': 4.17.35
|
||||
|
@ -3598,7 +3598,7 @@ packages:
|
|||
body-parser: 1.20.2
|
||||
cors: 2.8.5
|
||||
express: 4.18.2
|
||||
graphql: 16.8.0
|
||||
graphql: 16.8.1
|
||||
loglevel: 1.8.1
|
||||
lru-cache: 7.18.3
|
||||
negotiator: 0.6.3
|
||||
|
@ -3625,13 +3625,13 @@ packages:
|
|||
sha.js: 2.4.11
|
||||
dev: false
|
||||
|
||||
/@apollo/utils.dropunuseddefinitions@2.0.1(graphql@16.8.0):
|
||||
/@apollo/utils.dropunuseddefinitions@2.0.1(graphql@16.8.1):
|
||||
resolution: {integrity: sha512-EsPIBqsSt2BwDsv8Wu76LK5R1KtsVkNoO4b0M5aK0hx+dGg9xJXuqlr7Fo34Dl+y83jmzn+UvEW+t1/GP2melA==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
graphql: 14.x || 15.x || 16.x
|
||||
dependencies:
|
||||
graphql: 16.8.0
|
||||
graphql: 16.8.1
|
||||
dev: false
|
||||
|
||||
/@apollo/utils.fetcher@2.0.1:
|
||||
|
@ -3657,56 +3657,56 @@ packages:
|
|||
engines: {node: '>=14'}
|
||||
dev: false
|
||||
|
||||
/@apollo/utils.printwithreducedwhitespace@2.0.1(graphql@16.8.0):
|
||||
/@apollo/utils.printwithreducedwhitespace@2.0.1(graphql@16.8.1):
|
||||
resolution: {integrity: sha512-9M4LUXV/fQBh8vZWlLvb/HyyhjJ77/I5ZKu+NBWV/BmYGyRmoEP9EVAy7LCVoY3t8BDcyCAGfxJaLFCSuQkPUg==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
graphql: 14.x || 15.x || 16.x
|
||||
dependencies:
|
||||
graphql: 16.8.0
|
||||
graphql: 16.8.1
|
||||
dev: false
|
||||
|
||||
/@apollo/utils.removealiases@2.0.1(graphql@16.8.0):
|
||||
/@apollo/utils.removealiases@2.0.1(graphql@16.8.1):
|
||||
resolution: {integrity: sha512-0joRc2HBO4u594Op1nev+mUF6yRnxoUH64xw8x3bX7n8QBDYdeYgY4tF0vJReTy+zdn2xv6fMsquATSgC722FA==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
graphql: 14.x || 15.x || 16.x
|
||||
dependencies:
|
||||
graphql: 16.8.0
|
||||
graphql: 16.8.1
|
||||
dev: false
|
||||
|
||||
/@apollo/utils.sortast@2.0.1(graphql@16.8.0):
|
||||
/@apollo/utils.sortast@2.0.1(graphql@16.8.1):
|
||||
resolution: {integrity: sha512-eciIavsWpJ09za1pn37wpsCGrQNXUhM0TktnZmHwO+Zy9O4fu/WdB4+5BvVhFiZYOXvfjzJUcc+hsIV8RUOtMw==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
graphql: 14.x || 15.x || 16.x
|
||||
dependencies:
|
||||
graphql: 16.8.0
|
||||
graphql: 16.8.1
|
||||
lodash.sortby: 4.7.0
|
||||
dev: false
|
||||
|
||||
/@apollo/utils.stripsensitiveliterals@2.0.1(graphql@16.8.0):
|
||||
/@apollo/utils.stripsensitiveliterals@2.0.1(graphql@16.8.1):
|
||||
resolution: {integrity: sha512-QJs7HtzXS/JIPMKWimFnUMK7VjkGQTzqD9bKD1h3iuPAqLsxd0mUNVbkYOPTsDhUKgcvUOfOqOJWYohAKMvcSA==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
graphql: 14.x || 15.x || 16.x
|
||||
dependencies:
|
||||
graphql: 16.8.0
|
||||
graphql: 16.8.1
|
||||
dev: false
|
||||
|
||||
/@apollo/utils.usagereporting@2.1.0(graphql@16.8.0):
|
||||
/@apollo/utils.usagereporting@2.1.0(graphql@16.8.1):
|
||||
resolution: {integrity: sha512-LPSlBrn+S17oBy5eWkrRSGb98sWmnEzo3DPTZgp8IQc8sJe0prDgDuppGq4NeQlpoqEHz0hQeYHAOA0Z3aQsxQ==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
graphql: 14.x || 15.x || 16.x
|
||||
dependencies:
|
||||
'@apollo/usage-reporting-protobuf': 4.1.1
|
||||
'@apollo/utils.dropunuseddefinitions': 2.0.1(graphql@16.8.0)
|
||||
'@apollo/utils.printwithreducedwhitespace': 2.0.1(graphql@16.8.0)
|
||||
'@apollo/utils.removealiases': 2.0.1(graphql@16.8.0)
|
||||
'@apollo/utils.sortast': 2.0.1(graphql@16.8.0)
|
||||
'@apollo/utils.stripsensitiveliterals': 2.0.1(graphql@16.8.0)
|
||||
graphql: 16.8.0
|
||||
'@apollo/utils.dropunuseddefinitions': 2.0.1(graphql@16.8.1)
|
||||
'@apollo/utils.printwithreducedwhitespace': 2.0.1(graphql@16.8.1)
|
||||
'@apollo/utils.removealiases': 2.0.1(graphql@16.8.1)
|
||||
'@apollo/utils.sortast': 2.0.1(graphql@16.8.1)
|
||||
'@apollo/utils.stripsensitiveliterals': 2.0.1(graphql@16.8.1)
|
||||
graphql: 16.8.1
|
||||
dev: false
|
||||
|
||||
/@apollo/utils.withrequired@2.0.1:
|
||||
|
@ -7313,44 +7313,44 @@ packages:
|
|||
dev: false
|
||||
optional: true
|
||||
|
||||
/@graphql-tools/merge@8.4.2(graphql@16.8.0):
|
||||
/@graphql-tools/merge@8.4.2(graphql@16.8.1):
|
||||
resolution: {integrity: sha512-XbrHAaj8yDuINph+sAfuq3QCZ/tKblrTLOpirK0+CAgNlZUCHs0Fa+xtMUURgwCVThLle1AF7svJCxFizygLsw==}
|
||||
peerDependencies:
|
||||
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
||||
dependencies:
|
||||
'@graphql-tools/utils': 9.2.1(graphql@16.8.0)
|
||||
graphql: 16.8.0
|
||||
'@graphql-tools/utils': 9.2.1(graphql@16.8.1)
|
||||
graphql: 16.8.1
|
||||
tslib: 2.6.2
|
||||
dev: false
|
||||
|
||||
/@graphql-tools/schema@9.0.19(graphql@16.8.0):
|
||||
/@graphql-tools/schema@9.0.19(graphql@16.8.1):
|
||||
resolution: {integrity: sha512-oBRPoNBtCkk0zbUsyP4GaIzCt8C0aCI4ycIRUL67KK5pOHljKLBBtGT+Jr6hkzA74C8Gco8bpZPe7aWFjiaK2w==}
|
||||
peerDependencies:
|
||||
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
||||
dependencies:
|
||||
'@graphql-tools/merge': 8.4.2(graphql@16.8.0)
|
||||
'@graphql-tools/utils': 9.2.1(graphql@16.8.0)
|
||||
graphql: 16.8.0
|
||||
'@graphql-tools/merge': 8.4.2(graphql@16.8.1)
|
||||
'@graphql-tools/utils': 9.2.1(graphql@16.8.1)
|
||||
graphql: 16.8.1
|
||||
tslib: 2.6.2
|
||||
value-or-promise: 1.0.12
|
||||
dev: false
|
||||
|
||||
/@graphql-tools/utils@9.2.1(graphql@16.8.0):
|
||||
/@graphql-tools/utils@9.2.1(graphql@16.8.1):
|
||||
resolution: {integrity: sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A==}
|
||||
peerDependencies:
|
||||
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
||||
dependencies:
|
||||
'@graphql-typed-document-node/core': 3.2.0(graphql@16.8.0)
|
||||
graphql: 16.8.0
|
||||
'@graphql-typed-document-node/core': 3.2.0(graphql@16.8.1)
|
||||
graphql: 16.8.1
|
||||
tslib: 2.6.2
|
||||
dev: false
|
||||
|
||||
/@graphql-typed-document-node/core@3.2.0(graphql@16.8.0):
|
||||
/@graphql-typed-document-node/core@3.2.0(graphql@16.8.1):
|
||||
resolution: {integrity: sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==}
|
||||
peerDependencies:
|
||||
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
|
||||
dependencies:
|
||||
graphql: 16.8.0
|
||||
graphql: 16.8.1
|
||||
dev: false
|
||||
|
||||
/@humanwhocodes/config-array@0.11.11:
|
||||
|
@ -15315,8 +15315,8 @@ packages:
|
|||
engines: {node: '>= 10.x'}
|
||||
dev: false
|
||||
|
||||
/graphql@16.8.0:
|
||||
resolution: {integrity: sha512-0oKGaR+y3qcS5mCu1vb7KG+a89vjn06C7Ihq/dDl3jA+A8B3TKomvi3CiEcVLJQGalbu8F52LxkOym7U5sSfbg==}
|
||||
/graphql@16.8.1:
|
||||
resolution: {integrity: sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==}
|
||||
engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0}
|
||||
dev: false
|
||||
|
||||
|
@ -17931,7 +17931,7 @@ packages:
|
|||
chalk: 4.1.2
|
||||
chokidar: 3.5.3
|
||||
cookie: 0.4.2
|
||||
graphql: 16.8.0
|
||||
graphql: 16.8.1
|
||||
headers-polyfill: 3.2.5
|
||||
inquirer: 8.2.6
|
||||
is-node-process: 1.2.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user