Skip to content

Commit fc50faf

Browse files
committed
fix: update sbom tools to 0.7.3
1 parent 8a72aeb commit fc50faf

File tree

3 files changed

+110
-33
lines changed

3 files changed

+110
-33
lines changed

package-lock.json

+108-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"//": "See depcheck for why we have some of these dependencies at the root of the monorepo",
6969
"devDependencies": {
7070
"@mongodb-js/monorepo-tools": "^1.1.16",
71-
"@mongodb-js/sbom-tools": "^0.7.2",
71+
"@mongodb-js/sbom-tools": "^0.7.3",
7272
"@testing-library/dom": "^8.20.1",
7373
"husky": "^8.0.3",
7474
"js-yaml": "^4.1.0",

packages/compass/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
"@mongodb-js/mongodb-downloader": "^0.3.7",
233233
"@mongodb-js/my-queries-storage": "^0.23.1",
234234
"@mongodb-js/prettier-config-compass": "^1.2.8",
235-
"@mongodb-js/sbom-tools": "^0.7.2",
235+
"@mongodb-js/sbom-tools": "^0.7.3",
236236
"@mongodb-js/signing-utils": "^0.3.8",
237237
"@mongodb-js/testing-library-compass": "^1.2.8",
238238
"@mongodb-js/tsconfig-compass": "^1.2.8",

0 commit comments

Comments
 (0)