Skip to content

Commit

Permalink
Updating buildpacks in buildpack.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
paketo-bot committed Oct 30, 2024
1 parent e18c412 commit 6fb9068
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/node-run-script"
optional = true
version = "1.0.34"
version = "1.0.35"

[[order.group]]
id = "paketo-buildpacks/node-start"
Expand Down Expand Up @@ -89,7 +89,7 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/node-run-script"
optional = true
version = "1.0.34"
version = "1.0.35"

[[order.group]]
id = "paketo-buildpacks/node-start"
Expand All @@ -99,7 +99,7 @@ api = "0.7"
[[order.group]]
id = "paketo-buildpacks/npm-start"
optional = true
version = "2.0.16"
version = "2.0.17"

[[order.group]]
id = "paketo-buildpacks/procfile"
Expand Down
4 changes: 2 additions & 2 deletions package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
uri = "urn:cnb:registry:paketo-buildpacks/npm-install@1.6.1"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/npm-start@2.0.16"
uri = "urn:cnb:registry:paketo-buildpacks/npm-start@2.0.17"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/yarn-install@2.0.12"
Expand All @@ -36,7 +36,7 @@
uri = "urn:cnb:registry:paketo-buildpacks/ca-certificates@3.8.6"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/node-run-script@1.0.34"
uri = "urn:cnb:registry:paketo-buildpacks/node-run-script@1.0.35"

[[dependencies]]
uri = "urn:cnb:registry:paketo-buildpacks/watchexec@3.3.0"

0 comments on commit 6fb9068

Please sign in to comment.