From 6a34329f83eef5ce22e3530d65aff02e2ca4589c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 15:02:13 +0000 Subject: [PATCH] chore(deps): bump @mongodb-js/zstd from 2.0.1 to 7.0.0 Bumps [@mongodb-js/zstd](https://github.com/mongodb-js/zstd) from 2.0.1 to 7.0.0. - [Release notes](https://github.com/mongodb-js/zstd/releases) - [Changelog](https://github.com/mongodb-js/zstd/blob/main/HISTORY.md) - [Commits](https://github.com/mongodb-js/zstd/compare/v2.0.1...v7.0.0) --- updated-dependencies: - dependency-name: "@mongodb-js/zstd" dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b478c70..b675145 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "minify-xml": "^3.2.0", "svgo": "^4.0.0", "terser": "^5.3.0", - "@mongodb-js/zstd": "^2.0.1" + "@mongodb-js/zstd": "^7.0.0" }, "devDependencies": { "hexo": "^7.1.0",