Skip to content

Commit 5ee2b5c

Browse files
chore(ci): bump packages
1 parent 2eb5720 commit 5ee2b5c

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

package-lock.json

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

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.6.4",
3+
"version": "1.7.0",
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.4.4",
16+
"version": "0.5.0",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/devtools-shared.git"
@@ -55,7 +55,7 @@
5555
"debug": "^4.4.0",
5656
"tar": "^6.1.15",
5757
"decompress": "^4.2.1",
58-
"mongodb-download-url": "^1.6.4",
58+
"mongodb-download-url": "^1.7.0",
5959
"node-fetch": "^2.7.0"
6060
},
6161
"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.10.1",
16+
"version": "5.11.0",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/devtools-shared.git"
@@ -56,7 +56,7 @@
5656
"reformat": "npm run prettier -- --write ."
5757
},
5858
"dependencies": {
59-
"@mongodb-js/mongodb-downloader": "^0.4.4",
59+
"@mongodb-js/mongodb-downloader": "^0.5.0",
6060
"debug": "^4.4.0",
6161
"mongodb": "^6.9.0",
6262
"@mongodb-js/saslprep": "^1.3.2",

0 commit comments

Comments
 (0)