From ecd4662e4d565d1f52d22435c4e3f38e2092b8c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 19:05:44 +0000 Subject: [PATCH] build(deps): bump the npm_and_yarn group across 1 directory with 4 updates Bumps the npm_and_yarn group with 4 updates in the / directory: [bson](https://github.com/mongodb/js-bson), [mongodb](https://github.com/mongodb/node-mongodb-native), [tar](https://github.com/isaacs/node-tar) and [grunt](https://github.com/gruntjs/grunt). Updates `bson` from 1.0.4 to 1.1.4 - [Release notes](https://github.com/mongodb/js-bson/releases) - [Changelog](https://github.com/mongodb/js-bson/blob/main/HISTORY.md) - [Commits](https://github.com/mongodb/js-bson/compare/V1.0.4...v1.1.4) Updates `mongodb` from 2.2.26 to 3.1.13 - [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.2.26...v3.1.13) Updates `tar` from 2.2.1 to 6.2.1 - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-tar/compare/v2.2.1...v6.2.1) Updates `grunt` from 1.0.4 to 1.6.1 - [Release notes](https://github.com/gruntjs/grunt/releases) - [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt/compare/v1.0.4...v1.6.1) --- updated-dependencies: - dependency-name: bson dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: mongodb dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: tar dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: grunt 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 89c612b..734d0ce 100644 --- a/package.json +++ b/package.json @@ -24,14 +24,14 @@ }, "main": "index.min.js", "dependencies": { - "bson": "1.0.4", + "bson": "1.1.4", "graceful-fs": "4.1.11", "logger-request": "3.8.0", - "mongodb": "2.2.26", - "tar": "2.2.1" + "mongodb": "3.1.13", + "tar": "6.2.1" }, "devDependencies": { - "grunt": "~1.0", + "grunt": "~1.6", "grunt-contrib-uglify": "~3.0", "grunt-contrib-jshint": "~1.1", "grunt-endline": "~0.6",