Skip to content

Commit eb621e8

Browse files
committed
chore(deps): update dependencies (non-major)
1 parent ff5179d commit eb621e8

File tree

2 files changed

+79
-51
lines changed

2 files changed

+79
-51
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@
4949
}
5050
},
5151
"dependencies": {
52-
"@actions/core": "1.5.0",
53-
"@actions/exec": "1.1.0",
54-
"@actions/io": "1.1.1",
55-
"@actions/tool-cache": "1.7.1",
56-
"@octokit/action": "3.17.0",
52+
"@actions/core": "1.6.0",
53+
"@actions/exec": "1.1.1",
54+
"@actions/io": "1.1.2",
55+
"@actions/tool-cache": "1.7.2",
56+
"@octokit/action": "3.18.0",
5757
"@octokit/plugin-retry": "3.0.9",
58-
"filehound": "1.17.5",
59-
"fs-extra": "10.0.0",
58+
"filehound": "1.17.6",
59+
"fs-extra": "10.1.0",
6060
"uuid": "8.3.2"
6161
},
6262
"devDependencies": {

yarn.lock

+72-44
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,22 @@
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"
1214
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.6.tgz#a78d49f41a4def18e88ce47c2cac615d5694bf09"
1315
integrity sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA==
1416

15-
"@actions/[email protected].0":
16-
version "1.1.0"
17-
resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-1.1.0.tgz#53441d968e56d2fec69ad3f15773d4d94e01162c"
18-
integrity sha512-LImpN9AY0J1R1mEYJjVJfSZWU4zYOlEcwSTgPve1rFQqK5AwrEs6uWW5Rv70gbDIQIAUwI86z6B+9mPK4w9Sbg==
17+
"@actions/[email protected].1":
18+
version "1.1.1"
19+
resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-1.1.1.tgz#2e43f28c54022537172819a7cf886c844221a611"
20+
integrity sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==
1921
dependencies:
2022
"@actions/io" "^1.0.1"
2123

@@ -26,27 +28,39 @@
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"
3241
integrity sha512-0O4SsJ7q+MK0ycvXPl2e6bMXV7dxAXOGjrXS1eTF9s2S401Tp6c/P3c3Joz04QefC1J6Gt942Wl2jbm3f4mLcg==
3342
dependencies:
3443
tunnel "0.0.6"
3544

36-
"@actions/[email protected].1", "@actions/io@^1.1.1":
37-
version "1.1.1"
38-
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.1.tgz#4a157406309e212ab27ed3ae30e8c1d641686a66"
39-
integrity sha512-Qi4JoKXjmE0O67wAOH6y0n26QXhMKMFo7GD/4IXNVcrtLjUlGjGuVys6pQgwF3ArfGTQu0XpqaNr0YhED2RaRA==
45+
"@actions/[email protected].2":
46+
version "1.1.2"
47+
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.2.tgz#766ac09674a289ce0f1550ffe0a6eac9261a8ea9"
48+
integrity sha512-d+RwPlMp+2qmBfeLYPLXuSRykDIFEwdTA0MMxzS9kh4kvP1ftrc/9fzy6pX6qAjthdXruHQ6/6kjT/DNo5ALuw==
4049

4150
"@actions/io@^1.0.1":
4251
version "1.0.2"
4352
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.0.2.tgz#2f614b6e69ce14d191180451eb38e6576a6e6b27"
4453
integrity sha512-J8KuFqVPr3p6U8W93DOXlXW6zFvrQAJANdS+vw0YhusLIq+bszW8zmK2Fh1C2kDPX8FMvwIl1OUcFgvJoXLbAg==
4554

46-
"@actions/[email protected]":
47-
version "1.7.1"
48-
resolved "https://registry.yarnpkg.com/@actions/tool-cache/-/tool-cache-1.7.1.tgz#f9f4f822cb639da6facdf3e22ea571361ab26f92"
49-
integrity sha512-y1xxxOhXaBUIUit3lhepmu/0xdgiTMpnZRLmVdtF0hTm521doi+MdRRRP62czHvM7wxH6epj4JPNJQ3iJpOrkQ==
55+
"@actions/io@^1.1.1":
56+
version "1.1.1"
57+
resolved "https://registry.yarnpkg.com/@actions/io/-/io-1.1.1.tgz#4a157406309e212ab27ed3ae30e8c1d641686a66"
58+
integrity sha512-Qi4JoKXjmE0O67wAOH6y0n26QXhMKMFo7GD/4IXNVcrtLjUlGjGuVys6pQgwF3ArfGTQu0XpqaNr0YhED2RaRA==
59+
60+
"@actions/[email protected]":
61+
version "1.7.2"
62+
resolved "https://registry.yarnpkg.com/@actions/tool-cache/-/tool-cache-1.7.2.tgz#389ad15916f91999959c6b2865144839ecc571a9"
63+
integrity sha512-GYlcgg/PK2RWBrGG2sFg6s7im3S94LMKuqAv8UPDq/pGTZbuEvmN4a95Fn1Z19OE+vt7UbUHeewOD5tEBT+4TQ==
5064
dependencies:
5165
"@actions/core" "^1.2.6"
5266
"@actions/exec" "^1.0.0"
@@ -980,15 +994,15 @@
980994
"@nodelib/fs.scandir" "2.1.4"
981995
fastq "^1.6.0"
982996

983-
"@octokit/action@3.17.0":
984-
version "3.17.0"
985-
resolved "https://registry.yarnpkg.com/@octokit/action/-/action-3.17.0.tgz#f46b2290cd614bf865392f319254c85784ef0101"
986-
integrity sha512-dJq+hllFhAKPWfq5tXvd63xbf891vfbhYighMEeCLfdlnJINYFgC1guFFAIpAXm+CB2HbwYrAhciI3BcrnAr9A==
997+
"@octokit/action@3.18.0":
998+
version "3.18.0"
999+
resolved "https://registry.yarnpkg.com/@octokit/action/-/action-3.18.0.tgz#2e9083b360ddab25b16843be7640402a305396ff"
1000+
integrity sha512-vyEESFzgLtMxDZOnD9L88xWqHNG1ZR9wh67nlnOj9fGwL1UEOAvMxYtP03OUlharq1ONtwYj9vMPDQI1xelkoQ==
9871001
dependencies:
9881002
"@octokit/auth-action" "^1.2.0"
9891003
"@octokit/core" "^3.0.0"
990-
"@octokit/plugin-paginate-rest" "^2.2.4"
991-
"@octokit/plugin-rest-endpoint-methods" "5.11.1"
1004+
"@octokit/plugin-paginate-rest" "^2.16.8"
1005+
"@octokit/plugin-rest-endpoint-methods" "^5.12.0"
9921006
"@octokit/types" "^6.16.1"
9931007
proxy-agent "^5.0.0"
9941008

@@ -1062,19 +1076,19 @@
10621076
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-5.1.0.tgz#661fd03c7d55fbcb0a0937d3353d87dea012f52c"
10631077
integrity sha512-bodZvSYgycbUuuKrC/anCBUExvaSSWzMMFz0xl7pcJujxnmGxvqvcFHktjx1ZOSyeNKLfYF0QCgibaHUGsZTng==
10641078

1065-
"@octokit/plugin-paginate-rest@^2.2.4":
1066-
version "2.10.0"
1067-
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.10.0.tgz#5925156d809c94b7bfc47b28e17488415548fa67"
1068-
integrity sha512-71OsKBSMcQEu/6lfVbhv5C5ikU1rn10rKot/WiV7do7fyfElQ2eCUQFogHPbj0ci5lnKAjvahOiMAr6lcvL8Qw==
1079+
"@octokit/plugin-paginate-rest@^2.16.8":
1080+
version "2.17.0"
1081+
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.17.0.tgz#32e9c7cab2a374421d3d0de239102287d791bce7"
1082+
integrity sha512-tzMbrbnam2Mt4AhuyCHvpRkS0oZ5MvwwcQPYGtMv4tUa5kkzG58SVB0fcsLulOZQeRnOgdkZWkRUiyBlh0Bkyw==
10691083
dependencies:
1070-
"@octokit/types" "^6.10.0"
1084+
"@octokit/types" "^6.34.0"
10711085

1072-
"@octokit/plugin-rest-endpoint-methods@5.11.1":
1073-
version "5.11.1"
1074-
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.11.1.tgz#308476ae5de133ab4d30a6fa6c8f2766ff2524a0"
1075-
integrity sha512-EE69SuO08wtnIy9q/HftGDr7/Im1txzDfeYr+I4T/JkMSNEiedUUE5RuCWkEQAwwbeEU4kVTwSEQZb9Af77/PA==
1086+
"@octokit/plugin-rest-endpoint-methods@^5.12.0":
1087+
version "5.13.0"
1088+
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.13.0.tgz#8c46109021a3412233f6f50d28786f8e552427ba"
1089+
integrity sha512-uJjMTkN1KaOIgNtUPMtIXDOjx6dGYysdIFhgA52x4xSadQCz3b/zJexvITDVpANnfKPW/+E0xkOvLntqMYpviA==
10761090
dependencies:
1077-
"@octokit/types" "^6.30.0"
1091+
"@octokit/types" "^6.34.0"
10781092
deprecation "^2.3.1"
10791093

10801094
"@octokit/[email protected]":
@@ -1108,21 +1122,21 @@
11081122
once "^1.4.0"
11091123
universal-user-agent "^6.0.0"
11101124

1111-
"@octokit/[email protected]":
1125+
"@octokit/[email protected]", "@octokit/types@^6.34.0":
11121126
version "6.34.0"
11131127
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.34.0.tgz#c6021333334d1ecfb5d370a8798162ddf1ae8218"
11141128
integrity sha512-s1zLBjWhdEI2zwaoSgyOFoKSl109CUcVBCc7biPJ3aAf6LGLU6szDvi31JPU7bxfla2lqfhjbbg/5DdFNxOwHw==
11151129
dependencies:
11161130
"@octokit/openapi-types" "^11.2.0"
11171131

1118-
"@octokit/types@^6.0.3", "@octokit/types@^6.10.0", "@octokit/types@^6.7.1":
1132+
"@octokit/types@^6.0.3", "@octokit/types@^6.7.1":
11191133
version "6.10.0"
11201134
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.10.0.tgz#243faa864b0955f574012d52e179de38ac9ebafe"
11211135
integrity sha512-aMDo10kglofejJ96edCBIgQLVuzMDyjxmhdgEcoUUD64PlHYSrNsAGqN0wZtoiX4/PCQ3JLA50IpkP1bcKD/cA==
11221136
dependencies:
11231137
"@octokit/openapi-types" "^5.1.0"
11241138

1125-
"@octokit/types@^6.16.1", "@octokit/types@^6.30.0":
1139+
"@octokit/types@^6.16.1":
11261140
version "6.31.0"
11271141
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.31.0.tgz#b444852100090d1c5d0015614860c6131dc217e8"
11281142
integrity sha512-xobpvYmMYoFSxZB6jL1TPTMMZkxZIBlY145ZKibBJDKCczP1FrLLougtuVOZywGVZdcYs8oq2Bxb3aMjqIFeiw==
@@ -2401,6 +2415,13 @@ brace-expansion@^1.1.7:
24012415
balanced-match "^1.0.0"
24022416
concat-map "0.0.1"
24032417

2418+
brace-expansion@^2.0.1:
2419+
version "2.0.1"
2420+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
2421+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
2422+
dependencies:
2423+
balanced-match "^1.0.0"
2424+
24042425
braces@^3.0.1:
24052426
version "3.0.2"
24062427
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -3947,15 +3968,15 @@ file-uri-to-path@2:
39473968
resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-2.0.0.tgz#7b415aeba227d575851e0a5b0c640d7656403fba"
39483969
integrity sha512-hjPFI8oE/2iQPVe4gbrJ73Pp+Xfub2+WI2LlXDbsaJBwT5wuMh35WNWVYYTpnz895shtwfyutMFLFywpQAFdLg==
39493970

3950-
3951-
version "1.17.5"
3952-
resolved "https://registry.yarnpkg.com/filehound/-/filehound-1.17.5.tgz#c1c7e8d14b94d536994d820dce6c3f9ca828fd9a"
3953-
integrity sha512-BsNTM3xoscYKgv0quE9RWPVhu5ZTb7BNu3H/IbZQbOfQeA7ZyOV/hIYfo60H3Jhorw/J5vbg59KHS1UCHt4FAw==
3971+
3972+
version "1.17.6"
3973+
resolved "https://registry.yarnpkg.com/filehound/-/filehound-1.17.6.tgz#d5d87bd694316ea673bd0642b776b508d3f98a1d"
3974+
integrity sha512-5q4zjFkI8W2zLmvbvyvI//K882IpEj6sMNXPUQlk5H6W4Wh3OSSylEAIEmMLELP9G7ileYjTKPXOn0YzzS55Lg==
39543975
dependencies:
39553976
bluebird "^3.7.2"
39563977
file-js "0.3.0"
39573978
lodash "^4.17.21"
3958-
minimatch "^3.0.4"
3979+
minimatch "^5.0.0"
39593980
moment "^2.29.1"
39603981
unit-compare "^1.0.1"
39613982

@@ -4042,10 +4063,10 @@ from@~0:
40424063
resolved "https://registry.yarnpkg.com/from/-/from-0.1.7.tgz#83c60afc58b9c56997007ed1a768b3ab303a44fe"
40434064
integrity sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4=
40444065

4045-
fs-extra@10.0.0:
4046-
version "10.0.0"
4047-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
4048-
integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
4066+
fs-extra@10.1.0:
4067+
version "10.1.0"
4068+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
4069+
integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==
40494070
dependencies:
40504071
graceful-fs "^4.2.0"
40514072
jsonfile "^6.0.1"
@@ -6202,6 +6223,13 @@ minimatch@^3.0.3, minimatch@^3.0.4:
62026223
dependencies:
62036224
brace-expansion "^1.1.7"
62046225

6226+
minimatch@^5.0.0:
6227+
version "5.0.1"
6228+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b"
6229+
integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==
6230+
dependencies:
6231+
brace-expansion "^2.0.1"
6232+
62056233
62066234
version "4.1.0"
62076235
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"

0 commit comments

Comments
 (0)