Skip to content

Commit

Permalink
Update pnpm. Recreate lock file
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jan 6, 2025
1 parent 3b5dea0 commit 6ef5aca
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 64 deletions.
4 changes: 2 additions & 2 deletions lib/helpers/utils.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3729,8 +3729,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(625);
expect(parsedList.dependenciesList.length).toEqual(625);
expect(parsedList.pkgList.length).toEqual(626);
expect(parsedList.dependenciesList.length).toEqual(626);
expect(parsedList.pkgList[0]).toEqual({
group: "@ampproject",
name: "remapping",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"bugs": {
"url": "https://github.com/cyclonedx/cdxgen/issues"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"lint-staged": {
"*": "biome check --fix --no-errors-on-unmatched"
},
Expand Down
Loading

0 comments on commit 6ef5aca

Please sign in to comment.