diff --git a/package-lock.json b/package-lock.json index 4ce11df7..4c15822b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25994,10 +25994,10 @@ }, "packages/query-parser": { "name": "mongodb-query-parser", - "version": "4.1.4", + "version": "4.2.0", "license": "Apache-2.0", "dependencies": { - "@mongodb-js/shell-bson-parser": "^1.0.0", + "@mongodb-js/shell-bson-parser": "^1.1.0", "debug": "^4.3.4", "javascript-stringify": "^2.1.0", "lodash": "^4.17.21" @@ -26477,7 +26477,8 @@ } }, "packages/shell-bson-parser": { - "version": "1.0.0", + "name": "@mongodb-js/shell-bson-parser", + "version": "1.1.0", "license": "Apache-2.0", "dependencies": { "acorn": "^8.1.0" @@ -41939,7 +41940,7 @@ "@mongodb-js/eslint-config-devtools": "0.9.10", "@mongodb-js/mocha-config-devtools": "^1.0.3", "@mongodb-js/prettier-config-devtools": "^1.0.1", - "@mongodb-js/shell-bson-parser": "^1.0.0", + "@mongodb-js/shell-bson-parser": "^1.1.0", "@mongodb-js/tsconfig-devtools": "^1.0.2", "@types/chai": "^4.2.21", "@types/mocha": "^9.0.0", diff --git a/packages/query-parser/package.json b/packages/query-parser/package.json index 8ee959fd..8b91175c 100644 --- a/packages/query-parser/package.json +++ b/packages/query-parser/package.json @@ -13,7 +13,7 @@ "email": "compass@mongodb.com" }, "homepage": "https://github.com/mongodb-js/devtools-shared", - "version": "4.1.4", + "version": "4.2.0", "repository": { "type": "git", "url": "https://github.com/mongodb-js/devtools-shared.git" @@ -47,7 +47,7 @@ }, "dependencies": { "debug": "^4.3.4", - "@mongodb-js/shell-bson-parser": "^1.0.0", + "@mongodb-js/shell-bson-parser": "^1.1.0", "javascript-stringify": "^2.1.0", "lodash": "^4.17.21" }, diff --git a/packages/shell-bson-parser/package.json b/packages/shell-bson-parser/package.json index b7592978..0b433c55 100644 --- a/packages/shell-bson-parser/package.json +++ b/packages/shell-bson-parser/package.json @@ -13,7 +13,7 @@ "email": "compass@mongodb.com" }, "homepage": "https://github.com/mongodb-js/devtools-shared", - "version": "1.0.0", + "version": "1.1.0", "repository": { "type": "git", "url": "https://github.com/mongodb-js/devtools-shared.git"