diff --git a/buildpacks/nodejs-corepack/CHANGELOG.md b/buildpacks/nodejs-corepack/CHANGELOG.md index 51e4a2ed..457af6f7 100644 --- a/buildpacks/nodejs-corepack/CHANGELOG.md +++ b/buildpacks/nodejs-corepack/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.14] - 2024-09-24 + +- No changes. + ## [3.2.13] - 2024-09-04 - No changes. @@ -210,7 +214,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial implementation with libcnb.rs ([#418](https://github.com/heroku/buildpacks-nodejs/pull/418)) -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...HEAD +[3.2.14]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...v3.2.14 [3.2.13]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13 [3.2.12]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12 [3.2.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11 diff --git a/buildpacks/nodejs-corepack/buildpack.toml b/buildpacks/nodejs-corepack/buildpack.toml index 7e8a52bf..c1696583 100644 --- a/buildpacks/nodejs-corepack/buildpack.toml +++ b/buildpacks/nodejs-corepack/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/nodejs-corepack" -version = "3.2.13" +version = "3.2.14" name = "Heroku Node.js Corepack" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Heroku's Node.js Corepack buildpack. A component of the 'heroku/nodejs' buildpack." diff --git a/buildpacks/nodejs-engine/CHANGELOG.md b/buildpacks/nodejs-engine/CHANGELOG.md index 4b71ff8b..e920cc26 100644 --- a/buildpacks/nodejs-engine/CHANGELOG.md +++ b/buildpacks/nodejs-engine/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.14] - 2024-09-24 + ### Fixed - Fix `heroku/nodejs-engine` layer misconfiguration for `web_env` and @@ -659,7 +661,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Parse engines and add them to nodejs.toml ([#25](https://github.com/heroku/nodejs-engine-buildpack/pull/25)) - Add shellcheck to test suite ([#24](https://github.com/heroku/nodejs-engine-buildpack/pull/24)) -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...HEAD +[3.2.14]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...v3.2.14 [3.2.13]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13 [3.2.12]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12 [3.2.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11 @@ -704,4 +707,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [1.1.2]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.1...v1.1.2 [1.1.1]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v1.1.0 - diff --git a/buildpacks/nodejs-engine/buildpack.toml b/buildpacks/nodejs-engine/buildpack.toml index ded2d3df..84a142cd 100644 --- a/buildpacks/nodejs-engine/buildpack.toml +++ b/buildpacks/nodejs-engine/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/nodejs-engine" -version = "3.2.13" +version = "3.2.14" name = "Heroku Node.js Engine" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Heroku's Node.js engine buildpack. A component of the 'heroku/nodejs' buildpack." diff --git a/buildpacks/nodejs-function-invoker/CHANGELOG.md b/buildpacks/nodejs-function-invoker/CHANGELOG.md index 8bf31726..7a6df776 100644 --- a/buildpacks/nodejs-function-invoker/CHANGELOG.md +++ b/buildpacks/nodejs-function-invoker/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.14] - 2024-09-24 + +- No changes. + ## [3.2.13] - 2024-09-04 - No changes. @@ -340,7 +344,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial implementation ([#47](https://github.com/heroku/buildpacks-node/pull/47)) -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...HEAD +[3.2.14]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...v3.2.14 [3.2.13]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13 [3.2.12]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12 [3.2.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11 diff --git a/buildpacks/nodejs-function-invoker/buildpack.toml b/buildpacks/nodejs-function-invoker/buildpack.toml index 8987fb9c..da1f00e9 100644 --- a/buildpacks/nodejs-function-invoker/buildpack.toml +++ b/buildpacks/nodejs-function-invoker/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/nodejs-function-invoker" -version = "3.2.13" +version = "3.2.14" name = "Salesforce Node.js Function Invoker" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Salesforce's Node.js function invoker buildpack. A component of the 'heroku/nodejs-function' buildpack." diff --git a/buildpacks/nodejs-npm-engine/CHANGELOG.md b/buildpacks/nodejs-npm-engine/CHANGELOG.md index a21ed224..0cb4a237 100644 --- a/buildpacks/nodejs-npm-engine/CHANGELOG.md +++ b/buildpacks/nodejs-npm-engine/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.14] - 2024-09-24 + +- No changes. + ## [3.2.13] - 2024-09-04 - Added npm version 10.8.3. @@ -169,7 +173,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...HEAD +[3.2.14]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...v3.2.14 [3.2.13]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13 [3.2.12]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12 [3.2.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11 diff --git a/buildpacks/nodejs-npm-engine/buildpack.toml b/buildpacks/nodejs-npm-engine/buildpack.toml index e34f0dc4..f0b93a8d 100644 --- a/buildpacks/nodejs-npm-engine/buildpack.toml +++ b/buildpacks/nodejs-npm-engine/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/nodejs-npm-engine" -version = "3.2.13" +version = "3.2.14" name = "Heroku Node.js npm Engine" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Heroku's Node.js npm engine buildpack. A component of the 'heroku/nodejs' buildpack." diff --git a/buildpacks/nodejs-npm-install/CHANGELOG.md b/buildpacks/nodejs-npm-install/CHANGELOG.md index de6bc1ec..6711ef4e 100644 --- a/buildpacks/nodejs-npm-install/CHANGELOG.md +++ b/buildpacks/nodejs-npm-install/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.14] - 2024-09-24 + +- No changes. + ## [3.2.13] - 2024-09-04 - No changes. @@ -163,7 +167,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...HEAD +[3.2.14]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...v3.2.14 [3.2.13]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13 [3.2.12]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12 [3.2.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11 diff --git a/buildpacks/nodejs-npm-install/buildpack.toml b/buildpacks/nodejs-npm-install/buildpack.toml index 643e0a82..d5a13a2a 100644 --- a/buildpacks/nodejs-npm-install/buildpack.toml +++ b/buildpacks/nodejs-npm-install/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/nodejs-npm-install" -version = "3.2.13" +version = "3.2.14" name = "Heroku Node.js npm Install" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Heroku's Node.js npm install buildpack. A component of the 'heroku/nodejs' buildpack." diff --git a/buildpacks/nodejs-pnpm-engine/CHANGELOG.md b/buildpacks/nodejs-pnpm-engine/CHANGELOG.md index 060de26c..ae2a10f1 100644 --- a/buildpacks/nodejs-pnpm-engine/CHANGELOG.md +++ b/buildpacks/nodejs-pnpm-engine/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.14] - 2024-09-24 + +- No changes. + ## [3.2.13] - 2024-09-04 - No changes. @@ -128,7 +132,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...HEAD +[3.2.14]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...v3.2.14 [3.2.13]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13 [3.2.12]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12 [3.2.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11 diff --git a/buildpacks/nodejs-pnpm-engine/buildpack.toml b/buildpacks/nodejs-pnpm-engine/buildpack.toml index 3d233f13..bbb4cdc1 100644 --- a/buildpacks/nodejs-pnpm-engine/buildpack.toml +++ b/buildpacks/nodejs-pnpm-engine/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/nodejs-pnpm-engine" -version = "3.2.13" +version = "3.2.14" name = "Heroku Node.js pnpm Engine" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Heroku's Node.js pnpm Engine buildpack. A component of the 'heroku/nodejs' buildpack." diff --git a/buildpacks/nodejs-pnpm-install/CHANGELOG.md b/buildpacks/nodejs-pnpm-install/CHANGELOG.md index 5ba151cb..b4bdd658 100644 --- a/buildpacks/nodejs-pnpm-install/CHANGELOG.md +++ b/buildpacks/nodejs-pnpm-install/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.14] - 2024-09-24 + +- No changes. + ## [3.2.13] - 2024-09-04 - No changes. @@ -215,7 +219,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#488](https://github.com/heroku/buildpacks-nodejs/pull/488)) -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...HEAD +[3.2.14]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...v3.2.14 [3.2.13]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13 [3.2.12]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12 [3.2.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11 diff --git a/buildpacks/nodejs-pnpm-install/buildpack.toml b/buildpacks/nodejs-pnpm-install/buildpack.toml index 6703324b..c912b2e7 100644 --- a/buildpacks/nodejs-pnpm-install/buildpack.toml +++ b/buildpacks/nodejs-pnpm-install/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/nodejs-pnpm-install" -version = "3.2.13" +version = "3.2.14" name = "Heroku Node.js pnpm install" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Heroku's Node.js pnpm install buildpack. A component of the 'heroku/nodejs' buildpack." diff --git a/buildpacks/nodejs-yarn/CHANGELOG.md b/buildpacks/nodejs-yarn/CHANGELOG.md index f54d4e6e..c29c551f 100644 --- a/buildpacks/nodejs-yarn/CHANGELOG.md +++ b/buildpacks/nodejs-yarn/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.14] - 2024-09-24 + +- No changes. + ## [3.2.13] - 2024-09-04 - No changes. @@ -322,7 +326,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Changelog entry for first release ([#1](https://github.com/heroku/nodejs-yarn-buildpack/pull/1)) -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...HEAD +[3.2.14]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...v3.2.14 [3.2.13]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13 [3.2.12]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12 [3.2.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11 diff --git a/buildpacks/nodejs-yarn/buildpack.toml b/buildpacks/nodejs-yarn/buildpack.toml index 5da859ee..b52009d3 100644 --- a/buildpacks/nodejs-yarn/buildpack.toml +++ b/buildpacks/nodejs-yarn/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/nodejs-yarn" -version = "3.2.13" +version = "3.2.14" name = "Heroku Node.js Yarn" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Heroku's Node.js Yarn buildpack. A component of the 'heroku/nodejs' buildpack." diff --git a/buildpacks/npm/CHANGELOG.md b/buildpacks/npm/CHANGELOG.md index bb67214f..e6659417 100644 --- a/buildpacks/npm/CHANGELOG.md +++ b/buildpacks/npm/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.14] - 2024-09-24 + +- No changes. + ## [3.2.13] - 2024-09-04 - No changes. @@ -291,7 +295,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fix broken builds when a `package-lock.json` is missing ([#9](https://github.com/heroku/nodejs-npm-buildpack/pull/9)) -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...HEAD +[3.2.14]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...v3.2.14 [3.2.13]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13 [3.2.12]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12 [3.2.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11 diff --git a/buildpacks/npm/buildpack.toml b/buildpacks/npm/buildpack.toml index 14e831f1..a64eca01 100644 --- a/buildpacks/npm/buildpack.toml +++ b/buildpacks/npm/buildpack.toml @@ -2,7 +2,7 @@ api = "0.7" [buildpack] id = "heroku/nodejs-npm" -version = "3.2.13" +version = "3.2.14" name = "Heroku Node.js npm (DEPRECATED)" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "[DEPRECATED] Heroku's Node.js npm buildpack. Replaced by the 'heroku/nodejs-npm-engine' and 'heroku/nodejs-npm-install' buildpacks." diff --git a/meta-buildpacks/nodejs-function/CHANGELOG.md b/meta-buildpacks/nodejs-function/CHANGELOG.md index 34e4face..3b8ecbd5 100644 --- a/meta-buildpacks/nodejs-function/CHANGELOG.md +++ b/meta-buildpacks/nodejs-function/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.14] - 2024-09-24 + +### Changed + +- Updated `heroku/nodejs-engine` to `3.2.14`. +- Updated `heroku/nodejs-function-invoker` to `3.2.14`. +- Updated `heroku/nodejs-npm` to `3.2.14`. + ## [3.2.13] - 2024-09-04 ### Changed @@ -593,7 +601,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed * Switch from the Riff based invoker buildpacks to `heroku/nodejs-function` ([#48](https://github.com/heroku/buildpacks-node/pull/48)) -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...HEAD +[3.2.14]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...v3.2.14 [3.2.13]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13 [3.2.12]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12 [3.2.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11 diff --git a/meta-buildpacks/nodejs-function/buildpack.toml b/meta-buildpacks/nodejs-function/buildpack.toml index a98922c9..fc81423e 100644 --- a/meta-buildpacks/nodejs-function/buildpack.toml +++ b/meta-buildpacks/nodejs-function/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/nodejs-function" -version = "3.2.13" +version = "3.2.14" name = "Salesforce Node.js Function" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Salesforce's buildpack for Node.js Functions." @@ -14,15 +14,15 @@ type = "MIT" [[order.group]] id = "heroku/nodejs-engine" -version = "3.2.13" +version = "3.2.14" [[order.group]] id = "heroku/nodejs-npm" -version = "3.2.13" +version = "3.2.14" [[order.group]] id = "heroku/nodejs-function-invoker" -version = "3.2.13" +version = "3.2.14" [metadata.release] image = { repository = "docker.io/heroku/buildpack-nodejs-function" } diff --git a/meta-buildpacks/nodejs/CHANGELOG.md b/meta-buildpacks/nodejs/CHANGELOG.md index 26fd085d..203fcaf5 100644 --- a/meta-buildpacks/nodejs/CHANGELOG.md +++ b/meta-buildpacks/nodejs/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.14] - 2024-09-24 + +### Changed + +- Updated `heroku/nodejs-corepack` to `3.2.14`. +- Updated `heroku/nodejs-engine` to `3.2.14`. +- Updated `heroku/nodejs-npm-engine` to `3.2.14`. +- Updated `heroku/nodejs-npm-install` to `3.2.14`. +- Updated `heroku/nodejs-pnpm-engine` to `3.2.14`. +- Updated `heroku/nodejs-pnpm-install` to `3.2.14`. +- Updated `heroku/nodejs-yarn` to `3.2.14`. + ## [3.2.13] - 2024-09-04 ### Changed @@ -717,7 +729,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed * Package meta buildpack with latest releases of buildpacks while testing against unreleased. -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...HEAD +[3.2.14]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...v3.2.14 [3.2.13]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13 [3.2.12]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12 [3.2.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11 diff --git a/meta-buildpacks/nodejs/buildpack.toml b/meta-buildpacks/nodejs/buildpack.toml index 9cec739d..51ab1f02 100644 --- a/meta-buildpacks/nodejs/buildpack.toml +++ b/meta-buildpacks/nodejs/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/nodejs" -version = "3.2.13" +version = "3.2.14" name = "Heroku Node.js" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Heroku's buildpack for Node.js applications." @@ -15,70 +15,70 @@ type = "MIT" [[order.group]] id = "heroku/nodejs-engine" -version = "3.2.13" +version = "3.2.14" [[order.group]] id = "heroku/nodejs-corepack" -version = "3.2.13" +version = "3.2.14" [[order.group]] id = "heroku/nodejs-pnpm-install" -version = "3.2.13" +version = "3.2.14" [[order]] [[order.group]] id = "heroku/nodejs-engine" -version = "3.2.13" +version = "3.2.14" [[order.group]] id = "heroku/nodejs-pnpm-engine" -version = "3.2.13" +version = "3.2.14" [[order.group]] id = "heroku/nodejs-pnpm-install" -version = "3.2.13" +version = "3.2.14" [[order]] [[order.group]] id = "heroku/nodejs-engine" -version = "3.2.13" +version = "3.2.14" [[order.group]] id = "heroku/nodejs-corepack" -version = "3.2.13" +version = "3.2.14" optional = true [[order.group]] id = "heroku/nodejs-yarn" -version = "3.2.13" +version = "3.2.14" [[order]] [[order.group]] id = "heroku/nodejs-engine" -version = "3.2.13" +version = "3.2.14" [[order.group]] id = "heroku/nodejs-corepack" -version = "3.2.13" +version = "3.2.14" optional = true [[order.group]] id = "heroku/nodejs-npm-engine" -version = "3.2.13" +version = "3.2.14" optional = true [[order.group]] id = "heroku/nodejs-npm-install" -version = "3.2.13" +version = "3.2.14" [[order]] [[order.group]] id = "heroku/nodejs-engine" -version = "3.2.13" +version = "3.2.14" [[metadata.targets]] os = "linux"