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 Jul 26, 2021
1 parent 220dc11 commit d587394
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.4"
[metadata.default_versions]
yarn = "1.*"

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

[[metadata.dependencies]]
cpe = "cpe:2.3:a:yarnpkg:yarn:1.22.10:*:*:*:*:*:*:*"
id = "yarn"
Expand All @@ -37,6 +24,19 @@ api = "0.4"
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"
licenses = ["BSD-2-Clause", "BSD-2-Clause-NetBSD"]
name = "Yarn"
purl = "pkg:generic/[email protected]?checksum=2c320de14a6014f62d29c34fec78fdbb0bc71c9ccba48ed0668de452c1f5fe6c&download_url=https://github.com/yarnpkg/yarn/releases/download/v1.22.11/yarn-v1.22.11.tar.gz"
sha256 = "9ce9ae693ffd76eb6d292cc8924b7b6c41b5f75dba05868548dc3021d071c6ee"
source = "https://github.com/yarnpkg/yarn/releases/download/v1.22.11/yarn-v1.22.11.tar.gz"
source_sha256 = "2c320de14a6014f62d29c34fec78fdbb0bc71c9ccba48ed0668de452c1f5fe6c"
stacks = ["io.buildpacks.stacks.bionic"]
uri = "https://deps.paketo.io/yarn/yarn_1.22.11_linux_noarch_bionic_9ce9ae69.tgz"
version = "1.22.11"

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

0 comments on commit d587394

Please sign in to comment.