Skip to content

Commit a734e85

Browse files
Update dependency @actions/core to ^1.9.0
1 parent ba5d1b6 commit a734e85

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-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.9.0",
3030
"@generates/logger": "0.1.2",
3131
"@octokit/request": "^5.4.14",
3232
"@sindresorhus/slugify": "^1.1.0",

yarn.lock

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,19 @@
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.9.0":
6+
version "1.9.0"
7+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.9.0.tgz#20c1baac5d4bd2508ba1fc3e5f3fc4b8a80d4082"
8+
integrity sha512-5pbM693Ih59ZdUhgk+fts+bUWTnIdHV3kwOSr+QIoFHMLg7Gzhwm0cifDY/AG68ekEJAkHnQVpcy4f6GjmzBCA==
9+
dependencies:
10+
"@actions/http-client" "^2.0.1"
11+
12+
"@actions/http-client@^2.0.1":
13+
version "2.0.1"
14+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.1.tgz#873f4ca98fe32f6839462a6f046332677322f99c"
15+
integrity sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw==
16+
dependencies:
17+
tunnel "^0.0.6"
918

1019
1120
version "7.12.11"
@@ -2809,6 +2818,11 @@ tty-table@^2.8.10:
28092818
wcwidth "^1.0.1"
28102819
yargs "^15.1.0"
28112820

2821+
tunnel@^0.0.6:
2822+
version "0.0.6"
2823+
resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"
2824+
integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==
2825+
28122826
type-check@^0.4.0, type-check@~0.4.0:
28132827
version "0.4.0"
28142828
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"

0 commit comments

Comments
 (0)