Skip to content

Commit 7ebe326

Browse files
Update dependency @actions/core to ^1.10.1
1 parent ba5d1b6 commit 7ebe326

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"homepage": "https://github.com/generates/pull-request-action#readme",
2828
"dependencies": {
29-
"@actions/core": "^1.2.6",
29+
"@actions/core": "^1.10.1",
3030
"@generates/logger": "0.1.2",
3131
"@octokit/request": "^5.4.14",
3232
"@sindresorhus/slugify": "^1.1.0",

yarn.lock

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,20 @@
22
# yarn lockfile v1
33

44

5-
"@actions/core@^1.2.6":
6-
version "1.2.6"
7-
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.6.tgz#a78d49f41a4def18e88ce47c2cac615d5694bf09"
8-
integrity sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA==
5+
"@actions/core@^1.10.1":
6+
version "1.10.1"
7+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.10.1.tgz#61108e7ac40acae95ee36da074fa5850ca4ced8a"
8+
integrity sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==
9+
dependencies:
10+
"@actions/http-client" "^2.0.1"
11+
uuid "^8.3.2"
12+
13+
"@actions/http-client@^2.0.1":
14+
version "2.1.1"
15+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.1.1.tgz#a8e97699c315bed0ecaeaaeb640948470d4586a0"
16+
integrity sha512-qhrkRMB40bbbLo7gF+0vu+X+UawOvQQqNAA/5Unx774RS8poaOhThDOG6BGmxvAnxhQnDp2BG/ZUm65xZILTpw==
17+
dependencies:
18+
tunnel "^0.0.6"
919

1020
1121
version "7.12.11"
@@ -2809,6 +2819,11 @@ tty-table@^2.8.10:
28092819
wcwidth "^1.0.1"
28102820
yargs "^15.1.0"
28112821

2822+
tunnel@^0.0.6:
2823+
version "0.0.6"
2824+
resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"
2825+
integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==
2826+
28122827
type-check@^0.4.0, type-check@~0.4.0:
28132828
version "0.4.0"
28142829
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"
@@ -2863,6 +2878,11 @@ uri-js@^4.2.2:
28632878
dependencies:
28642879
punycode "^2.1.0"
28652880

2881+
uuid@^8.3.2:
2882+
version "8.3.2"
2883+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
2884+
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
2885+
28662886
v8-compile-cache@^2.0.3:
28672887
version "2.3.0"
28682888
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"

0 commit comments

Comments
 (0)