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/9564a0d6-8e23-4a32-8c7d-570c91737959?utm_source=github&utm_medium=referral&page=upgrade-pr
pull/1802/merge^2
snyk-bot 2024-08-09 18:40:25 +00:00 committed by Rizwan
parent 813612a7b6
commit 0d037860b4
2 changed files with 9 additions and 8 deletions

View File

@ -9,7 +9,7 @@
"version": "2.0.1",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/core": "^1.10.1",
"@actions/exec": "^1.0.0",
"@actions/http-client": "^2.2.1",
"@actions/io": "^1.1.1",
@ -24,9 +24,10 @@
}
},
"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"
@ -206,9 +207,9 @@
},
"dependencies": {
"@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==",
"requires": {
"@actions/http-client": "^2.0.1",
"uuid": "^8.3.2"

View File

@ -36,7 +36,7 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/core": "^1.10.1",
"@actions/exec": "^1.0.0",
"@actions/http-client": "^2.2.1",
"@actions/io": "^1.1.1",