Skip to content

Commit 422e2a7

Browse files
fix(deps): update dependency nock to v13.3.6 (#9627)
* fix(deps): update dependency nock to v13.3.6 * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8e5f195 commit 422e2a7

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphql-codegen/testing": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/nock/v/13.3.6) (from `13.3.1`, in `dependencies`)

packages/utils/graphql-codegen-testing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"common-tags": "^1.8.0",
4545
"lz-string": "^1.4.4",
4646
"graphql-helix": "1.13.0",
47-
"nock": "13.3.1",
47+
"nock": "13.3.6",
4848
"tslib": "~2.6.0"
4949
},
5050
"devDependencies": {

yarn.lock

+4-5
Original file line numberDiff line numberDiff line change
@@ -12079,14 +12079,13 @@ no-case@^3.0.4:
1207912079
lower-case "^2.0.2"
1208012080
tslib "^2.0.3"
1208112081

12082-
12083-
version "13.3.1"
12084-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.1.tgz#f22d4d661f7a05ebd9368edae1b5dc0a62d758fc"
12085-
integrity sha512-vHnopocZuI93p2ccivFyGuUfzjq2fxNyNurp7816mlT5V5HF4SzXu8lvLrVzBbNqzs+ODooZ6OksuSUNM7Njkw==
12082+
12083+
version "13.3.6"
12084+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.6.tgz#b279968ec8d076c2393810a6c9bf2d4d5b3a1071"
12085+
integrity sha512-lT6YuktKroUFM+27mubf2uqQZVy2Jf+pfGzuh9N6VwdHlFoZqvi4zyxFTVR1w/ChPqGY6yxGehHp6C3wqCASCw==
1208612086
dependencies:
1208712087
debug "^4.1.0"
1208812088
json-stringify-safe "^5.0.1"
12089-
lodash "^4.17.21"
1209012089
propagate "^2.0.0"
1209112090

1209212091
node-addon-api@^7.0.0:

0 commit comments

Comments
 (0)