From f1b4caa0c441eaba17614015c260080f1bf21079 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 00:04:48 +0000 Subject: [PATCH] chore(deps): bump fast-json-stringify from 4.2.0 to 5.0.1 Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify) from 4.2.0 to 5.0.1. - [Release notes](https://github.com/fastify/fast-json-stringify/releases) - [Commits](https://github.com/fastify/fast-json-stringify/commits) --- updated-dependencies: - dependency-name: fast-json-stringify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3471a15a4ac..93743da3222 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10779,16 +10779,15 @@ "dev": true }, "fast-json-stringify": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-4.2.0.tgz", - "integrity": "sha512-9RWBl82H7jwnPlkZ/ghi0VD5OFZVdwgwVui0nYzjnXbPQxJ3ES1+SQcWIoeCJOgrY7JkBkY/69UNZSroFPDRdQ==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-5.0.1.tgz", + "integrity": "sha512-WM5xcPSqUh29fPvfWGiXERHqcC88QLkDgCKY/Dm8ypVkPkmEj2SmFCUVOghqAgdudpK/9KkU/s6mLbZgSWZXcA==", "requires": { "ajv": "^8.10.0", "ajv-formats": "^2.1.1", "deepmerge": "^4.2.2", - "fast-uri": "^2.0.0", - "rfdc": "^1.2.0", - "string-similarity": "^4.0.1" + "fast-uri": "^2.1.0", + "rfdc": "^1.2.0" }, "dependencies": { "ajv": { @@ -22241,7 +22240,8 @@ "string-similarity": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/string-similarity/-/string-similarity-4.0.4.tgz", - "integrity": "sha512-/q/8Q4Bl4ZKAPjj8WerIBJWALKkaPRfrvhfF8k/B23i4nzrlRj2/go1m90In7nG/3XDSbOo0+pu6RvCTM9RGMQ==" + "integrity": "sha512-/q/8Q4Bl4ZKAPjj8WerIBJWALKkaPRfrvhfF8k/B23i4nzrlRj2/go1m90In7nG/3XDSbOo0+pu6RvCTM9RGMQ==", + "dev": true }, "string-width": { "version": "1.0.2", diff --git a/package.json b/package.json index f8c3d198211..7a24e9325b1 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "cli-color": "2.0.2", "cors": "2.8.5", "express": "4.18.1", - "fast-json-stringify": "4.2.0", + "fast-json-stringify": "5.0.1", "fast-safe-stringify": "2.1.1", "graphql-subscriptions": "2.0.0", "iterare": "1.2.1",