mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 00:58:36 +00:00
chore(deps): update dependency nock to v13.3.0 (#1277)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
8b506f021e
commit
0dece706d4
3 changed files with 8 additions and 8 deletions
|
|
@ -56,7 +56,7 @@
|
|||
"apollo-server-core": "3.11.1",
|
||||
"apollo-server-plugin-base": "3.7.1",
|
||||
"graphql-yoga": "3.5.1",
|
||||
"nock": "13.2.9"
|
||||
"nock": "13.3.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npmjs.org",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,6 @@
|
|||
"esbuild": "0.17.6",
|
||||
"itty-router": "2.6.6",
|
||||
"itty-router-extras": "0.4.2",
|
||||
"nock": "13.2.9"
|
||||
"nock": "13.3.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -296,7 +296,7 @@ importers:
|
|||
async-retry: 1.3.3
|
||||
axios: ^1.2.1
|
||||
graphql-yoga: 3.5.1
|
||||
nock: 13.2.9
|
||||
nock: 13.3.0
|
||||
tiny-lru: 8.0.2
|
||||
dependencies:
|
||||
'@graphql-hive/core': link:../core
|
||||
|
|
@ -311,7 +311,7 @@ importers:
|
|||
apollo-server-core: 3.11.1
|
||||
apollo-server-plugin-base: 3.7.1
|
||||
graphql-yoga: 3.5.1
|
||||
nock: 13.2.9
|
||||
nock: 13.3.0
|
||||
publishDirectory: dist
|
||||
|
||||
packages/libraries/core:
|
||||
|
|
@ -476,7 +476,7 @@ importers:
|
|||
esbuild: 0.17.6
|
||||
itty-router: 2.6.6
|
||||
itty-router-extras: 0.4.2
|
||||
nock: 13.2.9
|
||||
nock: 13.3.0
|
||||
toucan-js: 2.7.0
|
||||
zod: 3.20.2
|
||||
dependencies:
|
||||
|
|
@ -490,7 +490,7 @@ importers:
|
|||
esbuild: 0.17.6
|
||||
itty-router: 2.6.6
|
||||
itty-router-extras: 0.4.2
|
||||
nock: 13.2.9
|
||||
nock: 13.3.0
|
||||
|
||||
packages/services/cdn-worker:
|
||||
specifiers:
|
||||
|
|
@ -21472,8 +21472,8 @@ packages:
|
|||
lower-case: 2.0.2
|
||||
tslib: 2.5.0
|
||||
|
||||
/nock/13.2.9:
|
||||
resolution: {integrity: sha512-1+XfJNYF1cjGB+TKMWi29eZ0b82QOvQs2YoLNzbpWGqFMtRQHTa57osqdGj4FrFPgkO4D4AZinzUJR9VvW3QUA==}
|
||||
/nock/13.3.0:
|
||||
resolution: {integrity: sha512-HHqYQ6mBeiMc+N038w8LkMpDCRquCHWeNmN3v6645P3NhN2+qXOBqvPqo7Rt1VyCMzKhJ733wZqw5B7cQVFNPg==}
|
||||
engines: {node: '>= 10.13'}
|
||||
dependencies:
|
||||
debug: 4.3.4
|
||||
|
|
|
|||
Loading…
Reference in a new issue