Skip to content

Commit 48f9b44

Browse files
authored
fix(ts): fix nock @~11.0.0 (#819)
* fix(types): use any types for nock * fix nock ~11.0.0 * reverty
1 parent 0eb689f commit 48f9b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"jsdoc-fresh": "^1.0.1",
107107
"linkinator": "^1.5.0",
108108
"mocha": "^6.0.0",
109-
"nock": "^11.0.0",
109+
"nock": "~11.0.0",
110110
"node-fetch": "^2.2.0",
111111
"normalize-newline": "^3.0.0",
112112
"nyc": "^14.0.0",

0 commit comments

Comments
 (0)