|
24 | 24 | "dependencies": {
|
25 | 25 | "@actions/artifact": "^2.1.9",
|
26 | 26 | "@actions/artifact-legacy": "npm:@actions/artifact@^1.1.2",
|
27 |
| - "@actions/cache": "^3.2.4", |
| 27 | + "@actions/cache": "^3.3.0", |
28 | 28 | "@actions/core": "^1.11.1",
|
29 | 29 | "@actions/exec": "^1.1.1",
|
30 | 30 | "@actions/github": "^5.1.1",
|
31 |
| - "@actions/glob": "^0.4.0", |
| 31 | + "@actions/glob": "^0.5.0", |
32 | 32 | "@actions/io": "^1.1.3",
|
33 | 33 | "@actions/tool-cache": "^2.0.1",
|
34 | 34 | "@chrisgavin/safe-which": "^1.0.2",
|
|
52 | 52 | "node-forge": "^1.3.1",
|
53 | 53 | "path": "^0.12.7",
|
54 | 54 | "semver": "^7.6.3",
|
55 |
| - "uuid": "^11.0.1", |
| 55 | + "uuid": "^11.0.3", |
56 | 56 | "zlib": "^1.0.5"
|
57 | 57 | },
|
58 | 58 | "//": [
|
|
62 | 62 | "@ava/typescript": "4.1.0",
|
63 | 63 | "@eslint/compat": "^1.1.1",
|
64 | 64 | "@eslint/eslintrc": "^3.1.0",
|
65 |
| - "@eslint/js": "^9.13.0", |
| 65 | + "@eslint/js": "^9.14.0", |
66 | 66 | "@microsoft/eslint-formatter-sarif": "^3.1.0",
|
67 |
| - "@types/adm-zip": "^0.5.5", |
| 67 | + "@types/adm-zip": "^0.5.6", |
68 | 68 | "@types/console-log-level": "^1.4.5",
|
69 | 69 | "@types/follow-redirects": "^1.14.4",
|
70 | 70 | "@types/get-folder-size": "^2.0.0",
|
71 | 71 | "@types/js-yaml": "^4.0.9",
|
72 | 72 | "@types/node": "20.9.0",
|
73 | 73 | "@types/semver": "^7.5.8",
|
74 | 74 | "@types/sinon": "^17.0.3",
|
75 |
| - "@typescript-eslint/eslint-plugin": "^8.11.0", |
76 |
| - "@typescript-eslint/parser": "^8.11.0", |
| 75 | + "@typescript-eslint/eslint-plugin": "^8.14.0", |
| 76 | + "@typescript-eslint/parser": "^8.14.0", |
77 | 77 | "ava": "^5.3.1",
|
78 | 78 | "eslint": "^8.57.1",
|
79 | 79 | "eslint-import-resolver-typescript": "^3.6.3",
|
|
82 | 82 | "eslint-plugin-import": "2.29.1",
|
83 | 83 | "eslint-plugin-no-async-foreach": "^0.1.1",
|
84 | 84 | "micromatch": "4.0.8",
|
85 |
| - "nock": "^13.5.5", |
| 85 | + "nock": "^13.5.6", |
86 | 86 | "removeNPMAbsolutePaths": "3.0.1",
|
87 | 87 | "sinon": "^19.0.2",
|
88 | 88 | "typescript": "^5.6.3"
|
|
0 commit comments