From 11a755299022f4e7c9ac56e2c706aa31e2b5f446 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 07:23:24 +0000 Subject: [PATCH] chore: bump fast-json-stringify in the dependencies group Bumps the dependencies group with 1 update: [fast-json-stringify](https://github.com/fastify/fast-json-stringify). Updates `fast-json-stringify` from 6.4.0 to 7.0.0 - [Release notes](https://github.com/fastify/fast-json-stringify/releases) - [Commits](https://github.com/fastify/fast-json-stringify/compare/v6.4.0...v7.0.0) --- updated-dependencies: - dependency-name: fast-json-stringify dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 473258d..e21af9b 100644 --- a/package.json +++ b/package.json @@ -61,6 +61,6 @@ "tstyche": "^7.1.0" }, "dependencies": { - "fast-json-stringify": "^6.0.0" + "fast-json-stringify": "^7.0.0" } }