From e9cad3c8cce50f1740f2440f57f0c03ea42d8e03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 04:10:31 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 4 updates Bumps the npm_and_yarn group with 4 updates in the / directory: [async](https://github.com/caolan/async), [dotty](https://github.com/deoxxa/dotty), [lodash](https://github.com/lodash/lodash) and [mongodb](https://github.com/mongodb/node-mongodb-native). Updates `async` from 2.6.2 to 2.6.4 - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.2...v2.6.4) Updates `dotty` from 0.0.2 to 0.1.2 - [Commits](https://github.com/deoxxa/dotty/commits) Updates `lodash` from 4.17.19 to 4.17.21 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21) Updates `mongodb` from 2.1.21 to 6.5.0 - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md) - [Commits](https://github.com/mongodb/node-mongodb-native/compare/V2.1.21...v6.5.0) --- updated-dependencies: - dependency-name: async dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: dotty dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: lodash dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: mongodb dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index bdaa9be6..172c3c94 100644 --- a/package.json +++ b/package.json @@ -40,11 +40,11 @@ "node": ">=0.8.0" }, "dependencies": { - "async": "2.6.2", + "async": "2.6.4", "debug": "3.1.0", - "dotty": "0.0.2", + "dotty": "0.1.2", "jsondate": "0.0.1", - "lodash": "4.17.19", + "lodash": "4.17.21", "parent-require": "1.0.0", "tolerance": "1.0.0", "uuid": "3.3.3" @@ -57,7 +57,7 @@ "eslint": ">=1.0.0", "expect.js": ">=0.1.2", "mocha": "3.x.x", - "mongodb": "2.1.x", + "mongodb": "6.5.x", "redis": ">=0.10.1", "tingodb": ">=0.0.1" },