From 9cb92bb2e232a1a2526eedad95a8120106f1c923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 00:22:51 +0000 Subject: [PATCH] chore(deps): bump fast-json-stringify from 5.5.0 to 5.6.1 Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify) from 5.5.0 to 5.6.1. - [Release notes](https://github.com/fastify/fast-json-stringify/releases) - [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.5.0...v5.6.1) --- 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 | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0b396b0b6b0..ccd66f5a154 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12157,9 +12157,9 @@ "dev": true }, "fast-json-stringify": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-5.5.0.tgz", - "integrity": "sha512-rmw2Z8/mLkND8zI+3KTYIkNPEoF5v6GqDP/o+g7H3vjdWjBwuKpgAYFHIzL6ORRB+iqDjjtJnLIW9Mzxn5szOA==", + "version": "5.6.1", + "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-5.6.1.tgz", + "integrity": "sha512-2xcYZrS/QJTvPZZ1VTmOBs6mvo4VwXMZRXTvS7v829wN5BY2wwsyCWGMmVw7mBPSVbCRx5gPOghbyUTuaJ7/IQ==", "requires": { "@fastify/deepmerge": "^1.0.0", "ajv": "^8.10.0", @@ -12170,9 +12170,9 @@ }, "dependencies": { "ajv": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.2.tgz", - "integrity": "sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==", + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", "requires": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", diff --git a/package.json b/package.json index 145061be3ec..c5f6c142993 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.5.0", + "fast-json-stringify": "5.6.1", "fast-safe-stringify": "2.1.1", "graphql-subscriptions": "2.0.0", "iterare": "1.2.1",