From 4e3a36d3251d0643bae437a5f53d19783645425f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 00:04:50 +0000 Subject: [PATCH] chore(deps): bump fast-json-stringify from 5.1.0 to 5.2.0 Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/fastify/fast-json-stringify/releases) - [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: fast-json-stringify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3a64e970dd4..2c9bafe1d69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11009,13 +11009,14 @@ "dev": true }, "fast-json-stringify": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-5.1.0.tgz", - "integrity": "sha512-IybGfbUc1DQgyrp9Myhwlr1Z5vjV37mBkdgcbuvsvUxv5fayG+cHlTQQpXH9nMwUPgp+5Y3RT7QDgx5zJ9NS3A==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-5.2.0.tgz", + "integrity": "sha512-u5jtrcAK9RINW15iuDKnsuuhqmqre4AmDMp3crRTjUMdAuHMpQUt3IfoMm5wlJm59b74PcajqOl3SjgnC5FPmw==", "requires": { "@fastify/deepmerge": "^1.0.0", "ajv": "^8.10.0", "ajv-formats": "^2.1.1", + "fast-deep-equal": "^3.1.3", "fast-uri": "^2.1.0", "rfdc": "^1.2.0" }, diff --git a/package.json b/package.json index 0aef77a3bf4..14888c8b360 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "cli-color": "2.0.3", "cors": "2.8.5", "express": "4.18.1", - "fast-json-stringify": "5.1.0", + "fast-json-stringify": "5.2.0", "fast-safe-stringify": "2.1.1", "graphql-subscriptions": "2.0.0", "iterare": "1.2.1",