From 1b9a413112f91011af9b64a6053051a7c632ca78 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:38:43 +0000 Subject: [PATCH] Bump sao from 1.6.1 to 1.7.1 Bumps [sao](https://github.com/saojs/sao) from 1.6.1 to 1.7.1. - [Release notes](https://github.com/saojs/sao/releases) - [Commits](https://github.com/saojs/sao/compare/v1.6.1...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 290bdd9..078adc5 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,6 @@ "superb": "^1.3.0" }, "devDependencies": { - "sao": "^1.0.0" + "sao": "^1.7.1" } } diff --git a/yarn.lock b/yarn.lock index 91951e0..33c96f0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1923,10 +1923,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.0.0: - version "1.6.1" - resolved "https://registry.yarnpkg.com/sao/-/sao-1.6.1.tgz#74534b9b3df61735243e195635c14e229ea599d5" - integrity sha512-ZnFCrL1UmyuGL6koFW74oeWDRgm1w93Jv0AXzOo60f9aQbsQAON2xSbxAm8fxgTcxL7grxJnLn7Jy9bQ9Sb2yg== +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"