1
0
Fork 0

fix: upgrade @actions/core from 1.10.0 to 1.10.1

Snyk has created this PR to upgrade @actions/core from 1.10.0 to 1.10.1.

See this package in npm:
@actions/core

See this project in Snyk:
https://app.snyk.io/org/rizwan-r-r/project/bb5519b0-bd2c-4314-a1ff-c5ba59430b81?utm_source=github&utm_medium=referral&page=upgrade-pr
pull/1802/merge^2
snyk-bot 2024-08-10 08:28:24 +00:00 committed by Rizwan
parent 0d037860b4
commit c6c3354b1c
2 changed files with 6 additions and 5 deletions

View File

@ -24,14 +24,15 @@
"version": "0.4.0",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/core": "^1.10.1",
"minimatch": "^10.0.1"
}
},
"node_modules/@actions/core": {
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.0.tgz",
"integrity": "sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==",
"version": "1.10.1",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.1.tgz",
"integrity": "sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==",
"license": "MIT",
"dependencies": {
"@actions/http-client": "^2.0.1",
"uuid": "^8.3.2"

View File

@ -37,7 +37,7 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/core": "^1.10.1",
"minimatch": "^10.0.1"
}
}