Skip to content

Commit

Permalink
Updating buildpack.toml with new versions 1.22.22
Browse files Browse the repository at this point in the history
  • Loading branch information
paketo-bot committed Aug 2, 2024
1 parent 81f1784 commit b44d1c8
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,32 @@ api = "0.7"
yarn = "1.*"

[[metadata.dependencies]]
cpe = "cpe:2.3:a:yarnpkg:yarn:1.22.18:*:*:*:*:*:*:*"
id = "yarn"
licenses = ["BSD-2-Clause", "BSD-2-Clause-NetBSD"]
name = "Yarn"
purl = "pkg:generic/[email protected]?checksum=816e5c073b3d35936a398d1fe769ebbcd517298e3510b649e8fc67cd3a62e113&download_url=https://github.com/yarnpkg/yarn/releases/download/v1.22.18/yarn-v1.22.18.tar.gz"
checksum = "sha256:77987b1ade01c6fe27ff8d081bb30d97b115bb9962bc2a98765b120dd7ef714d"
source = "https://github.com/yarnpkg/yarn/releases/download/v1.22.18/yarn-v1.22.18.tar.gz"
source-checksum = "sha256:816e5c073b3d35936a398d1fe769ebbcd517298e3510b649e8fc67cd3a62e113"
stacks = ["io.buildpacks.stacks.bionic", "io.buildpacks.stacks.jammy", "*"]
uri = "https://deps.paketo.io/yarn/yarn_1.22.18_linux_noarch_bionic_77987b1a.tgz"
version = "1.22.18"

[[metadata.dependencies]]
checksum = "sha256:3235ba55a7e669476697fe4506df7fe5179a4448b2c22c96039ff6800c9a7daa"
cpe = "cpe:2.3:a:yarnpkg:yarn:1.22.19:*:*:*:*:*:*:*"
id = "yarn"
licenses = ["BSD-2-Clause", "BSD-2-Clause-NetBSD"]
name = "Yarn"
purl = "pkg:generic/[email protected]?checksum=732620bac8b1690d507274f025f3c6cfdc3627a84d9642e38a07452cc00e0f2e&download_url=https://github.com/yarnpkg/yarn/releases/download/v1.22.19/yarn-v1.22.19.tar.gz"
checksum = "sha256:3235ba55a7e669476697fe4506df7fe5179a4448b2c22c96039ff6800c9a7daa"
source = "https://github.com/yarnpkg/yarn/releases/download/v1.22.19/yarn-v1.22.19.tar.gz"
source-checksum = "sha256:732620bac8b1690d507274f025f3c6cfdc3627a84d9642e38a07452cc00e0f2e"
stacks = ["io.buildpacks.stacks.bionic", "io.buildpacks.stacks.jammy", "*"]
uri = "https://deps.paketo.io/yarn/yarn_1.22.19_linux_noarch_bionic_3235ba55.tgz"
version = "1.22.21"

[[metadata.dependencies]]
checksum = "sha256:88268464199d1611fcf73ce9c0a6c4d44c7d5363682720d8506f6508addf36a0"
cpe = "cpe:2.3:a:yarnpkg:yarn:1.22.22:*:*:*:*:*:*:*"
id = "yarn"
licenses = ["BSD-2-Clause"]
name = "Yarn"
purl = "pkg:generic/[email protected]?checksum=88268464199d1611fcf73ce9c0a6c4d44c7d5363682720d8506f6508addf36a0&download_url=https://github.com/yarnpkg/yarn/releases/download/v1.22.22/yarn-v1.22.22.tar.gz"
source = "https://github.com/yarnpkg/yarn/releases/download/v1.22.22/yarn-v1.22.22.tar.gz"
source-checksum = "sha256:88268464199d1611fcf73ce9c0a6c4d44c7d5363682720d8506f6508addf36a0"
stacks = ["io.buildpacks.stacks.bionic", "io.buildpacks.stacks.jammy"]
strip-components = 1
uri = "https://github.com/yarnpkg/yarn/releases/download/v1.22.22/yarn-v1.22.22.tar.gz"
version = "1.22.22"

[[metadata.dependency-constraints]]
constraint = "1.*"
id = "yarn"
Expand Down

0 comments on commit b44d1c8

Please sign in to comment.