diff --git a/sdk/core/core-http/package.json b/sdk/core/core-http/package.json index e963f98bb569..73bfdab0b9ce 100644 --- a/sdk/core/core-http/package.json +++ b/sdk/core/core-http/package.json @@ -121,8 +121,6 @@ "@azure/core-tracing": "1.0.0-preview.13", "@azure/core-util": "^1.1.1", "@azure/logger": "^1.0.0", - "@types/node-fetch": "^2.5.0", - "@types/tunnel": "^0.0.3", "form-data": "^4.0.0", "node-fetch": "^2.6.7", "process": "^0.11.10", @@ -143,8 +141,10 @@ "@types/express": "^4.16.0", "@types/mocha": "^7.0.2", "@types/node": "^14.0.0", + "@types/node-fetch": "^2.5.0", "@types/sinon": "^9.0.4", "@types/tough-cookie": "^4.0.0", + "@types/tunnel": "^0.0.3", "@types/trusted-types": "^2.0.0", "@types/uuid": "^8.0.0", "@types/xml2js": "^0.4.11",