From 364e9c24944e3687e1cc6988010383a382e7b4ff Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 30 Mar 2022 18:36:02 +0000 Subject: [PATCH] chore: update dependency fast-safe-stringify to ^2.1.1 Signed-off-by: Renovate 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 3517cc6..66da401 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "accepts": "^1.3.8", "debug": "^4.3.4", "ejs": "^3.1.6", - "fast-safe-stringify": "^2.0.6", + "fast-safe-stringify": "^2.1.1", "http-status": "^1.5.0", "js2xmlparser": "^4.0.2", "strong-globalize": "^6.0.5" @@ -1279,9 +1279,9 @@ "dev": true }, "node_modules/fast-safe-stringify": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.0.8.tgz", - "integrity": "sha512-lXatBjf3WPjmWD6DpIZxkeSsCOwqI0maYMpgDlx8g4U2qi4lbjA9oH/HD2a87G+KfsUmo5WbJFmqBZlPxtptag==" + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz", + "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" }, "node_modules/file-entry-cache": { "version": "6.0.1", @@ -4399,9 +4399,9 @@ "dev": true }, "fast-safe-stringify": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.0.8.tgz", - "integrity": "sha512-lXatBjf3WPjmWD6DpIZxkeSsCOwqI0maYMpgDlx8g4U2qi4lbjA9oH/HD2a87G+KfsUmo5WbJFmqBZlPxtptag==" + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz", + "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" }, "file-entry-cache": { "version": "6.0.1", diff --git a/package.json b/package.json index 5674566..63b3359 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "accepts": "^1.3.8", "debug": "^4.3.4", "ejs": "^3.1.6", - "fast-safe-stringify": "^2.0.6", + "fast-safe-stringify": "^2.1.1", "http-status": "^1.5.0", "js2xmlparser": "^4.0.2", "strong-globalize": "^6.0.5"