Skip to content

Commit 0ad691f

Browse files
committed
fix: bump native-machine-id
1 parent a9542da commit 0ad691f

File tree

3 files changed

+54
-28
lines changed

3 files changed

+54
-28
lines changed

package-lock.json

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

packages/cli-repl/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"webpack-merge": "^5.8.0"
115115
},
116116
"optionalDependencies": {
117-
"native-machine-id": "^0.0.9",
117+
"native-machine-id": "^0.0.10",
118118
"get-console-process-list": "^1.0.5",
119119
"glibc-version": "^1.0.0",
120120
"macos-export-certificate-and-key": "^1.2.4",

packages/logging/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@mongosh/types": "3.6.0",
2424
"mongodb-log-writer": "^2.3.1",
2525
"mongodb-redact": "^1.1.5",
26-
"native-machine-id": "^0.0.9"
26+
"native-machine-id": "^0.0.10"
2727
},
2828
"devDependencies": {
2929
"@mongodb-js/eslint-config-mongosh": "^1.0.0",

0 commit comments

Comments
 (0)