From 222d7c9f53a49794018529f639441b452a5877a5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 31 Jul 2019 07:15:05 +0000 Subject: [PATCH] fix(deps): update dependency fast-json-stringify to v1.15.4 --- package-lock.json | 15 +++++++++++---- package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c0feabde2..a2749d3b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5529,12 +5529,19 @@ "integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=" }, "fast-json-stringify": { - "version": "1.15.3", - "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-1.15.3.tgz", - "integrity": "sha512-p+ucnySTbrUQ9M7u8ygFIxrmpG8B+8O4/PvLDdh+RqMMgj/h6OoDb7U2lP+kqg3PDclQBFbSIArRhkorFwZLLg==", + "version": "1.15.4", + "resolved": "https://registry.npmjs.org/fast-json-stringify/-/fast-json-stringify-1.15.4.tgz", + "integrity": "sha512-lsGTxL0OIGjGSUXgWUOdSgjCL/xMyMvMudfGN3D1zOLEv44fYZ1ZXmMyCON5XdpaiZN6nCXmU7GQg7fbXfPG4g==", "requires": { "ajv": "^6.8.1", - "deepmerge": "^3.0.0" + "deepmerge": "^4.0.0" + }, + "dependencies": { + "deepmerge": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.0.0.tgz", + "integrity": "sha512-YZ1rOP5+kHor4hMAH+HRQnBQHg+wvS1un1hAOuIcxcBy0hzcUf6Jg2a1w65kpoOUnurOfZbERwjI1TfZxNjcww==" + } } }, "fast-levenshtein": { diff --git a/package.json b/package.json index fbebbeacd..41171d63e 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "cors": "2.8.5", "engine.io-client": "3.3.2", "express": "4.17.1", - "fast-json-stringify": "1.15.3", + "fast-json-stringify": "1.15.4", "fast-safe-stringify": "2.0.6", "fastify": "2.7.0", "fastify-cors": "2.1.3",