Skip to content

Commit

Permalink
Update atom and other packages
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Sep 22, 2024
1 parent f1b4be6 commit 5446324
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 32 deletions.
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"gen-types": "npx -p typescript tsc"
},
"imports": {
"@appthreat/atom": "npm:@appthreat/[email protected].20",
"@appthreat/atom": "npm:@appthreat/[email protected].21",
"@appthreat/cdx-proto": "npm:@appthreat/[email protected]",
"@babel/parser": "npm:@babel/parser@^7.24.8",
"@babel/traverse": "npm:@babel/traverse@^7.24.8",
Expand Down Expand Up @@ -81,7 +81,7 @@
"@jest/globals": "npm:@jest/globals@^29.7.0",
"sequelize": "npm:sequelize@^6.37.3",
"sqlite3": "npm:sqlite3@^5.1.7",
"body-parser": "npm:body-parser@^1.20.2",
"body-parser": "npm:body-parser@^2.0.1",
"compression": "npm:compression@^1.7.4",
"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 @@ -3214,8 +3214,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(655);
expect(parsedList.dependenciesList.length).toEqual(655);
expect(parsedList.pkgList.length).toEqual(656);
expect(parsedList.dependenciesList.length).toEqual(656);
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 @@ -99,7 +99,7 @@
"yargs": "^17.7.2"
},
"optionalDependencies": {
"@appthreat/atom": "2.0.20",
"@appthreat/atom": "2.0.21",
"@appthreat/cdx-proto": "1.0.1",
"@cyclonedx/cdxgen-plugins-bin": "1.6.3",
"@cyclonedx/cdxgen-plugins-bin-arm64": "1.6.3",
Expand All @@ -108,7 +108,7 @@
"@cyclonedx/cdxgen-plugins-bin-ppc64": "1.6.3",
"@cyclonedx/cdxgen-plugins-bin-windows-amd64": "1.6.3",
"@cyclonedx/cdxgen-plugins-bin-windows-arm64": "1.6.3",
"body-parser": "^1.20.2",
"body-parser": "^2.0.1",
"compression": "^1.7.4",
"connect": "^3.7.0",
"jsonata": "^2.0.5",
Expand Down
64 changes: 38 additions & 26 deletions pnpm-lock.yaml

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

0 comments on commit 5446324

Please sign in to comment.