Bump @docker/actions-toolkit from 0.1.0-rc.3 to 0.1.0

Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.1.0-rc.3 to 0.1.0.
- [Release notes](https://github.com/docker/actions-toolkit/releases)
- [Commits](https://github.com/docker/actions-toolkit/compare/v0.1.0-rc.3...v0.1.0)

---
updated-dependencies:
- dependency-name: "@docker/actions-toolkit"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-04-11 07:53:47 +00:00
committed by GitHub
parent 6926262e59
commit af2b81ec1f
2 changed files with 10 additions and 10 deletions

View File

@ -29,7 +29,7 @@
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.10.0",
"@docker/actions-toolkit": "^0.1.0-rc.3"
"@docker/actions-toolkit": "^0.1.0"
},
"devDependencies": {
"@types/node": "^16.18.21",

View File

@ -598,10 +598,10 @@
dependencies:
"@jridgewell/trace-mapping" "0.3.9"
"@docker/actions-toolkit@^0.1.0-rc.3":
version "0.1.0-rc.3"
resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.1.0-rc.3.tgz#ebd8c93245ee576b7837c8bf1b145a078d021212"
integrity sha512-4gmTtq8dPcVxFWLpW/twLZYdCnREpJKuSw+5lNvgWyjCk4sTcL2UinqA9SsOss94LshtBV7UEn5Xoq7XB+zr4A==
"@docker/actions-toolkit@^0.1.0":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.1.0.tgz#592dbcaef5ebe8699ea95d9f62ca5d4ba73845b5"
integrity sha512-Q9YQGSD3A+WjteCo/CstVzCNRfK0toejQtV1sNOMvXmFqc3TbXNszdGXAl/5Qdb6oRCYJ/Sa7FFLD/JTmQTpQQ==
dependencies:
"@actions/core" "^1.10.0"
"@actions/exec" "^1.1.1"
@ -613,7 +613,7 @@
csv-parse "^5.3.6"
handlebars "^4.7.7"
jwt-decode "^3.1.2"
semver "^7.3.8"
semver "^7.4.0"
tmp "^0.2.1"
"@eslint-community/eslint-utils@^4.2.0":
@ -3117,10 +3117,10 @@ safe-buffer@~5.1.1:
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
semver@7.x, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8:
version "7.3.8"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
semver@7.x, semver@^7.3.5, semver@^7.3.7, semver@^7.4.0:
version "7.4.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.4.0.tgz#8481c92feffc531ab1e012a8ffc15bdd3a0f4318"
integrity sha512-RgOxM8Mw+7Zus0+zcLEUn8+JfoLpj/huFTItQy2hsM4khuC1HYRDp0cU482Ewn/Fcy6bCjufD8vAj7voC66KQw==
dependencies:
lru-cache "^6.0.0"