From 0493417640cd15ed9a07106af539e62148fba22d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2020 04:38:02 +0000 Subject: [PATCH] Bump st from 1.2.0 to 1.2.2 in /sd-solar Bumps [st](https://github.com/isaacs/st) from 1.2.0 to 1.2.2. - [Release notes](https://github.com/isaacs/st/releases) - [Commits](https://github.com/isaacs/st/compare/v1.2.0...v1.2.2) Signed-off-by: dependabot[bot] --- sd-solar/package.json | 2 +- sd-solar/yarn.lock | 77 ++++++++++++++++++++++++++----------------- 2 files changed, 48 insertions(+), 31 deletions(-) diff --git a/sd-solar/package.json b/sd-solar/package.json index c1cea44..846bed5 100644 --- a/sd-solar/package.json +++ b/sd-solar/package.json @@ -4,7 +4,7 @@ "csv-parse": "^1.2.0", "geojson": "^0.4.1", "jsonfile": "^3.0.0", - "st": "^1.2.0" + "st": "^1.2.2" }, "scripts": { "start-server": "st --no-cache --localhost --port 9966 --index index.html ." diff --git a/sd-solar/yarn.lock b/sd-solar/yarn.lock index 104b6b8..2512ea8 100644 --- a/sd-solar/yarn.lock +++ b/sd-solar/yarn.lock @@ -1,5 +1,7 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. # yarn lockfile v1 + + async-cache@~1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/async-cache/-/async-cache-1.1.0.tgz#4a9a5a89d065ec5d8e5254bd9ee96ba76c532b5a" @@ -12,11 +14,12 @@ async@^2.4.1: dependencies: lodash "^4.14.0" -bl@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/bl/-/bl-1.1.2.tgz#fdca871a99713aa00d19e3bbba41c44787a65398" +bl@~1.2.1: + version "1.2.3" + resolved "https://registry.yarnpkg.com/bl/-/bl-1.2.3.tgz#1e8dd80142eac80d7158c9dccc047fb620e035e7" dependencies: - readable-stream "~2.0.5" + readable-stream "^2.3.5" + safe-buffer "^5.1.1" core-util-is@~1.0.0: version "1.0.2" @@ -34,13 +37,17 @@ geojson@^0.4.1: version "0.4.1" resolved "https://registry.yarnpkg.com/geojson/-/geojson-0.4.1.tgz#c0edc41a22fc9f4667c402f966b15158f43c01d8" -graceful-fs@^4.1.6, graceful-fs@~4.1.4: +graceful-fs@^4.1.6: version "4.1.11" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658" -inherits@~2.0.1: - version "2.0.3" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" +graceful-fs@~4.1.11: + version "4.1.15" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00" + +inherits@~2.0.3: + version "2.0.4" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" isarray@~1.0.0: version "1.0.0" @@ -63,48 +70,59 @@ lru-cache@^4.0.0: pseudomap "^1.0.2" yallist "^2.1.2" -mime@~1.3.4: - version "1.3.6" - resolved "https://registry.yarnpkg.com/mime/-/mime-1.3.6.tgz#591d84d3653a6b0b4a3b9df8de5aa8108e72e5e0" +mime@~1.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/mime/-/mime-1.4.1.tgz#121f9ebc49e3766f311a76e1fa1c8003c4b03aa6" negotiator@~0.6.1: version "0.6.1" resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.1.tgz#2b327184e8992101177b28563fb5e7102acd0ca9" -process-nextick-args@~1.0.6: - version "1.0.7" - resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-1.0.7.tgz#150e20b756590ad3f91093f25a4f2ad8bff30ba3" +process-nextick-args@~2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" pseudomap@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" -readable-stream@~2.0.5: - version "2.0.6" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.0.6.tgz#8f90341e68a53ccc928788dacfcd11b36eb9b78e" +readable-stream@^2.3.5: + version "2.3.7" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57" dependencies: core-util-is "~1.0.0" - inherits "~2.0.1" + inherits "~2.0.3" isarray "~1.0.0" - process-nextick-args "~1.0.6" - string_decoder "~0.10.x" + process-nextick-args "~2.0.0" + safe-buffer "~5.1.1" + string_decoder "~1.1.1" util-deprecate "~1.0.1" -st@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/st/-/st-1.2.0.tgz#e6313c1836a0889e8507be5bb189b2245266c2df" +safe-buffer@^5.1.1: + version "5.2.1" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" + +safe-buffer@~5.1.0, safe-buffer@~5.1.1: + version "5.1.2" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" + +st@^1.2.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/st/-/st-1.2.2.tgz#b95554f41b457bf0ed1c48f2bad8fccff894b14f" dependencies: async-cache "~1.1.0" - bl "~1.1.2" + bl "~1.2.1" fd "~0.0.2" - mime "~1.3.4" + mime "~1.4.1" negotiator "~0.6.1" optionalDependencies: - graceful-fs "~4.1.4" + graceful-fs "~4.1.11" -string_decoder@~0.10.x: - version "0.10.31" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94" +string_decoder@~1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" + dependencies: + safe-buffer "~5.1.0" util-deprecate@~1.0.1: version "1.0.2" @@ -113,4 +131,3 @@ util-deprecate@~1.0.1: yallist@^2.1.2: version "2.1.2" resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" -