From 31395ea62d7a87ae85041e11f90f2a48f9eb3272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 07:29:55 +0000 Subject: [PATCH] chore(deps): bump fast-json-stringify from 5.0.1 to 5.0.6 Bumps [fast-json-stringify](https://github.com/fastify/fast-json-stringify) from 5.0.1 to 5.0.6. - [Release notes](https://github.com/fastify/fast-json-stringify/releases) - [Commits](https://github.com/fastify/fast-json-stringify/compare/v5.0.1...v5.0.6) --- updated-dependencies: - dependency-name: fast-json-stringify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++++++--------- package.json | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index acc64be5f22..feafbe78a3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10913,9 +10913,9 @@ "dev": true }, "fast-json-stringify": { - "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==", + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-5.0.6.tgz", + "integrity": "sha512-iZM2VJ19wBOjznp9AQ3PEXTAvwcwJXDsz5xEoTs+31s/lCyOYrqHicXHzt0VoLz16pZStsWx3HIvRFB6AQaWeA==", "requires": { "ajv": "^8.10.0", "ajv-formats": "^2.1.1", @@ -13691,12 +13691,6 @@ } } }, - "hashlru": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/hashlru/-/hashlru-2.3.0.tgz", - "integrity": "sha512-0cMsjjIC8I+D3M44pOQdsy0OHXGLVz6Z0beRuufhKa0KfaD2wGwAev6jILzXsd3/vpnNQJmWyZtIILqM1N+n5A==", - "dev": true - }, "he": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", @@ -20122,6 +20116,14 @@ "requires": { "fastify-plugin": "^3.0.0", "hashlru": "^2.3.0" + }, + "dependencies": { + "hashlru": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/hashlru/-/hashlru-2.3.0.tgz", + "integrity": "sha512-0cMsjjIC8I+D3M44pOQdsy0OHXGLVz6Z0beRuufhKa0KfaD2wGwAev6jILzXsd3/vpnNQJmWyZtIILqM1N+n5A==", + "dev": true + } } } } diff --git a/package.json b/package.json index 3d0e3b915bc..cc10e9aec78 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "cli-color": "2.0.2", "cors": "2.8.5", "express": "4.18.1", - "fast-json-stringify": "5.0.1", + "fast-json-stringify": "5.0.6", "fast-safe-stringify": "2.1.1", "graphql-subscriptions": "2.0.0", "iterare": "1.2.1",