Skip to content

Commit

Permalink
Make cdxgen 8.6.x work again with node 16
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Sep 3, 2024
1 parent 9ebbcce commit 1d274ad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="cyclonedx" \
org.opencontainers.image.authors="Prabhu Subramanian <[email protected]>" \
org.opencontainers.image.source="https://github.com/cyclonedx/cdxgen" \
org.opencontainers.image.url="https://github.com/cyclonedx/cdxgen" \
org.opencontainers.image.version="8.5.0" \
org.opencontainers.image.version="8.6.3" \
org.opencontainers.image.vendor="cyclonedx" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.title="cdxgen" \
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cyclonedx/cdxgen",
"version": "8.6.2",
"version": "8.6.3",
"description": "Creates CycloneDX Software Bill-of-Materials (SBOM) from source or container image",
"homepage": "http://github.com/cyclonedx/cdxgen",
"author": "Prabhu Subramanian <[email protected]>",
Expand Down Expand Up @@ -39,7 +39,7 @@
"pretty": "prettier --write *.js data/*.json bin/cdxgen --trailing-comma=none"
},
"engines": {
"node": ">=12.0.0"
"node": ">=12.0.0 <17.0.0"
},
"repository": {
"type": "git",
Expand All @@ -51,7 +51,7 @@
"dependencies": {
"@babel/parser": "^7.22.5",
"@babel/traverse": "^7.22.5",
"cheerio": "^1.0.0-rc.12",
"cheerio": "1.0.0-rc.12",
"edn-data": "^1.0.0",
"glob": "^8.1.0",
"global-agent": "^3.0.0",
Expand Down

0 comments on commit 1d274ad

Please sign in to comment.