From 82a7a2d650500f20a53508e5f35f76411d1dac92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 14:01:13 +0000 Subject: [PATCH] build(deps): bump fast-safe-stringify from 2.0.7 to 2.1.0 Bumps [fast-safe-stringify](https://github.com/davidmarkclements/fast-safe-stringify) from 2.0.7 to 2.1.0. - [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.0) --- 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..471a7d34 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.0", + "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.0.tgz", + "integrity": "sha512-xHSIyDJTOVQjtMBGcUokl3tpaOKgTyVTjlHj255V4Q4J1oho3cnrWrf5sCx8z1jq7gzNMv8y0PH53pYYuZUFPQ==" } } }