diff --git a/package-lock.json b/package-lock.json index 41ad0adf1d..0ec9287ec5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "codeql", - "version": "1.0.1", + "version": "1.0.3", "license": "MIT", "dependencies": { "@actions/artifact": "^0.5.1", @@ -15,7 +15,7 @@ "@actions/github": "^4.0.0", "@actions/http-client": "^1.0.8", "@actions/io": "^1.1.0", - "@actions/tool-cache": "^1.5.5", + "@actions/tool-cache": "^1.7.1", "@chrisgavin/safe-which": "^1.0.2", "@octokit/plugin-retry": "^3.0.3", "@octokit/types": "^5.5.0", @@ -109,25 +109,23 @@ } }, "node_modules/@actions/io": { - "version": "1.1.0", - "license": "MIT" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.1.tgz", + "integrity": "sha512-Qi4JoKXjmE0O67wAOH6y0n26QXhMKMFo7GD/4IXNVcrtLjUlGjGuVys6pQgwF3ArfGTQu0XpqaNr0YhED2RaRA==" }, "node_modules/@actions/tool-cache": { - "version": "1.5.5", - "license": "MIT", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-1.7.1.tgz", + "integrity": "sha512-y1xxxOhXaBUIUit3lhepmu/0xdgiTMpnZRLmVdtF0hTm521doi+MdRRRP62czHvM7wxH6epj4JPNJQ3iJpOrkQ==", "dependencies": { - "@actions/core": "^1.2.3", + "@actions/core": "^1.2.6", "@actions/exec": "^1.0.0", "@actions/http-client": "^1.0.8", - "@actions/io": "^1.0.1", + "@actions/io": "^1.1.1", "semver": "^6.1.0", "uuid": "^3.3.2" } }, - "node_modules/@actions/tool-cache/node_modules/@actions/core": { - "version": "1.2.4", - "license": "MIT" - }, "node_modules/@actions/tool-cache/node_modules/semver": { "version": "6.3.0", "license": "ISC", @@ -5560,22 +5558,23 @@ } }, "@actions/io": { - "version": "1.1.0" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.1.tgz", + "integrity": "sha512-Qi4JoKXjmE0O67wAOH6y0n26QXhMKMFo7GD/4IXNVcrtLjUlGjGuVys6pQgwF3ArfGTQu0XpqaNr0YhED2RaRA==" }, "@actions/tool-cache": { - "version": "1.5.5", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-1.7.1.tgz", + "integrity": "sha512-y1xxxOhXaBUIUit3lhepmu/0xdgiTMpnZRLmVdtF0hTm521doi+MdRRRP62czHvM7wxH6epj4JPNJQ3iJpOrkQ==", "requires": { - "@actions/core": "^1.2.3", + "@actions/core": "^1.2.6", "@actions/exec": "^1.0.0", "@actions/http-client": "^1.0.8", - "@actions/io": "^1.0.1", + "@actions/io": "^1.1.1", "semver": "^6.1.0", "uuid": "^3.3.2" }, "dependencies": { - "@actions/core": { - "version": "1.2.4" - }, "semver": { "version": "6.3.0" }, diff --git a/package.json b/package.json index 9eb0643462..ef6856c86c 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@actions/github": "^4.0.0", "@actions/http-client": "^1.0.8", "@actions/io": "^1.1.0", - "@actions/tool-cache": "^1.5.5", + "@actions/tool-cache": "^1.7.1", "@chrisgavin/safe-which": "^1.0.2", "@octokit/plugin-retry": "^3.0.3", "@octokit/types": "^5.5.0",