Skip to content

Commit 9a7ef7b

Browse files
chore(ci): bump packages
1 parent 9344928 commit 9a7ef7b

File tree

23 files changed

+65
-65
lines changed

23 files changed

+65
-65
lines changed

package-lock.json

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

packages/device-id/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.3.0",
16+
"version": "0.3.1",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/devtools-shared.git"

packages/devtools-connect/package.json

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

packages/devtools-proxy-support/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/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.1",
16+
"version": "1.4.2",
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.1",
3+
"version": "1.6.2",
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.1",
16+
"version": "0.5.2",
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.1",
3+
"version": "2.2.2",
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.2",
16+
"version": "0.11.3",
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.1",
16+
"version": "0.4.2",
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.1",
58+
"mongodb-download-url": "^1.6.2",
5959
"node-fetch": "^2.7.0"
6060
},
6161
"devDependencies": {

0 commit comments

Comments
 (0)