From 77eee3f6cbcf9a5cded9ffc240ba732283221afd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 00:16:53 +0000 Subject: [PATCH] chore(deps): bump fast-json-stringify from 5.12.0 to 5.13.0 Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify) from 5.12.0 to 5.13.0. - [Release notes](https://github.com/fastify/fast-json-stringify/releases) - [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.12.0...v5.13.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 5bd88c4372e..d6e4a0a4a07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "cli-color": "2.0.4", "cors": "2.8.5", "express": "4.18.3", - "fast-json-stringify": "5.12.0", + "fast-json-stringify": "5.13.0", "fast-safe-stringify": "2.1.1", "graphql-subscriptions": "2.0.0", "iterare": "1.2.1", @@ -16907,9 +16907,9 @@ "license": "MIT" }, "node_modules/fast-json-stringify": { - "version": "5.12.0", - "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-5.12.0.tgz", - "integrity": "sha512-7Nnm9UPa7SfHRbHVA1kJQrGXCRzB7LMlAAqHXQFkEQqueJm1V8owm0FsE/2Do55/4CcdhwiLQERaKomOnKQkyA==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-5.13.0.tgz", + "integrity": "sha512-XjTDWKHP3GoMQUOfnjYUbqeHeEt+PvYgvBdG2fRSmYaORILbSr8xTJvZX+w1YSAP5pw2NwKrGRmQleYueZEoxw==", "dependencies": { "@fastify/merge-json-schemas": "^0.1.0", "ajv": "^8.10.0", diff --git a/package.json b/package.json index 58ef8df528a..ad4b71de6f0 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "cli-color": "2.0.4", "cors": "2.8.5", "express": "4.18.3", - "fast-json-stringify": "5.12.0", + "fast-json-stringify": "5.13.0", "fast-safe-stringify": "2.1.1", "graphql-subscriptions": "2.0.0", "iterare": "1.2.1",