nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

commit 38e2424706016779566022159c63e6af7e967ed8
parent 06829ccd9e406fa194a92b795dba36ce5f12226a
Author: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date:   Mon, 30 Dec 2019 02:39:38 +0000

build(deps-dev): bump style-loader from 1.0.1 to 1.1.2

Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 1.0.1 to 1.1.2.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases)
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v1.0.1...v1.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat:
Mpackage.json | 2+-
Myarn.lock | 8++++----
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json @@ -51,7 +51,7 @@ "postcss-preset-env": "^6.7.0", "raw-loader": "^4.0.0", "recursive-readdir": "^2.2.2", - "style-loader": "^1.0.0", + "style-loader": "^1.1.2", "stylelint": "^12.0.0", "stylelint-config-recommended": "^3.0.0", "stylelint-webpack-plugin": "^1.1.1", diff --git a/yarn.lock b/yarn.lock @@ -9335,10 +9335,10 @@ strip-json-comments@^3.0.1: resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7" integrity sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw== -style-loader@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-1.0.1.tgz#aec6d4c61d0ed8d0a442faed741d4dfc6573888a" - integrity sha512-CnpEkSR1C+REjudiTWCv4+ssP7SCiuaQZJTZDWBRwTJoS90mdqkB8uOGMHKgVeUzpaU7IfLWoyQbvvs5Joj3Xw== +style-loader@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-1.1.2.tgz#1b519c19faf548df6182b93e72ea1a4156022c2f" + integrity sha512-0Mpq1ZHFDCNq1F+6avNBgv+7q8V+mWRuzehxyJT+aKgzyN/yfKTwjYqaYwBgx+11UpQxL21zNQfzzlz+JcGURw== dependencies: loader-utils "^1.2.3" schema-utils "^2.0.1"