Skip to content

Commit 30e2db7

Browse files
Update Inventory for heroku/nodejs-npm-engine (#811)
- Added npm version 10.5.2. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 36619e9 commit 30e2db7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

buildpacks/nodejs-npm-engine/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- Added npm version 10.5.2.
1011
## [3.0.3] - 2024-04-04
1112

1213
- Added npm version 10.5.1.

buildpacks/nodejs-npm-engine/inventory.toml

+6
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ channel = "release"
7272
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/npm/release/npm-v10.5.1.tar.gz"
7373
etag = "0cca0abd17032c3cfe809317f5cfda0d"
7474

75+
[[releases]]
76+
version = "10.5.2"
77+
channel = "release"
78+
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/npm/release/npm-v10.5.2.tar.gz"
79+
etag = "f9ea999d4ffb534585478f2a12ced89d"
80+
7581
[[releases]]
7682
version = "8.0.0"
7783
channel = "release"

0 commit comments

Comments
 (0)