Skip to content

Commit 8c291c5

Browse files
authored
Merge pull request #682 from docker/dependabot/npm_and_yarn/docker/actions-toolkit-0.18.0
build(deps): bump @docker/actions-toolkit from 0.14.0 to 0.18.0
2 parents 5139682 + ec726f4 commit 8c291c5

File tree

2 files changed

+43
-46
lines changed

2 files changed

+43
-46
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@actions/core": "^1.10.1",
2929
"@aws-sdk/client-ecr": "^3.435.0",
3030
"@aws-sdk/client-ecr-public": "^3.435.0",
31-
"@docker/actions-toolkit": "^0.14.0",
31+
"@docker/actions-toolkit": "^0.18.0",
3232
"http-proxy-agent": "^7.0.0",
3333
"https-proxy-agent": "^7.0.2"
3434
},

yarn.lock

+42-45
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
88
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==
99

10-
"@actions/cache@^3.2.2":
11-
version "3.2.2"
12-
resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-3.2.2.tgz#e7bbb5f9b67c613f96f98f91506c69424c9aa288"
13-
integrity sha512-6D0Jq5JrLZRQ3VApeQwQkkV20ZZXjXsHNYXd9VjNUdi9E0h93wESpxfMJ2JWLCUCgHNLcfY0v3GjNM+2FdRMlg==
10+
"@actions/cache@^3.2.4":
11+
version "3.2.4"
12+
resolved "https://registry.yarnpkg.com/@actions/cache/-/cache-3.2.4.tgz#793aade7375ba436295ff5ae6139be9d06dfab30"
13+
integrity sha512-RuHnwfcDagtX+37s0ZWy7clbOfnZ7AlDJQ7k/9rzt2W4Gnwde3fa/qjSjVuz4vLcLIpc7fUob27CMrqiWZytYA==
1414
dependencies:
1515
"@actions/core" "^1.10.0"
1616
"@actions/exec" "^1.0.1"
@@ -20,7 +20,7 @@
2020
"@azure/abort-controller" "^1.1.0"
2121
"@azure/ms-rest-js" "^2.6.0"
2222
"@azure/storage-blob" "^12.13.0"
23-
semver "^6.1.0"
23+
semver "^6.3.1"
2424
uuid "^3.3.3"
2525

2626
"@actions/core@^1.10.0", "@actions/core@^1.10.1", "@actions/core@^1.2.6":
@@ -1233,27 +1233,26 @@
12331233
dependencies:
12341234
"@jridgewell/trace-mapping" "0.3.9"
12351235

1236-
"@docker/actions-toolkit@^0.14.0":
1237-
version "0.14.0"
1238-
resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.14.0.tgz#1cc7108aa1da0df708fb65915cc927d0cc420584"
1239-
integrity sha512-5PZ49FgZLcS421Py60Zm5CGzQt1OyGVVx2CHZbjr2S0Vm6Rqks4diB3io/nt4EkccUb3EgwClZPopICOPzyIPw==
1236+
"@docker/actions-toolkit@^0.18.0":
1237+
version "0.18.0"
1238+
resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.18.0.tgz#628e9396ae90b596348312058296aeb20a27360d"
1239+
integrity sha512-F0DwpVe2TNAQuZO540wJpu2QxXACNKZX3Tgi8yPfChsgUG0Z20Fmr6BNToQxlaVxG6LiMQdujfemoHo4slnLEw==
12401240
dependencies:
1241-
"@actions/cache" "^3.2.2"
1241+
"@actions/cache" "^3.2.4"
12421242
"@actions/core" "^1.10.1"
12431243
"@actions/exec" "^1.1.1"
12441244
"@actions/github" "^6.0.0"
12451245
"@actions/http-client" "^2.2.0"
12461246
"@actions/io" "^1.1.3"
12471247
"@actions/tool-cache" "^2.0.1"
1248-
"@octokit/core" "^5.0.1"
1249-
"@octokit/plugin-rest-endpoint-methods" "^10.1.5"
1248+
"@octokit/core" "^5.1.0"
1249+
"@octokit/plugin-rest-endpoint-methods" "^10.4.0"
12501250
async-retry "^1.3.3"
1251-
csv-parse "^5.5.2"
1251+
csv-parse "^5.5.5"
12521252
handlebars "^4.7.8"
1253-
js-yaml "^4.1.0"
12541253
jwt-decode "^4.0.0"
12551254
semver "^7.5.4"
1256-
tmp "^0.2.1"
1255+
tmp "^0.2.2"
12571256

12581257
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
12591258
version "4.4.0"
@@ -1640,10 +1639,10 @@
16401639
resolved "https://registry.yarnpkg.com/@octokit/auth-token/-/auth-token-4.0.0.tgz#40d203ea827b9f17f42a29c6afb93b7745ef80c7"
16411640
integrity sha512-tY/msAuJo6ARbK6SPIxZrPBms3xPbfwBrulZe0Wtr/DIY9lje2HeV1uoebShn6mx7SjCHif6EjMvoREj+gZ+SA==
16421641

1643-
"@octokit/core@^5.0.1":
1644-
version "5.0.1"
1645-
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-5.0.1.tgz#865da2b30d54354cccb6e30861ddfa0e24494780"
1646-
integrity sha512-lyeeeZyESFo+ffI801SaBKmCfsvarO+dgV8/0gD8u1d87clbEdWsP5yC+dSj3zLhb2eIf5SJrn6vDz9AheETHw==
1642+
"@octokit/core@^5.0.1", "@octokit/core@^5.1.0":
1643+
version "5.1.0"
1644+
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-5.1.0.tgz#81dacf0197ed7855e6413f128bd6dd9e121e7d2f"
1645+
integrity sha512-BDa2VAMLSh3otEiaMJ/3Y36GU4qf6GI+VivQ/P41NC6GHcdxpKlqV0ikSZ5gdQsmS3ojXeRx5vasgNTinF0Q4g==
16471646
dependencies:
16481647
"@octokit/auth-token" "^4.0.0"
16491648
"@octokit/graphql" "^7.0.0"
@@ -1676,10 +1675,10 @@
16761675
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-19.0.1.tgz#b83bd8ef1a6e1a2d88072c87747fa130348ef8fe"
16771676
integrity sha512-zC+73r2HIoRb9rWW5S3Y759hrpadlD5pNnya/QfZv0JZE7mvMu+FUa7nxHqTadi2hZc4BPZjJ8veDTuJnh8+8g==
16781677

1679-
"@octokit/openapi-types@^19.0.2":
1680-
version "19.0.2"
1681-
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-19.0.2.tgz#d72778fe2f6151314b6f0201fbc771bb741276fc"
1682-
integrity sha512-8li32fUDUeml/ACRp/njCWTsk5t17cfTM1jp9n08pBrqs5cDFJubtjsSnuz56r5Tad6jdEPJld7LxNp9dNcyjQ==
1678+
"@octokit/openapi-types@^20.0.0":
1679+
version "20.0.0"
1680+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-20.0.0.tgz#9ec2daa0090eeb865ee147636e0c00f73790c6e5"
1681+
integrity sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==
16831682

16841683
"@octokit/plugin-paginate-rest@^9.0.0":
16851684
version "9.1.0"
@@ -1688,12 +1687,12 @@
16881687
dependencies:
16891688
"@octokit/types" "^12.1.0"
16901689

1691-
"@octokit/plugin-rest-endpoint-methods@^10.0.0", "@octokit/plugin-rest-endpoint-methods@^10.1.5":
1692-
version "10.1.5"
1693-
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.1.5.tgz#b03559e439f951a484c0cfb69ceac86a7eb92358"
1694-
integrity sha512-LMEdsMV8TTMjMTqVoqMzV95XTbv0ZsWxCxQtjAunQOCdwoDH4BVF/Ke5JMSZEVCWGI2kzxnUNbFnK/MxwV7NjA==
1690+
"@octokit/plugin-rest-endpoint-methods@^10.0.0", "@octokit/plugin-rest-endpoint-methods@^10.4.0":
1691+
version "10.4.0"
1692+
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.4.0.tgz#f3756b080b75c397e82052de0105535b5d830ead"
1693+
integrity sha512-INw5rGXWlbv/p/VvQL63dhlXr38qYTHkQ5bANi9xofrF9OraqmjHsIGyenmjmul1JVRHpUlw5heFOj1UZLEolA==
16951694
dependencies:
1696-
"@octokit/types" "^12.3.0"
1695+
"@octokit/types" "^12.6.0"
16971696

16981697
"@octokit/request-error@^5.0.0":
16991698
version "5.0.1"
@@ -1722,12 +1721,12 @@
17221721
dependencies:
17231722
"@octokit/openapi-types" "^19.0.1"
17241723

1725-
"@octokit/types@^12.3.0":
1726-
version "12.3.0"
1727-
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-12.3.0.tgz#e3f8bc53f65ef551e19cc1a0fea15adadec17d2d"
1728-
integrity sha512-nJ8X2HRr234q3w/FcovDlA+ttUU4m1eJAourvfUUtwAWeqL8AsyRqfnLvVnYn3NFbUnsmzQCzLNdFerPwdmcDQ==
1724+
"@octokit/types@^12.6.0":
1725+
version "12.6.0"
1726+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-12.6.0.tgz#8100fb9eeedfe083aae66473bd97b15b62aedcb2"
1727+
integrity sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==
17291728
dependencies:
1730-
"@octokit/openapi-types" "^19.0.2"
1729+
"@octokit/openapi-types" "^20.0.0"
17311730

17321731
"@opentelemetry/api@^1.0.1":
17331732
version "1.4.1"
@@ -2840,10 +2839,10 @@ cross-spawn@^7.0.2, cross-spawn@^7.0.3:
28402839
shebang-command "^2.0.0"
28412840
which "^2.0.1"
28422841

2843-
csv-parse@^5.5.2:
2844-
version "5.5.2"
2845-
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.5.2.tgz#ab525e642093dccff7c5cca5c7b71fd3e99fe8f2"
2846-
integrity sha512-YRVtvdtUNXZCMyK5zd5Wty1W6dNTpGKdqQd4EQ8tl/c6KW1aMBB1Kg1ppky5FONKmEqGJ/8WjLlTNLPne4ioVA==
2842+
csv-parse@^5.5.5:
2843+
version "5.5.5"
2844+
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.5.5.tgz#68a271a9092877b830541805e14c8a80e6a22517"
2845+
integrity sha512-erCk7tyU3yLWAhk6wvKxnyPtftuy/6Ak622gOO7BCJ05+TYffnPCJF905wmOQm+BpkX54OdAl8pveJwUdpnCXQ==
28472846

28482847
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4:
28492848
version "4.3.4"
@@ -4518,7 +4517,7 @@ reusify@^1.0.4:
45184517
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
45194518
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
45204519

4521-
rimraf@^3.0.0, rimraf@^3.0.2:
4520+
rimraf@^3.0.2:
45224521
version "3.0.2"
45234522
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
45244523
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
@@ -4549,7 +4548,7 @@ sax@>=0.6.0:
45494548
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
45504549
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
45514550

4552-
semver@^6.0.0, semver@^6.1.0, semver@^6.3.0:
4551+
semver@^6.0.0, semver@^6.1.0, semver@^6.3.0, semver@^6.3.1:
45534552
version "6.3.1"
45544553
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
45554554
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
@@ -4736,12 +4735,10 @@ titleize@^3.0.0:
47364735
resolved "https://registry.yarnpkg.com/titleize/-/titleize-3.0.0.tgz#71c12eb7fdd2558aa8a44b0be83b8a76694acd53"
47374736
integrity sha512-KxVu8EYHDPBdUYdKZdKtU2aj2XfEx9AfjXxE/Aj0vT06w2icA09Vus1rh6eSu1y01akYg6BjIK/hxyLJINoMLQ==
47384737

4739-
tmp@^0.2.1:
4740-
version "0.2.1"
4741-
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14"
4742-
integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==
4743-
dependencies:
4744-
rimraf "^3.0.0"
4738+
tmp@^0.2.2:
4739+
version "0.2.3"
4740+
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae"
4741+
integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==
47454742

47464743
47474744
version "1.0.5"

0 commit comments

Comments
 (0)