Skip to content

Commit c20810d

Browse files
committed
fix: upgrade @actions/core from 1.10.0 to 1.11.1
Snyk has created this PR to upgrade @actions/core from 1.10.0 to 1.11.1. See this package in yarn: @actions/core See this project in Snyk: https://app.snyk.io/org/gableroux/project/093e9366-5632-4113-a1ed-029b2cc1bfad?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 0483262 commit c20810d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"prepare": "husky install"
1616
},
1717
"dependencies": {
18-
"@actions/core": "^1.10.0",
18+
"@actions/core": "^1.11.1",
1919
"@actions/exec": "^1.1.0",
2020
"@actions/github": "^5.0.0",
2121
"@octokit/openapi-types": "^11.2.0",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# yarn lockfile v1
33

44

5-
"@actions/core@^1.10.0":
6-
version "1.10.0"
7-
resolved "https://registry.npmjs.org/@actions/core/-/core-1.10.0.tgz"
8-
integrity sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==
5+
"@actions/core@^1.11.1":
6+
version "1.11.1"
7+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.11.1.tgz#ae683aac5112438021588030efb53b1adb86f172"
8+
integrity sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==
99
dependencies:
10+
"@actions/exec" "^1.1.1"
1011
"@actions/http-client" "^2.0.1"
11-
uuid "^8.3.2"
1212

13-
"@actions/exec@^1.1.0":
13+
"@actions/exec@^1.1.0", "@actions/exec@^1.1.1":
1414
version "1.1.1"
1515
resolved "https://registry.npmjs.org/@actions/exec/-/exec-1.1.1.tgz"
1616
integrity sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==
@@ -5738,7 +5738,7 @@ use@^3.1.0:
57385738
resolved "https://registry.npmjs.org/use/-/use-3.1.1.tgz"
57395739
integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==
57405740

5741-
uuid@^8.3.0, uuid@^8.3.2:
5741+
uuid@^8.3.0:
57425742
version "8.3.2"
57435743
resolved "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz"
57445744
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==

0 commit comments

Comments
 (0)