Skip to content

Commit

Permalink
Updating dependencies in buildpack.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
paketo-bot committed Sep 29, 2021
1 parent db0be61 commit 06dc1d9
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,6 @@ api = "0.5"
[metadata.default_versions]
yarn = "1.*"

[[metadata.dependencies]]
cpe = "cpe:2.3:a:yarnpkg:yarn:1.22.10:*:*:*:*:*:*:*"
id = "yarn"
licenses = ["BSD-2-Clause", "BSD-2-Clause-NetBSD"]
name = "Yarn"
purl = "pkg:generic/[email protected]?checksum=7e433d4a77e2c79e6a7ae4866782608a8e8bcad3ec6783580577c59538381a6e&download_url=https://github.com/yarnpkg/yarn/releases/download/v1.22.10/yarn-v1.22.10.tar.gz"
sha256 = "0bf88b173faa83de5ca7f9fc6c4e0c917c8ae6c5fcc5dff12843d7a85f6004ff"
source = "https://github.com/yarnpkg/yarn/releases/download/v1.22.10/yarn-v1.22.10.tar.gz"
source_sha256 = "7e433d4a77e2c79e6a7ae4866782608a8e8bcad3ec6783580577c59538381a6e"
stacks = ["io.buildpacks.stacks.bionic"]
uri = "https://deps.paketo.io/yarn/yarn_1.22.10_linux_noarch_bionic_0bf88b17.tgz"
version = "1.22.10"

[[metadata.dependencies]]
cpe = "cpe:2.3:a:yarnpkg:yarn:1.22.11:*:*:*:*:*:*:*"
id = "yarn"
Expand All @@ -37,6 +24,19 @@ api = "0.5"
uri = "https://deps.paketo.io/yarn/yarn_1.22.11_linux_noarch_bionic_9ce9ae69.tgz"
version = "1.22.11"

[[metadata.dependencies]]
cpe = "cpe:2.3:a:yarnpkg:yarn:1.22.12:*:*:*:*:*:*:*"
id = "yarn"
licenses = ["BSD-2-Clause", "BSD-2-Clause-NetBSD"]
name = "Yarn"
purl = "pkg:generic/[email protected]?checksum=1bfc6a45ed9788193907d93bfd2070ed805357733d785ae56176705c0ec4cfc1&download_url=https://github.com/yarnpkg/yarn/releases/download/v1.22.12/yarn-v1.22.12.tar.gz"
sha256 = "141ecaeca9046d9860bfb75702966560070d3b3ea795ae836a1bee6d8e7bc195"
source = "https://github.com/yarnpkg/yarn/releases/download/v1.22.12/yarn-v1.22.12.tar.gz"
source_sha256 = "1bfc6a45ed9788193907d93bfd2070ed805357733d785ae56176705c0ec4cfc1"
stacks = ["io.buildpacks.stacks.bionic"]
uri = "https://deps.paketo.io/yarn/yarn_1.22.12_linux_noarch_bionic_141ecaec.tgz"
version = "1.22.12"

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

0 comments on commit 06dc1d9

Please sign in to comment.