Skip to content

Commit bb14e77

Browse files
author
Ubuntu
committed
chore(release): bump packages
1 parent 6dcc2bf commit bb14e77

File tree

16 files changed

+68
-68
lines changed

16 files changed

+68
-68
lines changed

package-lock.json

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

packages/autocomplete/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/autocomplete",
3-
"version": "3.16.2",
3+
"version": "3.16.4",
44
"description": "MongoDB Shell Autocomplete Package",
55
"homepage": "https://github.com/mongodb-js/mongosh",
66
"license": "Apache-2.0",
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@mongodb-js/mongodb-constants": "^0.10.1",
47-
"@mongosh/shell-api": "^3.16.2",
47+
"@mongosh/shell-api": "^3.16.4",
4848
"@mongodb-js/mongodb-ts-autocomplete": "^0.4.1",
4949
"semver": "^7.5.4"
5050
}

packages/browser-repl/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/browser-repl",
3-
"version": "3.16.2",
3+
"version": "3.16.4",
44
"description": "Browser presentation component for Mongo Shell",
55
"engines": {
66
"node": ">=14.15.1"
@@ -57,11 +57,11 @@
5757
]
5858
},
5959
"dependencies": {
60-
"@mongosh/browser-runtime-core": "^3.16.2",
60+
"@mongosh/browser-runtime-core": "^3.16.4",
6161
"@mongosh/errors": "2.4.0",
6262
"@mongosh/history": "2.4.6",
6363
"@mongosh/i18n": "^2.15.0",
64-
"@mongosh/node-runtime-worker-thread": "3.3.16",
64+
"@mongosh/node-runtime-worker-thread": "3.3.18",
6565
"@mongosh/service-provider-core": "3.3.3",
6666
"numeral": "^2.0.6",
6767
"text-table": "^0.2.0"

packages/browser-runtime-core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/browser-runtime-core",
3-
"version": "3.16.2",
3+
"version": "3.16.4",
44
"description": "Mongosh browser runtime core",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -50,9 +50,9 @@
5050
"rimraf": "^3.0.2"
5151
},
5252
"dependencies": {
53-
"@mongosh/autocomplete": "^3.16.2",
53+
"@mongosh/autocomplete": "^3.16.4",
5454
"@mongosh/service-provider-core": "3.3.3",
55-
"@mongosh/shell-api": "^3.16.2",
56-
"@mongosh/shell-evaluator": "^3.16.2"
55+
"@mongosh/shell-api": "^3.16.4",
56+
"@mongosh/shell-evaluator": "^3.16.4"
5757
}
5858
}

packages/browser-runtime-electron/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/browser-runtime-electron",
3-
"version": "3.16.2",
3+
"version": "3.16.4",
44
"description": "Mongosh browser runtime electron",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -50,7 +50,7 @@
5050
"rimraf": "^3.0.2"
5151
},
5252
"dependencies": {
53-
"@mongosh/browser-runtime-core": "^3.16.2",
53+
"@mongosh/browser-runtime-core": "^3.16.4",
5454
"@mongosh/service-provider-core": "3.3.3",
5555
"@mongosh/types": "3.8.2"
5656
}

packages/cli-repl/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/cli-repl",
3-
"version": "2.5.3",
3+
"version": "2.5.5",
44
"description": "MongoDB Shell CLI REPL Package",
55
"homepage": "https://github.com/mongodb-js/mongosh",
66
"author": "Compass Team <[email protected]>",
@@ -64,18 +64,18 @@
6464
"dependencies": {
6565
"@mongodb-js/devtools-proxy-support": "^0.4.2",
6666
"@mongosh/arg-parser": "^3.12.0",
67-
"@mongosh/autocomplete": "^3.16.2",
68-
"@mongosh/editor": "^3.16.2",
67+
"@mongosh/autocomplete": "^3.16.4",
68+
"@mongosh/editor": "^3.16.4",
6969
"@mongosh/errors": "2.4.0",
7070
"@mongosh/history": "2.4.6",
7171
"@mongosh/i18n": "^2.15.0",
7272
"@mongosh/js-multiline-to-singleline": "2.4.8",
7373
"@mongosh/logging": "3.9.2",
7474
"@mongosh/service-provider-core": "3.3.3",
7575
"@mongosh/service-provider-node-driver": "^3.10.2",
76-
"@mongosh/shell-api": "^3.16.2",
77-
"@mongosh/shell-evaluator": "^3.16.2",
78-
"@mongosh/snippet-manager": "^3.16.2",
76+
"@mongosh/shell-api": "^3.16.4",
77+
"@mongosh/shell-evaluator": "^3.16.4",
78+
"@mongosh/snippet-manager": "^3.16.4",
7979
"@mongosh/types": "3.8.2",
8080
"@segment/analytics-node": "^1.3.0",
8181
"ansi-escape-sequences": "^5.1.2",

packages/connectivity-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test-ci-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test-ci"
1212
},
1313
"devDependencies": {
14-
"mongosh": "2.5.3"
14+
"mongosh": "2.5.5"
1515
},
1616
"mongosh": {
1717
"unitTestsOnly": true,

packages/e2e-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/e2e-tests",
3-
"version": "3.11.2",
3+
"version": "3.11.4",
44
"private": true,
55
"description": "MongoDB Shell E2E Tests Package",
66
"homepage": "https://github.com/mongodb-js/mongosh",
@@ -27,7 +27,7 @@
2727
"node": ">=16.15.0"
2828
},
2929
"dependencies": {
30-
"@mongosh/cli-repl": "2.5.3",
30+
"@mongosh/cli-repl": "2.5.5",
3131
"@mongosh/service-provider-core": "3.3.3",
3232
"@mongodb-js/oidc-plugin": "^1.1.8",
3333
"strip-ansi": "^6.0.0"

packages/editor/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongosh/editor",
3-
"version": "3.16.2",
3+
"version": "3.16.4",
44
"description": "MongoDB Shell External Editor",
55
"main": "./lib/index.js",
66
"repository": {
@@ -37,8 +37,8 @@
3737
"dependencies": {
3838
"@mongosh/js-multiline-to-singleline": "2.4.8",
3939
"@mongosh/service-provider-core": "3.3.3",
40-
"@mongosh/shell-api": "^3.16.2",
41-
"@mongosh/shell-evaluator": "^3.16.2",
40+
"@mongosh/shell-api": "^3.16.4",
41+
"@mongosh/shell-evaluator": "^3.16.4",
4242
"@mongosh/types": "3.8.2",
4343
"js-beautify": "^1.15.1"
4444
},

packages/mongosh/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongosh",
3-
"version": "2.5.3",
3+
"version": "2.5.5",
44
"description": "MongoDB Shell CLI REPL",
55
"keywords": [
66
"mongosh",
@@ -39,6 +39,6 @@
3939
"variants": []
4040
},
4141
"dependencies": {
42-
"@mongosh/cli-repl": "2.5.3"
42+
"@mongosh/cli-repl": "2.5.5"
4343
}
4444
}

0 commit comments

Comments
 (0)