From 76843452821b9e789c8c8552afacca70f6221ef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jul 2021 14:01:33 +0000 Subject: [PATCH] build(deps): bump fast-safe-stringify from 2.0.7 to 2.0.8 Bumps [fast-safe-stringify](https://github.com/davidmarkclements/fast-safe-stringify) from 2.0.7 to 2.0.8. - [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.0.8) --- updated-dependencies: - dependency-name: fast-safe-stringify dependency-type: direct:production update-type: version-update:semver-patch ... 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..e76b7708 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.0.8", + "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.0.8.tgz", + "integrity": "sha512-lXatBjf3WPjmWD6DpIZxkeSsCOwqI0maYMpgDlx8g4U2qi4lbjA9oH/HD2a87G+KfsUmo5WbJFmqBZlPxtptag==" } } }