From 57a22fa8eacbdbc933c8a263fd20b2c030e2da0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 00:03:24 +0000 Subject: [PATCH] chore(deps): bump fast-json-stringify from 5.4.0 to 5.4.1 Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify) from 5.4.0 to 5.4.1. - [Release notes](https://github.com/fastify/fast-json-stringify/releases) - [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.4.0...v5.4.1) --- 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 b5f967f64c3..42700e2be56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11890,9 +11890,9 @@ "dev": true }, "fast-json-stringify": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-5.4.0.tgz", - "integrity": "sha512-PIzon53oX/zEGLrGbu4DpfNcYiV4K4rk+JsVrawRPO/G8cNBEMZ3KlIk2BCGqN+m1KCCA4zt5E7Hh3GG9ojRVA==", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-5.4.1.tgz", + "integrity": "sha512-P7S9WXEnMqu6seBnzAFmgZ+T3KCD+Do+pNIJsmk/6OlDHZVjl6KzsQB3TFHKQb2Q8N7C9l31WS7/LZGF5hT1FA==", "requires": { "@fastify/deepmerge": "^1.0.0", "ajv": "^8.10.0", diff --git a/package.json b/package.json index 897ac74e43f..fa3dd062d01 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "cli-color": "2.0.3", "cors": "2.8.5", "express": "4.18.2", - "fast-json-stringify": "5.4.0", + "fast-json-stringify": "5.4.1", "fast-safe-stringify": "2.1.1", "graphql-subscriptions": "2.0.0", "iterare": "1.2.1",