Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Dec 22, 2024
1 parent ccc88d5 commit 5260843
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 89 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@appthreat/cdx-proto": "npm:@appthreat/[email protected]",
"@babel/parser": "npm:@babel/parser@^7.26.3",
"@babel/traverse": "npm:@babel/traverse@^7.26.4",
"@npmcli/arborist": "npm:@npmcli/arborist@8.0.0",
"@npmcli/arborist": "npm:@npmcli/arborist@9.0.0",
"ajv": "npm:ajv@^8.16.0",
"ajv-formats": "npm:ajv-formats@^3.0.1",
"cheerio": "npm:cheerio@^1.0.0-rc.12",
Expand Down
4 changes: 2 additions & 2 deletions lib/helpers/utils.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3306,8 +3306,8 @@ test("parsePnpmLock", async () => {
expect(parsedList.dependenciesList).toHaveLength(462);
expect(parsedList.pkgList.filter((pkg) => !pkg.scope)).toHaveLength(3);
parsedList = await parsePnpmLock("./pnpm-lock.yaml");
expect(parsedList.pkgList.length).toEqual(627);
expect(parsedList.dependenciesList.length).toEqual(627);
expect(parsedList.pkgList.length).toEqual(625);
expect(parsedList.dependenciesList.length).toEqual(625);
expect(parsedList.pkgList[0]).toEqual({
group: "@ampproject",
name: "remapping",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@
"bugs": {
"url": "https://github.com/cyclonedx/cdxgen/issues"
},
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.1",
"lint-staged": {
"*": "biome check --fix --no-errors-on-unmatched"
},
"dependencies": {
"@babel/parser": "^7.26.3",
"@babel/traverse": "^7.26.4",
"@npmcli/arborist": "8.0.0",
"@npmcli/arborist": "9.0.0",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"cheerio": "^1.0.0",
Expand Down Expand Up @@ -109,7 +109,7 @@
"@cyclonedx/cdxgen-plugins-bin-ppc64": "1.6.9",
"@cyclonedx/cdxgen-plugins-bin-windows-amd64": "1.6.9",
"@cyclonedx/cdxgen-plugins-bin-windows-arm64": "1.6.9",
"body-parser": "^2.0.1",
"body-parser": "^2.0.2",
"compression": "^1.7.5",
"connect": "^3.7.0",
"jsonata": "^2.0.6",
Expand Down
Loading

0 comments on commit 5260843

Please sign in to comment.