Skip to content

Commit

Permalink
Bump @docker/actions-toolkit from 0.25.0 to 0.37.1
Browse files Browse the repository at this point in the history
Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.25.0 to 0.37.1.
- [Release notes](https://github.com/docker/actions-toolkit/releases)
- [Commits](docker/actions-toolkit@v0.25.0...v0.37.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 22, 2024
1 parent 07be7dd commit e40fdeb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.10.1",
"@docker/actions-toolkit": "^0.25.0",
"@docker/actions-toolkit": "^0.37.1",
"uuid": "^10.0.0"
},
"devDependencies": {
Expand Down
22 changes: 14 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yarn lockfile v1


"@actions/artifact@^2.1.7":
"@actions/artifact@^2.1.9":
version "2.1.9"
resolved "https://registry.yarnpkg.com/@actions/artifact/-/artifact-2.1.9.tgz#87698ac464c2ec26cf62a7ceddc389791f2c69a0"
integrity sha512-f9JXC9JrwramDRJHZiIOKJo3PGw/V3riYegLj5kHi8YEJ2k72TNUd1zDW1BG50ILnzJ0cp1faDVJ2pSdolRQfg==
Expand Down Expand Up @@ -541,12 +541,12 @@
dependencies:
"@jridgewell/trace-mapping" "0.3.9"

"@docker/actions-toolkit@^0.25.0":
version "0.25.1"
resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.25.1.tgz#7aea62b45a6e46d7feb80214804d6136eee923c4"
integrity sha512-IyYe7D799PUiTAZDtDjo9pfH9THaZQQMWE95I/fCQL0TOOuLQFx9HVFsr0WQtN+jOqw9Ck9V18a4ZFSHDpBXGA==
"@docker/actions-toolkit@^0.37.1":
version "0.37.1"
resolved "https://registry.yarnpkg.com/@docker/actions-toolkit/-/actions-toolkit-0.37.1.tgz#7d99f2f0825cea4a7fa4d6070781b7f714d7725e"
integrity sha512-awNRqhQVry1rEbk0fLmvLxjAa9XX0zkg+RJSzY3g+caryyWEyrRtm6gEPp0nnIGjmh/R9yCeoif2iGjK9LbrQQ==
dependencies:
"@actions/artifact" "^2.1.7"
"@actions/artifact" "^2.1.9"
"@actions/cache" "^3.2.4"
"@actions/core" "^1.10.1"
"@actions/exec" "^1.1.1"
Expand All @@ -561,9 +561,10 @@
csv-parse "^5.5.6"
gunzip-maybe "^1.4.2"
handlebars "^4.7.8"
he "^1.2.0"
js-yaml "^4.1.0"
jwt-decode "^4.0.0"
semver "^7.6.2"
semver "^7.6.3"
tar-stream "^3.1.7"
tmp "^0.2.3"

Expand Down Expand Up @@ -2564,6 +2565,11 @@ hasown@^2.0.2:
dependencies:
function-bind "^1.1.2"

he@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==

html-escaper@^2.0.0:
version "2.0.2"
resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
Expand Down Expand Up @@ -3804,7 +3810,7 @@ semver@^6.1.0, semver@^6.3.0, semver@^6.3.1:
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==

semver@^7.3.7, semver@^7.5.3, semver@^7.5.4, semver@^7.6.2:
semver@^7.3.7, semver@^7.5.3, semver@^7.5.4, semver@^7.6.3:
version "7.6.3"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
Expand Down

0 comments on commit e40fdeb

Please sign in to comment.