File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 29
29
"dependencies" : {
30
30
"@actions/core" : " ^1.10.1" ,
31
31
"@actions/github" : " ^6.0.0" ,
32
- "@docker/actions-toolkit" : " ^0.15 .0" ,
32
+ "@docker/actions-toolkit" : " ^0.16 .0" ,
33
33
"@renovate/pep440" : " ^1.0.0" ,
34
34
"csv-parse" : " ^5.5.3" ,
35
35
"handlebars" : " ^4.7.8" ,
Original file line number Diff line number Diff line change 773
773
dependencies :
774
774
" @jridgewell/trace-mapping" " 0.3.9"
775
775
776
- " @docker/actions-toolkit@^0.15 .0 " :
777
- version "0.15 .0"
778
- resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.15 .0.tgz#f52d0a2a10c97e02dc7f82dea843cce1ea5917a5 "
779
- integrity sha512-9QM3iBEdW+ExxETTIPYhYARaSJU8k9Wrp5+WJvvGu8XgClyiKdOywIWK0Kp+ctUH+1rQzc3m/Z/h9ErZ52LIGg ==
776
+ " @docker/actions-toolkit@^0.16 .0 " :
777
+ version "0.16 .0"
778
+ resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.16 .0.tgz#a070abd4525bd63f1732fed2b95dafc85cbd01b8 "
779
+ integrity sha512-OIowepg3DhO+HSByAcxevzJXmMOgaquxjNlCOVJMt3qK+1tjEZ+9gJ3U3651KELrJf6RrlxSnY7GPipNFB6Vtw ==
780
780
dependencies :
781
781
" @actions/cache" " ^3.2.2"
782
782
" @actions/core" " ^1.10.1"
788
788
" @octokit/core" " ^5.0.2"
789
789
" @octokit/plugin-rest-endpoint-methods" " ^10.2.0"
790
790
async-retry "^1.3.3"
791
- csv-parse "^5.5.2 "
791
+ csv-parse "^5.5.3 "
792
792
handlebars "^4.7.8"
793
793
jwt-decode "^4.0.0"
794
794
semver "^7.5.4"
@@ -1992,7 +1992,7 @@ cross-spawn@^7.0.2, cross-spawn@^7.0.3:
1992
1992
shebang-command "^2.0.0"
1993
1993
which "^2.0.1"
1994
1994
1995
- csv-parse@*, csv-parse@^5.5.2, csv-parse@^5.5. 3 :
1995
+ csv-parse@*, csv-parse@^5.5.3 :
1996
1996
version "5.5.3"
1997
1997
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.5.3.tgz#0261050761ee46cd0e46421854bf9bf4de1317bf"
1998
1998
integrity sha512-v0KW6C0qlZzoGjk6u5tLmVfyZxNgPGXZsWTXshpAgKVGmGXzaVWGdlCFxNx5iuzcXT/oJN1HHM9DZKwtAtYa+A==
You can’t perform that action at this time.
0 commit comments