From 5b553a77e97f002dd1eeb03e33c1e6c10afedc81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 00:50:09 +0000 Subject: [PATCH] chore(deps): bump fast-json-stringify from 5.9.2 to 5.10.0 Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify) from 5.9.2 to 5.10.0. - [Release notes](https://github.com/fastify/fast-json-stringify/releases) - [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.9.2...v5.10.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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 779c6b92f24..8c430a8639c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "cli-color": "2.0.3", "cors": "2.8.5", "express": "4.18.2", - "fast-json-stringify": "5.9.2", + "fast-json-stringify": "5.10.0", "fast-safe-stringify": "2.1.1", "graphql-subscriptions": "2.0.0", "iterare": "1.2.1", @@ -16276,9 +16276,9 @@ "license": "MIT" }, "node_modules/fast-json-stringify": { - "version": "5.9.2", - "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-5.9.2.tgz", - "integrity": "sha512-SwHnT5PL2BawF0ccL+8b800QovvopUPgV/qzhBY+vw5ZniDH9boewbzBXYox+SetfD2dlxAgeZKSnELzrA+2hg==", + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-5.10.0.tgz", + "integrity": "sha512-fu1BhzPzgOdvK+sVhSPFzm06DQl0Dwbo+NQxWm21k03ili2wsJExXbGZ9qsD4Lsn7zFGltF8h9I1fuhk4JPnrQ==", "dependencies": { "@fastify/deepmerge": "^1.0.0", "ajv": "^8.10.0", diff --git a/package.json b/package.json index 1da8337a099..d7630dd9304 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.9.2", + "fast-json-stringify": "5.10.0", "fast-safe-stringify": "2.1.1", "graphql-subscriptions": "2.0.0", "iterare": "1.2.1",