Skip to content

Commit 5842be9

Browse files
authored
Merge pull request #4 from geekcell/dependabot/npm_and_yarn/actions/core-1.9.1
Bump @actions/core from 1.6.0 to 1.9.1
2 parents 368fa43 + 6e1fbfa commit 5842be9

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"author": "GeekCell GmbH <hello@geekcell.io> (https://www.geekcell.io/)",
2323
"license": "Apache-2.0",
2424
"dependencies": {
25-
"@actions/core": "^1.6.0",
25+
"@actions/core": "^1.9.1",
2626
"aws-sdk": "^2.1244.0",
2727
"smoketail": "^0.2.2",
2828
"yaml": "^2.2.2"

yarn.lock

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@
22
# yarn lockfile v1
33

44

5-
"@actions/core@^1.6.0":
6-
version "1.6.0"
7-
resolved "https://registry.npmjs.org/@actions/core/-/core-1.6.0.tgz"
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

12-
"@actions/http-client@^1.0.11":
13-
version "1.0.11"
14-
resolved "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.11.tgz"
15-
integrity sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==
13+
"@actions/http-client@^2.0.1":
14+
version "2.1.0"
15+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.1.0.tgz#b6d8c3934727d6a50d10d19f00a711a964599a9f"
16+
integrity sha512-BonhODnXr3amchh4qkmjPMUO8mFi/zLaaCeCAJZqch8iQqyDnVIkySjB38VHAC8IJ+bnlgfOqlhpyCUZHlQsqw==
1617
dependencies:
17-
tunnel "0.0.6"
18+
tunnel "^0.0.6"
1819

1920
"@ampproject/remapping@^2.1.0":
2021
version "2.2.0"
@@ -2647,9 +2648,9 @@ to-regex-range@^5.0.1:
26472648
dependencies:
26482649
is-number "^7.0.0"
26492650

2650-
tunnel@0.0.6:
2651+
tunnel@^0.0.6:
26512652
version "0.0.6"
2652-
resolved "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz"
2653+
resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"
26532654
integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==
26542655

26552656
type-check@^0.4.0, type-check@~0.4.0:
@@ -2718,6 +2719,11 @@ uuid@8.0.0:
27182719
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.0.0.tgz#bc6ccf91b5ff0ac07bbcdbf1c7c4e150db4dbb6c"
27192720
integrity sha512-jOXGuXZAWdsTH7eZLtyXMqUb9EcWMGZNbL9YcGBJl4MH4nrxHmZJhEHvyLFrkxo+28uLb/NYRcStH48fnD0Vzw==
27202721

2722+
uuid@^8.3.2:
2723+
version "8.3.2"
2724+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
2725+
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
2726+
27212727
v8-to-istanbul@^9.0.1:
27222728
version "9.0.1"
27232729
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-9.0.1.tgz#b6f994b0b5d4ef255e17a0d17dc444a9f5132fa4"

0 commit comments

Comments
 (0)