Security update dependencies including transitive

This commit is contained in:
Bassem Dghaidi 2026-03-17 06:17:42 -07:00 committed by GitHub
parent 9bc31d5ccc
commit 1163061bb1
3 changed files with 1236 additions and 4550 deletions

4391
dist/index.js vendored

File diff suppressed because it is too large Load Diff

1325
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "download-artifact", "name": "download-artifact",
"version": "3.0.0", "version": "3.1.0",
"description": "Download a build artifact that was previously uploaded in the workflow by the upload-artifact action", "description": "Download a build artifact that was previously uploaded in the workflow by the upload-artifact action",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
@ -28,7 +28,7 @@
}, },
"homepage": "https://github.com/actions/download-artifact#readme", "homepage": "https://github.com/actions/download-artifact#readme",
"dependencies": { "dependencies": {
"@actions/artifact": "^1.1.1", "@actions/artifact": "^1.1.3",
"@actions/core": "^1.10.0" "@actions/core": "^1.10.0"
}, },
"devDependencies": { "devDependencies": {