diff --git a/packages/cache/package.json b/packages/cache/package.json index 319e8067b4..c35f8bff0d 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -37,20 +37,20 @@ "url": "https://github.com/actions/toolkit/issues" }, "dependencies": { - "@actions/core": "^1.10.0", + "@actions/core": "^1.10.1", "@actions/exec": "^1.0.1", - "@actions/glob": "^0.1.0", - "@actions/http-client": "^2.0.1", - "@actions/io": "^1.0.1", + "@actions/glob": "^0.5.0", + "@actions/http-client": "^2.2.3", + "@actions/io": "^1.1.3", "@azure/abort-controller": "^1.1.0", - "@azure/ms-rest-js": "^2.6.0", - "@azure/storage-blob": "^12.13.0", - "semver": "^6.1.0", + "@azure/ms-rest-js": "^2.7.0", + "@azure/storage-blob": "^12.24.0", + "semver": "^6.3.1", "uuid": "^3.3.3" }, "devDependencies": { - "@types/semver": "^6.0.0", - "@types/uuid": "^3.4.5", - "typescript": "^4.8.0" + "@types/semver": "^6.2.7", + "@types/uuid": "^3.4.13", + "typescript": "^4.9.5" } }