From 61948ca1f0cf85ef0675016a709d96c9a87b11df Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 13 May 2020 06:41:20 +0000 Subject: [PATCH] Bump sao from 1.7.0 to 1.7.1 Bumps [sao](https://github.com/saojs/sao) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/saojs/sao/releases) - [Commits](https://github.com/saojs/sao/compare/v1.7.0...v1.7.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fdcf54f..27dec97 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,6 @@ "superb": "^4.0.0" }, "devDependencies": { - "sao": "^1.7.0" + "sao": "^1.7.1" } } diff --git a/yarn.lock b/yarn.lock index 202bad9..c576c21 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1678,10 +1678,10 @@ safe-regex@^1.1.0: resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== -sao@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/sao/-/sao-1.7.0.tgz#19b61f95c62b3f71550c8d8911c88bb7d9ef49df" - integrity sha512-5ZJ6C1odSSqdFtgh/gNfwwmTgCTOnbXWQkyAyLv//9uSTsaGVyeVrNa0rS/o32pVSKlmyPg5C10KoGT3+rY1rw== +sao@^1.7.1: + version "1.7.1" + resolved "https://registry.yarnpkg.com/sao/-/sao-1.7.1.tgz#d45bb34c0d539e71b2e70a0f5999cf4953002dc4" + integrity sha512-g4VGkyvpZ+n+k7Pp+Qc9Yoy2wGFi7FstLZoLxwiMhjn4n4gCStQJ873weCITAD1ocKbKL7HyKDNnC4yTqievsw== dependencies: cac "^6.3.8" chalk "^2.4.1"