Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2025-01-20 17:43:54 +00:00
parent c16863838b
commit 7b7562b176
853 changed files with 1496 additions and 5314 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@actions/tool-cache",
"version": "2.0.1",
"version": "2.0.2",
"description": "Actions tool-cache lib",
"keywords": [
"github",
@ -36,17 +36,15 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.0.0",
"@actions/http-client": "^2.0.1",
"@actions/io": "^1.1.1",
"semver": "^6.1.0",
"uuid": "^3.3.2"
"semver": "^6.1.0"
},
"devDependencies": {
"@types/nock": "^10.0.3",
"@types/nock": "^11.1.0",
"@types/semver": "^6.0.0",
"@types/uuid": "^3.4.4",
"nock": "^10.0.6"
"nock": "^13.2.9"
}
}