Skip to content

Commit e77027a

Browse files
chore(ci): bump packages
1 parent a65f2a0 commit e77027a

File tree

19 files changed

+48
-48
lines changed

19 files changed

+48
-48
lines changed

package-lock.json

Lines changed: 26 additions & 26 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongodb-js/devtools-connect",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
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": {
@@ -47,7 +47,7 @@
4747
},
4848
"license": "Apache-2.0",
4949
"dependencies": {
50-
"@mongodb-js/oidc-http-server-pages": "1.1.4",
50+
"@mongodb-js/oidc-http-server-pages": "1.1.5",
5151
"@mongodb-js/devtools-proxy-support": "^0.5.0",
5252
"lodash.merge": "^4.6.2",
5353
"mongodb-connection-string-url": "^3.0.0",

packages/dl-center/package.json

Lines changed: 1 addition & 1 deletion
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": "1.4.0",
16+
"version": "1.4.1",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/devtools-shared.git"

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.0",
3+
"version": "1.6.1",
44
"description": "Lookup download URLs for MongoDB versions.",
55
"scripts": {
66
"bootstrap": "npm run compile",

packages/get-os-info/package.json

Lines changed: 1 addition & 1 deletion
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.5.0",
16+
"version": "0.5.1",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/devtools-shared.git"

packages/mongodb-cloud-info/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-cloud-info",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Get cloud information based on hostname",
55
"author": {
66
"name": "MongoDB Inc",

packages/mongodb-constants/package.json

Lines changed: 1 addition & 1 deletion
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.11.1",
16+
"version": "0.11.2",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/devtools-shared.git"

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.0",
16+
"version": "0.4.1",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/devtools-shared.git"
@@ -50,7 +50,7 @@
5050
"debug": "^4.4.0",
5151
"tar": "^6.1.15",
5252
"decompress": "^4.2.1",
53-
"mongodb-download-url": "^1.6.0",
53+
"mongodb-download-url": "^1.6.1",
5454
"node-fetch": "^2.7.0"
5555
},
5656
"devDependencies": {

packages/mongodb-redact/package.json

Lines changed: 1 addition & 1 deletion
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": "1.1.6",
16+
"version": "1.1.7",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/devtools-shared.git"

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.9.0",
16+
"version": "5.9.1",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/devtools-shared.git"
@@ -53,7 +53,7 @@
5353
"reformat": "npm run prettier -- --write ."
5454
},
5555
"dependencies": {
56-
"@mongodb-js/mongodb-downloader": "^0.4.0",
56+
"@mongodb-js/mongodb-downloader": "^0.4.1",
5757
"debug": "^4.4.0",
5858
"mongodb": "^6.9.0",
5959
"@mongodb-js/saslprep": "^1.3.0",

0 commit comments

Comments
 (0)