Update nock to work with node 16

This commit is contained in:
Ferenc Hammerl
2022-12-13 18:21:57 +01:00
parent 819157bf87
commit 23811ac52f
2 changed files with 31 additions and 244 deletions

View File

@@ -44,9 +44,9 @@
"uuid": "^3.3.2"
},
"devDependencies": {
"@types/nock": "^10.0.3",
"@types/nock": "^11.1.0",
"@types/semver": "^6.0.0",
"@types/uuid": "^3.4.4",
"nock": "^10.0.6"
"nock": "^13.2.9"
}
}