diff --git a/package.json b/package.json index 7e40c1f6015..c76bbd66e2b 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "require-in-the-middle": "^2.2.2", "semver": "^5.5.0", "shimmer": "^1.2.0", - "systeminformation": "^4.22.5", + "systeminformation": "^5.6.22", "tar": "^4.4.8", "url-parse": "^1.4.3", "whatwg-fetch": "^3.0.0" @@ -87,7 +87,7 @@ "devDependencies": { "@babel/core": "^7.6.4", "@babel/preset-env": "^7.6.3", - "axios": "^0.18.0", + "axios": "^0.21.1", "babel-loader": "^8.0.6", "benchmark": "^2.1.4", "body-parser": "^1.18.2", diff --git a/packages/datadog-plugin-tedious/src/index.js b/packages/datadog-plugin-tedious/src/index.js index 845ff456059..bca83a0d763 100644 --- a/packages/datadog-plugin-tedious/src/index.js +++ b/packages/datadog-plugin-tedious/src/index.js @@ -85,7 +85,7 @@ function addProcIdTags (span, request) { module.exports = [ { name: 'tedious', - versions: [ '>=1.0.0' ], + versions: [ '9.2.3' ], patch (tedious, tracer, config) { this.wrap(tedious.Connection.prototype, 'makeRequest', createWrapMakeRequest(tracer, config))