From b4b52bd7e2e04a488da00ed0cc560d74405cb850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 00:06:35 +0000 Subject: [PATCH] chore(deps): bump fast-json-stringify from 5.0.1 to 5.0.6 Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify) from 5.0.1 to 5.0.6. - [Release notes](https://github.com/fastify/fast-json-stringify/releases) - [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.0.1...v5.0.6) --- 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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e063823b25..77d6562a5c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10799,9 +10799,9 @@ "dev": true }, "fast-json-stringify": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-5.0.1.tgz", - "integrity": "sha512-WM5xcPSqUh29fPvfWGiXERHqcC88QLkDgCKY/Dm8ypVkPkmEj2SmFCUVOghqAgdudpK/9KkU/s6mLbZgSWZXcA==", + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-5.0.6.tgz", + "integrity": "sha512-iZM2VJ19wBOjznp9AQ3PEXTAvwcwJXDsz5xEoTs+31s/lCyOYrqHicXHzt0VoLz16pZStsWx3HIvRFB6AQaWeA==", "requires": { "ajv": "^8.10.0", "ajv-formats": "^2.1.1", diff --git a/package.json b/package.json index 73b75f14a46..11b1b615bcd 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "cli-color": "2.0.2", "cors": "2.8.5", "express": "4.18.1", - "fast-json-stringify": "5.0.1", + "fast-json-stringify": "5.0.6", "fast-safe-stringify": "2.1.1", "graphql-subscriptions": "2.0.0", "iterare": "1.2.1",