Skip to content

Commit 47d5369

Browse files
committed
vendor: bump @docker/actions-toolkit from 0.8.0 to 0.12.0
Signed-off-by: CrazyMax <[email protected]>
1 parent 8895c74 commit 47d5369

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"license": "Apache-2.0",
3434
"dependencies": {
3535
"@actions/core": "^1.10.0",
36-
"@docker/actions-toolkit": "^0.8.0",
36+
"@docker/actions-toolkit": "^0.12.0",
3737
"handlebars": "^4.7.7"
3838
},
3939
"devDependencies": {

yarn.lock

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -731,10 +731,10 @@
731731
dependencies:
732732
"@jridgewell/trace-mapping" "0.3.9"
733733

734-
"@docker/actions-toolkit@^0.8.0":
735-
version "0.8.0"
736-
resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.8.0.tgz#76f7048c2241584f0766f315a99e5935cb3f1807"
737-
integrity sha512-WcGhpOFucje2W80R9qSa5hg/DJcY3+JoZHKQ29lVvw5t5OpKnDBc0RbnaW8dMqAGLsyCkpBQEHP5TScBS5n0UQ==
734+
"@docker/actions-toolkit@^0.12.0":
735+
version "0.12.0"
736+
resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.12.0.tgz#aa0ba45ac278234171a12637779b8e2687f25edc"
737+
integrity sha512-yHhXt1te5AWZsmuIUcoAv5fH4kQ2huiLpdkm0pXUHY6GJrVDfClEE5nc6BXWSBDTZIbrKBTkbCjEnK6euWr65g==
738738
dependencies:
739739
"@actions/cache" "^3.2.2"
740740
"@actions/core" "^1.10.0"
@@ -745,8 +745,9 @@
745745
"@actions/tool-cache" "^2.0.1"
746746
"@octokit/plugin-rest-endpoint-methods" "^7.2.3"
747747
async-retry "^1.3.3"
748-
csv-parse "^5.4.0"
748+
csv-parse "^5.5.0"
749749
handlebars "^4.7.8"
750+
js-yaml "^4.1.0"
750751
jwt-decode "^3.1.2"
751752
semver "^7.5.4"
752753
tmp "^0.2.1"
@@ -1999,11 +2000,16 @@ cross-spawn@^7.0.2, cross-spawn@^7.0.3:
19992000
shebang-command "^2.0.0"
20002001
which "^2.0.1"
20012002

2002-
csv-parse@*, csv-parse@^5.4.0:
2003+
csv-parse@*:
20032004
version "5.4.0"
20042005
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.4.0.tgz#6793210a4a49a9a74b3fde3f9d00f3f52044fd89"
20052006
integrity sha512-JiQosUWiOFgp4hQn0an+SBoV9IKdqzhROM0iiN4LB7UpfJBlsSJlWl9nq4zGgxgMAzHJ6V4t29VAVD+3+2NJAg==
20062007

2008+
csv-parse@^5.5.0:
2009+
version "5.5.0"
2010+
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.5.0.tgz#2313421e69b650dae32a79ac884b20b21ca1d9da"
2011+
integrity sha512-RxruSK3M4XgzcD7Trm2wEN+SJ26ChIb903+IWxNOcB5q4jT2Cs+hFr6QP39J05EohshRFEvyzEBoZ/466S2sbw==
2012+
20072013
debug@^4.1.0, debug@^4.1.1:
20082014
version "4.3.1"
20092015
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"

0 commit comments

Comments
 (0)