From 1c36f3ab03be558db80da470350e69b0141c7e21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 14:32:44 +0000 Subject: [PATCH] devDependencies: bump fast-json-stringify from 6.4.0 to 7.0.0 Bumps [fast-json-stringify](https://github.com/fastify/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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f1b88c2..720358e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@types/sinon": "^17.0.3", "c8": "^11.0.0", "eslint-config-binden-ts": "^4.0.2", - "fast-json-stringify": "^6.4.0", + "fast-json-stringify": "^7.0.0", "husky": "^9.1.7", "lint-staged": "^15.2.10", "mocha": "^11.0.1", @@ -4136,9 +4136,9 @@ "peer": true }, "node_modules/fast-json-stringify": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-6.4.0.tgz", - "integrity": "sha512-ibRCQ0GZKJIQ+P3Et1h0LhPgp3PMTYk0MH8O+kW3lNYsvmaQww5Nn3f1jf73Q0jR1Yz3a1CDP4/NZD3vOajWJQ==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-7.0.0.tgz", + "integrity": "sha512-YV53BAbR3Qwq37wfD1oZ97YJ0nYj6CwfzKXQ38ock9XxI2EnLOdl5psKms6Evook6ACckytZJOaKY0ThmIi1uw==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 10fea67..ec85de8 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@types/sinon": "^17.0.3", "c8": "^11.0.0", "eslint-config-binden-ts": "^4.0.2", - "fast-json-stringify": "^6.4.0", + "fast-json-stringify": "^7.0.0", "husky": "^9.1.7", "lint-staged": "^15.2.10", "mocha": "^11.0.1",