Skip to content

Commit 8037a98

Browse files
chore(ci): bump packages (#416)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 606012a commit 8037a98

File tree

16 files changed

+44
-44
lines changed

16 files changed

+44
-44
lines changed

package-lock.json

Lines changed: 24 additions & 24 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: 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.0.4",
3+
"version": "3.0.5",
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.1",
50+
"@mongodb-js/oidc-http-server-pages": "1.1.2",
5151
"lodash.merge": "^4.6.2",
5252
"mongodb-connection-string-url": "^3.0.0",
5353
"socks": "^2.7.3",
@@ -60,7 +60,7 @@
6060
},
6161
"devDependencies": {
6262
"@mongodb-js/oidc-plugin": "^1.0.0",
63-
"@mongodb-js/saslprep": "^1.1.7",
63+
"@mongodb-js/saslprep": "^1.1.8",
6464
"@types/lodash.merge": "^4.6.7",
6565
"@types/mocha": "^9.0.0",
6666
"@types/node": "^17.0.35",

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.1.5",
16+
"version": "1.1.6",
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.1.2",
3+
"version": "2.1.3",
44
"description": "Get cloud information based on hostname",
55
"author": {
66
"name": "MongoDB Inc",

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

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

packages/mongodb-runner/package.json

Lines changed: 3 additions & 3 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.6.3",
16+
"version": "5.6.4",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/devtools-shared.git"
@@ -50,10 +50,10 @@
5050
"reformat": "npm run prettier -- --write ."
5151
},
5252
"dependencies": {
53-
"@mongodb-js/mongodb-downloader": "^0.3.2",
53+
"@mongodb-js/mongodb-downloader": "^0.3.3",
5454
"debug": "^4.3.4",
5555
"mongodb": "^6.8.0",
56-
"@mongodb-js/saslprep": "^1.1.7",
56+
"@mongodb-js/saslprep": "^1.1.8",
5757
"mongodb-connection-string-url": "^3.0.0",
5858
"yargs": "^17.7.2"
5959
},

packages/monorepo-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"email": "[email protected]"
1111
},
1212
"homepage": "https://github.com/mongodb-js/devtools-shared",
13-
"version": "1.1.14",
13+
"version": "1.1.15",
1414
"repository": {
1515
"type": "git",
1616
"url": "https://github.com/mongodb-js/devtools-shared.git"

packages/oidc-http-server-pages/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.1",
16+
"version": "1.1.2",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/devtools-shared.git"

packages/oidc-mock-provider/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.9.1",
16+
"version": "0.9.2",
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/mongodb-js/devtools-shared.git"

0 commit comments

Comments
 (0)