From 74345da931d4b3f550930f416abc72d4fe0f2fbc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 06:34:51 +0000 Subject: [PATCH] Bump ecstar from 4.2.1 to 4.3.0 Bumps [ecstar](https://github.com/Ecstar-js/Ecstar) from 4.2.1 to 4.3.0. - [Release notes](https://github.com/Ecstar-js/Ecstar/releases) - [Commits](https://github.com/Ecstar-js/Ecstar/compare/v4.2.1...v4.3.0) 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 35a2d76..565c1b7 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "lint": "eslint src" }, "dependencies": { - "ecstar": "^4.2.1" + "ecstar": "^4.3.0" }, "devDependencies": { "@mouse_484/eslint-config-node": "https://eslint-config.mouse484.tk/Node?next", diff --git a/yarn.lock b/yarn.lock index a0003d4..ea07538 100644 --- a/yarn.lock +++ b/yarn.lock @@ -568,10 +568,10 @@ duplexer3@^0.1.4: resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2" integrity sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI= -ecstar@^4.2.1: - version "4.2.1" - resolved "https://registry.yarnpkg.com/ecstar/-/ecstar-4.2.1.tgz#d7ec636c6e307c895b3ed23cfaf3460373b28e13" - integrity sha512-X4nz5nUkX8sfVER2/5/gVOxL1xpFrPbItv6u1DWRLiXnquDhIJz0c1HTWCrG+lum+PsPi8my0p5f874lOwPonQ== +ecstar@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/ecstar/-/ecstar-4.3.0.tgz#7ecec3ff430aed5ece4ea89b35bd8fbaaf3e78f4" + integrity sha512-wf6B6ydPvN4HMUc/9iLmGb+IJQyNDGwUyqml+Cf1JKj2BiQQeZ44PLd9STL+X2n6odJ0ExctBnuPfbpJtqbhfg== dependencies: chokidar "^3.4.3" consola "^2.15.3"