Skip to content

Commit 2df3578

Browse files
committed
chore: bump debug to 4.4.0
1 parent 1ac1b50 commit 2df3578

File tree

8 files changed

+21
-21
lines changed

8 files changed

+21
-21
lines changed

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/devtools-proxy-support/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"dependencies": {
5757
"@mongodb-js/socksv5": "^0.0.10",
5858
"agent-base": "^7.1.1",
59-
"debug": "^4.3.6",
59+
"debug": "^4.4.0",
6060
"lru-cache": "^11.0.0",
6161
"node-fetch": "^3.3.2",
6262
"pac-proxy-agent": "^7.0.2",

packages/download-url/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"test"
4040
],
4141
"dependencies": {
42-
"debug": "^4.1.1",
42+
"debug": "^4.4.0",
4343
"minimist": "^1.2.8",
4444
"node-fetch": "^2.6.1",
4545
"semver": "^7.7.1"

packages/mongodb-downloader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"reformat": "npm run prettier -- --write ."
4747
},
4848
"dependencies": {
49-
"debug": "^4.3.4",
49+
"debug": "^4.4.0",
5050
"tar": "^6.1.15",
5151
"decompress": "^4.2.1",
5252
"mongodb-download-url": "^1.5.6",

packages/mongodb-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"dependencies": {
5353
"@mongodb-js/mongodb-downloader": "^0.3.8",
54-
"debug": "^4.3.4",
54+
"debug": "^4.4.0",
5555
"mongodb": "^6.9.0",
5656
"@mongodb-js/saslprep": "^1.2.1",
5757
"mongodb-connection-string-url": "^3.0.0",

packages/query-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"reformat": "npm run prettier -- --write ."
4747
},
4848
"dependencies": {
49-
"debug": "^4.3.4",
49+
"debug": "^4.4.0",
5050
"@mongodb-js/shell-bson-parser": "^1.2.1",
5151
"javascript-stringify": "^2.1.0",
5252
"lodash": "^4.17.21"

packages/signing-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"typescript": "^5.0.4"
6767
},
6868
"dependencies": {
69-
"debug": "^4.3.4",
69+
"debug": "^4.4.0",
7070
"ssh2": "^1.15.0",
7171
"@types/ssh2": "^1.11.19"
7272
}

packages/ts-autocomplete/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@types/mocha": "^9.1.1",
5555
"@types/sinon-chai": "^3.2.5",
5656
"chai": "^4.3.6",
57-
"debug": "^4.3.6",
57+
"debug": "^4.4.0",
5858
"depcheck": "^1.4.1",
5959
"eslint": "^7.25.0",
6060
"gen-esm-wrapper": "^1.1.3",

0 commit comments

Comments
 (0)