From f824853c3897ab9a50fd8266a944c1abbbcd7f7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 00:30:26 +0000 Subject: [PATCH] chore(deps): bump fast-json-stringify from 3.2.0 to 4.1.0 Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify) from 3.2.0 to 4.1.0. - [Release notes](https://github.com/fastify/fast-json-stringify/releases) - [Commits](https://github.com/fastify/fast-json-stringify/compare/v3.2.0...v4.1.0) --- 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 | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 664dffae3dd..4ba025247b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10769,14 +10769,14 @@ "dev": true }, "fast-json-stringify": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-3.2.0.tgz", - "integrity": "sha512-rz24ul6KhuhHO8pLrMPSQFKtv1leLnhPHJuLBiAIKG6UHA/XdUrojieKkOmjpCQ3XfaBA/PEBZuDv3U9tQm3MQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-4.1.0.tgz", + "integrity": "sha512-yy/5SUALH1LxcVFg/tqaA2a3cfXhpZl5MqdyhSJeAmOZg1nQgU0meg0KuRrFaG3iSrrDMWxTittWb12oIBXOcQ==", "requires": { "ajv": "^8.10.0", "ajv-formats": "^2.1.1", "deepmerge": "^4.2.2", - "fast-uri": "^1.0.1", + "fast-uri": "^2.0.0", "rfdc": "^1.2.0", "string-similarity": "^4.0.1" }, @@ -10817,9 +10817,9 @@ "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" }, "fast-uri": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-1.0.1.tgz", - "integrity": "sha512-dbO/+ny6lX4tt7pvfPMTiHfQVR5igYKFa5BJ2a21TWuOgd2ySp5DYswsEGuMcJZLL3/eJ/MQJ5KNcXyNUvDt8w==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-2.1.0.tgz", + "integrity": "sha512-qKRta6N7BWEFVlyonVY/V+BMLgFqktCUV0QjT259ekAIlbVrMaFnFLxJ4s/JPl4tou56S1BzPufI60bLe29fHA==" }, "fastify": { "version": "3.29.0", @@ -10984,9 +10984,9 @@ }, "dependencies": { "@fastify/busboy": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-1.0.0.tgz", - "integrity": "sha512-tzTXX1TFEjWCseEsNdIlXXkD+48uJoN+zpqIojUX4pSoMscsbhO/UuVEB5SzJucexqDWOo2ma0ECwdD7hZdrzg==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-1.1.0.tgz", + "integrity": "sha512-Fv854f94v0CzIDllbY3i/0NJPNBRNLDawf3BTYVGCe9VrIIs3Wi7AFx24F9NzCxdf0wyx/x0Q9kEVnvDOPnlxA==", "dev": true, "requires": { "text-decoding": "^1.0.0" @@ -11182,7 +11182,7 @@ "statuses": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", "dev": true }, "string_decoder": { diff --git a/package.json b/package.json index 352ecca76f2..5cdc51ebec5 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": "3.2.0", + "fast-json-stringify": "4.1.0", "fast-safe-stringify": "2.1.1", "graphql-subscriptions": "2.0.0", "iterare": "1.2.1",