Skip to content

Commit 919e0cc

Browse files
chore: Bump @actions/core in /actions/copy-labels-to-pr
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.9.1. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d8506c6 commit 919e0cc

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

actions/copy-labels-to-pr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build-and-package": "yarn run build && yarn run package"
1010
},
1111
"dependencies": {
12-
"@actions/core": "^1.6.0",
12+
"@actions/core": "^1.9.1",
1313
"@actions/github": "^5.0.0"
1414
},
1515
"devDependencies": {

actions/copy-labels-to-pr/yarn.lock

+19-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
# yarn lockfile v1
33

44

5-
"@actions/core@^1.6.0":
6-
version "1.6.0"
7-
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.6.0.tgz#0568e47039bfb6a9170393a73f3b7eb3b22462cb"
8-
integrity sha512-NB1UAZomZlCV/LmJqkLhNTqtKfFXJZAUPcfl/zqG7EfsQdeUJtaWO98SGbuQ3pydJ3fHl2CvI/51OKYlCYYcaw==
5+
"@actions/core@^1.9.1":
6+
version "1.9.1"
7+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.9.1.tgz#97c0201b1f9856df4f7c3a375cdcdb0c2a2f750b"
8+
integrity sha512-5ad+U2YGrmmiw6du20AQW5XuWo7UKN2052FjSV7MX+Wfjf8sCqcsZe62NfgHys4QI4/Y+vQvLKYL8jWtA1ZBTA==
99
dependencies:
10-
"@actions/http-client" "^1.0.11"
10+
"@actions/http-client" "^2.0.1"
11+
uuid "^8.3.2"
1112

1213
"@actions/github@^5.0.0":
1314
version "5.0.0"
@@ -26,6 +27,13 @@
2627
dependencies:
2728
tunnel "0.0.6"
2829

30+
"@actions/http-client@^2.0.1":
31+
version "2.0.1"
32+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.1.tgz#873f4ca98fe32f6839462a6f046332677322f99c"
33+
integrity sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw==
34+
dependencies:
35+
tunnel "^0.0.6"
36+
2937
"@octokit/auth-token@^2.4.4":
3038
version "2.5.0"
3139
resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-2.5.0.tgz#27c37ea26c205f28443402477ffd261311f21e36"
@@ -151,7 +159,7 @@ tr46@~0.0.3:
151159
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
152160
integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=
153161

154-
162+
[email protected], tunnel@^0.0.6:
155163
version "0.0.6"
156164
resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"
157165
integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==
@@ -161,6 +169,11 @@ universal-user-agent@^6.0.0:
161169
resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.0.tgz#3381f8503b251c0d9cd21bc1de939ec9df5480ee"
162170
integrity sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==
163171

172+
uuid@^8.3.2:
173+
version "8.3.2"
174+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
175+
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
176+
164177
webidl-conversions@^3.0.0:
165178
version "3.0.1"
166179
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"

0 commit comments

Comments
 (0)