From 205eb59852b6b75002da972ce8c75c7791ea5183 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 10 Oct 2020 10:07:19 +0000 Subject: [PATCH] build: update style-loader to version 2.0.0 --- package.json | 2 +- packages/angular_devkit/build_angular/package.json | 2 +- yarn.lock | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 4f2ceee0fa2d..5b4c56c5c6c3 100644 --- a/package.json +++ b/package.json @@ -207,7 +207,7 @@ "source-map-support": "0.5.16", "spdx-satisfies": "^5.0.0", "speed-measure-webpack-plugin": "1.3.3", - "style-loader": "1.3.0", + "style-loader": "2.0.0", "stylus": "0.54.7", "stylus-loader": "4.1.0", "symbol-observable": "2.0.3", diff --git a/packages/angular_devkit/build_angular/package.json b/packages/angular_devkit/build_angular/package.json index 47f9cf65ace9..7d7b0ac7cc0c 100644 --- a/packages/angular_devkit/build_angular/package.json +++ b/packages/angular_devkit/build_angular/package.json @@ -62,7 +62,7 @@ "source-map-loader": "1.1.0", "source-map-support": "0.5.19", "speed-measure-webpack-plugin": "1.3.3", - "style-loader": "1.3.0", + "style-loader": "2.0.0", "stylus": "0.54.8", "stylus-loader": "4.1.0", "terser": "5.3.4", diff --git a/yarn.lock b/yarn.lock index 1c387fae42f7..6276ea6cfa76 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11687,13 +11687,13 @@ strip-indent@^3.0.0: dependencies: min-indent "^1.0.0" -style-loader@1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-1.3.0.tgz#828b4a3b3b7e7aa5847ce7bae9e874512114249e" - integrity sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q== +style-loader@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-2.0.0.tgz#9669602fd4690740eaaec137799a03addbbc393c" + integrity sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ== dependencies: loader-utils "^2.0.0" - schema-utils "^2.7.0" + schema-utils "^3.0.0" stylehacks@^4.0.0: version "4.0.3"