From a42ba5b2c69ce8615894026fd7172bb5b0bf8b90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 08:45:46 +0000 Subject: [PATCH] Build(deps): bump mongodb from 6.18.0 to 6.19.0 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 6.18.0 to 6.19.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/v6.18.0...v6.19.0) --- updated-dependencies: - dependency-name: mongodb dependency-version: 6.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b38fb8b8..6e51d78a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "hapi-pino": "^12.1.0", "http-status-codes": "^2.3.0", "joi": "^17.13.3", - "mongodb": "^6.18.0", + "mongodb": "^6.19.0", "pino": "^9.7.0", "pino-pretty": "^13.0.0", "proxy-agent": "^6.5.0" @@ -12152,9 +12152,9 @@ } }, "node_modules/mongodb": { - "version": "6.18.0", - "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.18.0.tgz", - "integrity": "sha512-fO5ttN9VC8P0F5fqtQmclAkgXZxbIkYRTUi1j8JO6IYwvamkhtYDilJr35jOPELR49zqCJgXZWwCtW7B+TM8vQ==", + "version": "6.19.0", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.19.0.tgz", + "integrity": "sha512-H3GtYujOJdeKIMLKBT9PwlDhGrQfplABNF1G904w6r5ZXKWyv77aB0X9B+rhmaAwjtllHzaEkvi9mkGVZxs2Bw==", "license": "Apache-2.0", "dependencies": { "@mongodb-js/saslprep": "^1.1.9", @@ -12170,7 +12170,7 @@ "gcp-metadata": "^5.2.0", "kerberos": "^2.0.1", "mongodb-client-encryption": ">=6.0.0 <7", - "snappy": "^7.2.2", + "snappy": "^7.3.2", "socks": "^2.7.1" }, "peerDependenciesMeta": { diff --git a/package.json b/package.json index 4661f9bc..35fe7ad1 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "hapi-pino": "^12.1.0", "http-status-codes": "^2.3.0", "joi": "^17.13.3", - "mongodb": "^6.18.0", + "mongodb": "^6.19.0", "pino": "^9.7.0", "pino-pretty": "^13.0.0", "proxy-agent": "^6.5.0"