From a7d97c26981e6f2ad40af6a0350d32113cde806f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 21 May 2022 13:39:08 +0000 Subject: [PATCH] build: update dependency stylus-loader to v7 --- package.json | 2 +- packages/angular_devkit/build_angular/package.json | 2 +- yarn.lock | 9 +++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 14edca61d6..777cea1d5a 100644 --- a/package.json +++ b/package.json @@ -201,7 +201,7 @@ "source-map-support": "0.5.21", "spdx-satisfies": "^5.0.0", "stylus": "0.57.0", - "stylus-loader": "6.2.0", + "stylus-loader": "7.0.0", "symbol-observable": "4.0.0", "tar": "^6.1.6", "terser": "5.13.1", diff --git a/packages/angular_devkit/build_angular/package.json b/packages/angular_devkit/build_angular/package.json index 81ec7cd994..2816072d80 100644 --- a/packages/angular_devkit/build_angular/package.json +++ b/packages/angular_devkit/build_angular/package.json @@ -58,7 +58,7 @@ "source-map-loader": "3.0.1", "source-map-support": "0.5.21", "stylus": "0.57.0", - "stylus-loader": "6.2.0", + "stylus-loader": "7.0.0", "terser": "5.13.1", "text-table": "0.2.0", "tree-kill": "1.2.2", diff --git a/yarn.lock b/yarn.lock index 57970cf99c..a2cbd42829 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10138,6 +10138,15 @@ stylus-loader@6.2.0: klona "^2.0.4" normalize-path "^3.0.0" +stylus-loader@7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/stylus-loader/-/stylus-loader-7.0.0.tgz#31fb929cd3a7c447a07a0b0148b48480eb2c3f4a" + integrity sha512-WTbtLrNfOfLgzTaR9Lj/BPhQroKk/LC1hfTXSUbrxmxgfUo3Y3LpmKRVA2R1XbjvTAvOfaian9vOyfv1z99E+A== + dependencies: + fast-glob "^3.2.11" + klona "^2.0.5" + normalize-path "^3.0.0" + stylus@0.57.0, stylus@^0.57.0: version "0.57.0" resolved "https://registry.yarnpkg.com/stylus/-/stylus-0.57.0.tgz#a46f04f426c19ceef54abb1a9d189fd4e886df41"