Removes unused devDependency @types/net-keepalive

Change-type: patch
This commit is contained in:
Otavio Jacobi 2024-09-03 09:30:33 -03:00
parent d67952024c
commit 8d706a7d81
2 changed files with 0 additions and 11 deletions

10
npm-shrinkwrap.json generated

@ -125,7 +125,6 @@
"@types/mock-require": "^2.0.1",
"@types/moment-duration-format": "^2.2.3",
"@types/ndjson": "^2.0.1",
"@types/net-keepalive": "^0.4.1",
"@types/nock": "^11.1.0",
"@types/node": "^20.0.0",
"@types/node-cleanup": "^2.1.2",
@ -3878,15 +3877,6 @@
"@types/through": "*"
}
},
"node_modules/@types/net-keepalive": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/@types/net-keepalive/-/net-keepalive-0.4.1.tgz",
"integrity": "sha512-LnzyWScXesdLP0SgUC/EaZROhBOxcoW/PTwoDAvR8m1f9gJtNv/aKIWChYKwPzzUV0rFESzJePV80FdrUsvjXA==",
"dev": true,
"dependencies": {
"@types/node": "*"
}
},
"node_modules/@types/nock": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/@types/nock/-/nock-11.1.0.tgz",

@ -148,7 +148,6 @@
"@types/mock-require": "^2.0.1",
"@types/moment-duration-format": "^2.2.3",
"@types/ndjson": "^2.0.1",
"@types/net-keepalive": "^0.4.1",
"@types/nock": "^11.1.0",
"@types/node": "^20.0.0",
"@types/node-cleanup": "^2.1.2",