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 Nov 9, 2024
1 parent 766bd60 commit 21726cb
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 100 deletions.
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"find-up": "npm:[email protected]",
"glob": "npm:glob@^11.0.0",
"global-agent": "npm:global-agent@^3.0.0",
"got": "npm:got@^14.4.3",
"got": "npm:got@^14.4.4",
"iconv-lite": "npm:iconv-lite@^0.6.3",
"js-yaml": "npm:js-yaml@^4.1.0",
"jws": "npm:jws@^4.0.0",
Expand All @@ -80,7 +80,7 @@
"sequelize": "npm:sequelize@^6.37.3",
"sqlite3": "npm:sqlite3@^5.1.7",
"body-parser": "npm:body-parser@^2.0.1",
"compression": "npm:compression@^1.7.4",
"compression": "npm:compression@^1.7.5",
"connect": "npm:connect@^3.7.0",
"jsonata": "npm:jsonata@^2.0.5"
}
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 @@ -3277,8 +3277,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(623);
expect(parsedList.dependenciesList.length).toEqual(623);
expect(parsedList.pkgList.length).toEqual(620);
expect(parsedList.dependenciesList.length).toEqual(620);
expect(parsedList.pkgList[0]).toEqual({
group: "@ampproject",
name: "remapping",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"find-up": "7.0.0",
"glob": "^11.0.0",
"global-agent": "^3.0.0",
"got": "^14.4.3",
"got": "^14.4.4",
"iconv-lite": "^0.6.3",
"js-yaml": "^4.1.0",
"jws": "^4.0.0",
Expand Down Expand Up @@ -110,7 +110,7 @@
"@cyclonedx/cdxgen-plugins-bin-windows-amd64": "1.6.7",
"@cyclonedx/cdxgen-plugins-bin-windows-arm64": "1.6.7",
"body-parser": "^2.0.1",
"compression": "^1.7.4",
"compression": "^1.7.5",
"connect": "^3.7.0",
"jsonata": "^2.0.5",
"sequelize": "^6.37.4",
Expand Down
Loading

0 comments on commit 21726cb

Please sign in to comment.