From 4f8fd5f0ea232efaa1e013bf654223b621eca8e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 00:20:11 +0000 Subject: [PATCH] chore(deps): bump fast-json-stringify from 5.6.1 to 5.6.2 Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify) from 5.6.1 to 5.6.2. - [Release notes](https://github.com/fastify/fast-json-stringify/releases) - [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.6.1...v5.6.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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index eb71fa1083b..fe07050456e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12175,9 +12175,9 @@ "dev": true }, "fast-json-stringify": { - "version": "5.6.1", - "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-5.6.1.tgz", - "integrity": "sha512-2xcYZrS/QJTvPZZ1VTmOBs6mvo4VwXMZRXTvS7v829wN5BY2wwsyCWGMmVw7mBPSVbCRx5gPOghbyUTuaJ7/IQ==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-5.6.2.tgz", + "integrity": "sha512-F6xkRrXvtGbAiDSEI5Rk7qk2P63Y9kc8bO6Dnsd3Rt6sBNr2QxNFWs0JbKftgiyOfGxnJaRoHe4SizCTqeAyrA==", "requires": { "@fastify/deepmerge": "^1.0.0", "ajv": "^8.10.0", diff --git a/package.json b/package.json index 19658940365..d212678b960 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.6.1", + "fast-json-stringify": "5.6.2", "fast-safe-stringify": "2.1.1", "graphql-subscriptions": "2.0.0", "iterare": "1.2.1",