From be52c7f2b2abffed7b628d8d82979eaeaa72de00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Dec 2020 03:08:24 +0000 Subject: [PATCH] Bump ini from 1.3.5 to 1.3.7 Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7) Signed-off-by: dependabot[bot] --- yarn.lock | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/yarn.lock b/yarn.lock index 2e58223..5f8cee2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -783,10 +783,10 @@ version "0.2.1" resolved "https://registry.npmjs.org/@emmetio/variable-resolver/-/variable-resolver-0.2.1.tgz#ce11b51584669a340986690cf0ec269e44c63fba" -"@qcharts/core@^0.2.14": - version "0.2.14" - resolved "https://registry.npm.taobao.org/@qcharts/core/download/@qcharts/core-0.2.14.tgz#d5ebaad5c70af8b1e593fd8eb1f06ee518d4778a" - integrity sha1-1euq1ccK+LHlk/2OsfBu5RjUd4o= +"@qcharts/core@^0.2.30": + version "0.2.33" + resolved "https://registry.yarnpkg.com/@qcharts/core/-/core-0.2.33.tgz#325a9df3a4f875e328c2ea172a4fae17015afab2" + integrity sha512-7Q3qJa4bsvunNJjADgtk6CxibC84K2lULAfRYuksgQTUGqliVNJxWmN0mR07z7ef5xnl6Mxrljchlv3NKk+I6A== dependencies: "@spritejs/shapes" "^1.1.7" @@ -3308,8 +3308,9 @@ inherits@2.0.1: resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1" ini@^1.3.4, ini@~1.3.0: - version "1.3.5" - resolved "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" + version "1.3.7" + resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.7.tgz#a09363e1911972ea16d7a8851005d84cf09a9a84" + integrity sha512-iKpRpXP+CrP2jyrxvg1kMUpXDyRUFDWurxbnVT1vQPx+Wz9uCYsMIqYuSBLV+PAaZG/d7kRLKRFc9oDMsH+mFQ== inquirer@^6.2.2: version "6.2.2"