diff --git a/package-lock.json b/package-lock.json index cb787e8b..1a58dc91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@actions/github": "^5.1.1", "@octokit/plugin-retry": "^5.0.5", "@octokit/request-error": "^5.1.0", - "@tiobe/http-client": "^0.4.0", + "@tiobe/http-client": "^0.5.0", "@tiobe/install-tics": "^0.6.0", "canonical-path": "^1.0.0", "compare-versions": "^6.1.1", @@ -1771,12 +1771,12 @@ } }, "node_modules/@tiobe/http-client": { - "version": "0.4.0", - "resolved": "https://artifacts.tiobe.com/repository/npm/@tiobe/http-client/-/http-client-0.4.0.tgz", - "integrity": "sha512-9xs4BiRjIyWKkhLWncQrBryAtJKt+aM6j1D/uF/qovLOb6Tm5HvNBYGkBDo+RFc8xwagv//n07whSm5uRpBNOw==", + "version": "0.5.0", + "resolved": "https://artifacts.tiobe.com/repository/npm/@tiobe/http-client/-/http-client-0.5.0.tgz", + "integrity": "sha512-TT9e4NFvPDumOMwHoXFAWx5haGWL5a3rjoezRSXwr27L/DQUJLGSGx9BoWu/xwVtmwr4ebc8DnLLNZ0U6jVehw==", "license": "MIT", "dependencies": { - "@types/node-fetch": "^2.6.2", + "@types/node-fetch": "^2.6.11", "node-fetch": "2.7.0" } }, @@ -1789,16 +1789,6 @@ "@tiobe/http-client": "^0.5.0" } }, - "node_modules/@tiobe/install-tics/node_modules/@tiobe/http-client": { - "version": "0.5.0", - "resolved": "https://artifacts.tiobe.com/repository/npm/@tiobe/http-client/-/http-client-0.5.0.tgz", - "integrity": "sha512-TT9e4NFvPDumOMwHoXFAWx5haGWL5a3rjoezRSXwr27L/DQUJLGSGx9BoWu/xwVtmwr4ebc8DnLLNZ0U6jVehw==", - "license": "MIT", - "dependencies": { - "@types/node-fetch": "^2.6.11", - "node-fetch": "2.7.0" - } - }, "node_modules/@tootallnate/quickjs-emscripten": { "version": "0.23.0", "resolved": "https://registry.npmjs.org/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz", diff --git a/package.json b/package.json index cf77dcd6..605a0789 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@actions/github": "^5.1.1", "@octokit/plugin-retry": "^5.0.5", "@octokit/request-error": "^5.1.0", - "@tiobe/http-client": "^0.4.0", + "@tiobe/http-client": "^0.5.0", "@tiobe/install-tics": "^0.6.0", "canonical-path": "^1.0.0", "compare-versions": "^6.1.1",