From 15b1736ff585614475492e9a8ecdee387dfe5fe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 14:01:06 +0000 Subject: [PATCH] build(deps): bump fast-safe-stringify from 2.0.7 to 2.1.1 Bumps [fast-safe-stringify](https://github.com/davidmarkclements/fast-safe-stringify) from 2.0.7 to 2.1.1. - [Release notes](https://github.com/davidmarkclements/fast-safe-stringify/releases) - [Changelog](https://github.com/davidmarkclements/fast-safe-stringify/blob/master/CHANGELOG.md) - [Commits](https://github.com/davidmarkclements/fast-safe-stringify/commits/v2.1.1) --- updated-dependencies: - dependency-name: fast-safe-stringify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/oas-kit-common/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/oas-kit-common/package-lock.json b/packages/oas-kit-common/package-lock.json index 91e3b78b..c5227a86 100644 --- a/packages/oas-kit-common/package-lock.json +++ b/packages/oas-kit-common/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "fast-safe-stringify": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.0.7.tgz", - "integrity": "sha512-Utm6CdzT+6xsDk2m8S6uL8VHxNwI6Jub+e9NYTcAms28T84pTa25GJQV9j0CY0N1rM8hK4x6grpF2BQf+2qwVA==" + "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==" } } }