Skip to content

Commit f36ee7b

Browse files
committed
chore(deps): update dependencies (non-major)
1 parent 688cfe5 commit f36ee7b

File tree

2 files changed

+38
-17
lines changed

2 files changed

+38
-17
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
}
5050
},
5151
"dependencies": {
52-
"@actions/core": "1.5.0",
52+
"@actions/core": "1.6.0",
5353
"@actions/exec": "1.1.0",
5454
"@actions/io": "1.1.1",
5555
"@actions/tool-cache": "1.7.1",
56-
"@octokit/action": "3.17.0",
56+
"@octokit/action": "3.17.3",
5757
"@octokit/plugin-retry": "3.0.9",
5858
"filehound": "1.17.5",
5959
"fs-extra": "10.0.0",

yarn.lock

+36-15
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
# yarn lockfile v1
33

44

5-
"@actions/[email protected]":
6-
version "1.5.0"
7-
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.5.0.tgz#885b864700001a1b9a6fba247833a036e75ad9d3"
8-
integrity sha512-eDOLH1Nq9zh+PJlYLqEMkS/jLQxhksPNmUGNBHfa4G+tQmnIhzpctxmchETtVGyBOvXgOVVpYuE40+eS4cUnwQ==
5+
"@actions/[email protected]":
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==
9+
dependencies:
10+
"@actions/http-client" "^1.0.11"
911

1012
"@actions/core@^1.2.6":
1113
version "1.2.6"
@@ -26,6 +28,13 @@
2628
dependencies:
2729
"@actions/io" "^1.0.1"
2830

31+
"@actions/http-client@^1.0.11":
32+
version "1.0.11"
33+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-1.0.11.tgz#c58b12e9aa8b159ee39e7dd6cbd0e91d905633c0"
34+
integrity sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==
35+
dependencies:
36+
tunnel "0.0.6"
37+
2938
"@actions/http-client@^1.0.8":
3039
version "1.0.9"
3140
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-1.0.9.tgz#af1947d020043dbc6a3b4c5918892095c30ffb52"
@@ -970,15 +979,15 @@
970979
"@nodelib/fs.scandir" "2.1.4"
971980
fastq "^1.6.0"
972981

973-
"@octokit/[email protected].0":
974-
version "3.17.0"
975-
resolved "https://registry.yarnpkg.com/@octokit/action/-/action-3.17.0.tgz#f46b2290cd614bf865392f319254c85784ef0101"
976-
integrity sha512-dJq+hllFhAKPWfq5tXvd63xbf891vfbhYighMEeCLfdlnJINYFgC1guFFAIpAXm+CB2HbwYrAhciI3BcrnAr9A==
982+
"@octokit/[email protected].3":
983+
version "3.17.3"
984+
resolved "https://registry.yarnpkg.com/@octokit/action/-/action-3.17.3.tgz#e86e6623943740946280e879e1e7fb4d4723651e"
985+
integrity sha512-DN37DL0gVPr1WcqeCFWXocRsduOh58BVNYScAnYzPrTXy19Ena4QPFYpj6sZX38MSuZsZ/F61WlegYt9CzbYIQ==
977986
dependencies:
978987
"@octokit/auth-action" "^1.2.0"
979988
"@octokit/core" "^3.0.0"
980989
"@octokit/plugin-paginate-rest" "^2.2.4"
981-
"@octokit/plugin-rest-endpoint-methods" "5.11.1"
990+
"@octokit/plugin-rest-endpoint-methods" "5.11.4"
982991
"@octokit/types" "^6.16.1"
983992
proxy-agent "^5.0.0"
984993

@@ -1042,6 +1051,11 @@
10421051
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-10.5.0.tgz#9deea593663677febd07d93d31ab6882ba5e5748"
10431052
integrity sha512-yt8GpYL0s1bLZR7602l0Im5zfmB3UdHYCfcrv3ZGRX95BjX66UQeH4asXjXo8xBit9HneCctVhTMN0On/duukQ==
10441053

1054+
"@octokit/openapi-types@^10.6.3":
1055+
version "10.6.3"
1056+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-10.6.3.tgz#275b6e6f29f94bdf5cc6c904a3eb06787bff464d"
1057+
integrity sha512-D4WFg5dZHMsaPYlb18JsrMYEtlOwJckIuigKR1uqyplCSxBF80+5mXX0k+fd6NVqRPsnztoXvtyoyUYQkk87Rw==
1058+
10451059
"@octokit/openapi-types@^5.1.0":
10461060
version "5.1.0"
10471061
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-5.1.0.tgz#661fd03c7d55fbcb0a0937d3353d87dea012f52c"
@@ -1054,12 +1068,12 @@
10541068
dependencies:
10551069
"@octokit/types" "^6.10.0"
10561070

1057-
"@octokit/[email protected].1":
1058-
version "5.11.1"
1059-
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.11.1.tgz#308476ae5de133ab4d30a6fa6c8f2766ff2524a0"
1060-
integrity sha512-EE69SuO08wtnIy9q/HftGDr7/Im1txzDfeYr+I4T/JkMSNEiedUUE5RuCWkEQAwwbeEU4kVTwSEQZb9Af77/PA==
1071+
"@octokit/[email protected].4":
1072+
version "5.11.4"
1073+
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.11.4.tgz#221dedcbdc45d6bfa54228d469e8c34acb4e0e34"
1074+
integrity sha512-iS+GYTijrPUiEiLoDsGJhrbXIvOPfm2+schvr+FxNMs7PeE9Nl4bAMhE8ftfNX3Z1xLxSKwEZh0O7GbWurX5HQ==
10611075
dependencies:
1062-
"@octokit/types" "^6.30.0"
1076+
"@octokit/types" "^6.31.2"
10631077
deprecation "^2.3.1"
10641078

10651079
"@octokit/[email protected]":
@@ -1093,7 +1107,7 @@
10931107
once "^1.4.0"
10941108
universal-user-agent "^6.0.0"
10951109

1096-
"@octokit/[email protected]", "@octokit/types@^6.16.1", "@octokit/types@^6.30.0":
1110+
"@octokit/[email protected]", "@octokit/types@^6.16.1":
10971111
version "6.31.0"
10981112
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.31.0.tgz#b444852100090d1c5d0015614860c6131dc217e8"
10991113
integrity sha512-xobpvYmMYoFSxZB6jL1TPTMMZkxZIBlY145ZKibBJDKCczP1FrLLougtuVOZywGVZdcYs8oq2Bxb3aMjqIFeiw==
@@ -1107,6 +1121,13 @@
11071121
dependencies:
11081122
"@octokit/openapi-types" "^5.1.0"
11091123

1124+
"@octokit/types@^6.31.2":
1125+
version "6.31.2"
1126+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.31.2.tgz#14e2915eda02c1897788e8f22fbd265f15b8f81a"
1127+
integrity sha512-IxU79++1fj/1ZJ2S33iljQy/guydjztc8gqCHO7gSr5ss5hJEVqCPEI74mEerpPbDKMGUgTXTvNiphAXswE82A==
1128+
dependencies:
1129+
"@octokit/openapi-types" "^10.6.3"
1130+
11101131
"@rushstack/eslint-plugin-security@^0.2.0":
11111132
version "0.2.1"
11121133
resolved "https://registry.yarnpkg.com/@rushstack/eslint-plugin-security/-/eslint-plugin-security-0.2.1.tgz#9dabdef7bbd31a363831c5fd30157bdbbd44ca37"

0 commit comments

Comments
 (0)