Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove nock as a dependency #6063

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"koa-jwt": "4.0.4",
"koa-router": "13.0.1",
"mock-jwks": "1.0.10",
"nock": "13.5.6",
"randomstring": "1.3.1",
"rimraf": "6.0.1",
"supertest": "7.0.0",
Expand Down
19 changes: 0 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2934,7 +2934,6 @@ __metadata:
koa-jwt: "npm:4.0.4"
koa-router: "npm:13.0.1"
mock-jwks: "npm:1.0.10"
nock: "npm:13.5.6"
pluralize: "npm:^8.0.0"
randomstring: "npm:1.3.1"
rimraf: "npm:6.0.1"
Expand Down Expand Up @@ -15382,17 +15381,6 @@ __metadata:
languageName: node
linkType: hard

"nock@npm:13.5.6":
version: 13.5.6
resolution: "nock@npm:13.5.6"
dependencies:
debug: "npm:^4.1.0"
json-stringify-safe: "npm:^5.0.1"
propagate: "npm:^2.0.0"
checksum: 10c0/94249a294176a6e521bbb763c214de4aa6b6ab63dff1e299aaaf455886a465d38906891d7f24570d94a43b1e376c239c54d89ff7697124bc57ef188006acc25e
languageName: node
linkType: hard

"node-abort-controller@npm:^3.0.1, node-abort-controller@npm:^3.1.1":
version: 3.1.1
resolution: "node-abort-controller@npm:3.1.1"
Expand Down Expand Up @@ -16934,13 +16922,6 @@ __metadata:
languageName: node
linkType: hard

"propagate@npm:^2.0.0":
version: 2.0.1
resolution: "propagate@npm:2.0.1"
checksum: 10c0/01e1023b60ae4050d1a2783f976d7db702022dbdb70dba797cceedad8cfc01b3939c41e77032f8c32aa9d93192fe937ebba1345e8604e5ce61fd3b62ee3003b8
languageName: node
linkType: hard

"protocol-buffers-encodings@npm:^1.1.0":
version: 1.2.0
resolution: "protocol-buffers-encodings@npm:1.2.0"
Expand Down
Loading