Skip to content

Commit 7aeaac8

Browse files
chore(ci): bump packages (#486)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f557915 commit 7aeaac8

File tree

5 files changed

+14
-93
lines changed

5 files changed

+14
-93
lines changed

package-lock.json

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

packages/devtools-connect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongodb-js/devtools-connect",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "A connection establishment utility for MongoDB developer tools",
55
"homepage": "https://github.com/mongodb-js/devtools-shared/tree/main/packages/devtools-connect",
66
"repository": {

packages/download-url/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-download-url",
3-
"version": "1.5.4",
3+
"version": "1.5.5",
44
"description": "Lookup download URLs for MongoDB versions.",
55
"scripts": {
66
"bootstrap": "npm run compile",

packages/mongodb-downloader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"email": "[email protected]"
1414
},
1515
"homepage": "https://github.com/mongodb-js/devtools-shared",
16-
"version": "0.3.6",
16+
"version": "0.3.7",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/devtools-shared.git"
@@ -49,7 +49,7 @@
4949
"debug": "^4.3.4",
5050
"tar": "^6.1.15",
5151
"decompress": "^4.2.1",
52-
"mongodb-download-url": "^1.5.1",
52+
"mongodb-download-url": "^1.5.5",
5353
"node-fetch": "^2.6.11"
5454
},
5555
"devDependencies": {

packages/mongodb-runner/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"email": "[email protected]"
1414
},
1515
"homepage": "https://github.com/mongodb-js/devtools-shared",
16-
"version": "5.7.0",
16+
"version": "5.7.1",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/devtools-shared.git"
@@ -50,7 +50,7 @@
5050
"reformat": "npm run prettier -- --write ."
5151
},
5252
"dependencies": {
53-
"@mongodb-js/mongodb-downloader": "^0.3.6",
53+
"@mongodb-js/mongodb-downloader": "^0.3.7",
5454
"debug": "^4.3.4",
5555
"mongodb": "^6.9.0",
5656
"@mongodb-js/saslprep": "^1.1.9",

0 commit comments

Comments
 (0)