From bd599ce4d88ca8935fa4c95ac94717ce290aca18 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 05:16:03 -0400 Subject: [PATCH] chore(ci): bump packages (#479) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- packages/query-parser/package.json | 4 ++-- packages/shell-bson-parser/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index f8c2543..9faf15f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26992,10 +26992,10 @@ }, "packages/query-parser": { "name": "mongodb-query-parser", - "version": "4.2.5", + "version": "4.2.6", "license": "Apache-2.0", "dependencies": { - "@mongodb-js/shell-bson-parser": "^1.1.3", + "@mongodb-js/shell-bson-parser": "^1.1.4", "debug": "^4.3.4", "javascript-stringify": "^2.1.0", "lodash": "^4.17.21" @@ -27479,7 +27479,7 @@ }, "packages/shell-bson-parser": { "name": "@mongodb-js/shell-bson-parser", - "version": "1.1.3", + "version": "1.1.4", "license": "Apache-2.0", "dependencies": { "acorn": "^8.1.0" @@ -43415,7 +43415,7 @@ "@mongodb-js/eslint-config-devtools": "0.9.10", "@mongodb-js/mocha-config-devtools": "^1.0.4", "@mongodb-js/prettier-config-devtools": "^1.0.1", - "@mongodb-js/shell-bson-parser": "^1.1.3", + "@mongodb-js/shell-bson-parser": "^1.1.4", "@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 a0fa006..fb5cfdc 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.2.5", + "version": "4.2.6", "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.1.3", + "@mongodb-js/shell-bson-parser": "^1.1.4", "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 2db6a38..e68fb5e 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.1.3", + "version": "1.1.4", "repository": { "type": "git", "url": "https://github.com/mongodb-js/devtools-shared.git"