From 73e2043693188fecda152f87752b51dd252580b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 00:22:59 +0000 Subject: [PATCH] chore(deps): bump fast-json-stringify from 5.9.1 to 5.9.2 Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify) from 5.9.1 to 5.9.2. - [Release notes](https://github.com/fastify/fast-json-stringify/releases) - [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.9.1...v5.9.2) --- updated-dependencies: - dependency-name: fast-json-stringify dependency-type: direct:production update-type: version-update:semver-patch ... 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 1f4e585f62c..ea427d744b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "cli-color": "2.0.3", "cors": "2.8.5", "express": "4.18.2", - "fast-json-stringify": "5.9.1", + "fast-json-stringify": "5.9.2", "fast-safe-stringify": "2.1.1", "graphql-subscriptions": "2.0.0", "iterare": "1.2.1", @@ -16431,9 +16431,9 @@ "license": "MIT" }, "node_modules/fast-json-stringify": { - "version": "5.9.1", - "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-5.9.1.tgz", - "integrity": "sha512-NMrf+uU9UJnTzfxaumMDXK1NWqtPCfGoM9DYIE+ESlaTQqjlANFBy0VAbsm6FB88Mx0nceyi18zTo5kIEUlzxg==", + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-5.9.2.tgz", + "integrity": "sha512-SwHnT5PL2BawF0ccL+8b800QovvopUPgV/qzhBY+vw5ZniDH9boewbzBXYox+SetfD2dlxAgeZKSnELzrA+2hg==", "dependencies": { "@fastify/deepmerge": "^1.0.0", "ajv": "^8.10.0", diff --git a/package.json b/package.json index fbbaac8a937..582e66e4194 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "cli-color": "2.0.3", "cors": "2.8.5", "express": "4.18.2", - "fast-json-stringify": "5.9.1", + "fast-json-stringify": "5.9.2", "fast-safe-stringify": "2.1.1", "graphql-subscriptions": "2.0.0", "iterare": "1.2.1",