Skip to content

Commit 4c1f7e4

Browse files
renovate-botclydin
authored andcommitted
build: update style-loader to version 1.3.0
1 parent b004c9c commit 4c1f7e4

File tree

3 files changed

+8
-16
lines changed

3 files changed

+8
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
"source-map-support": "0.5.16",
210210
"spdx-satisfies": "^5.0.0",
211211
"speed-measure-webpack-plugin": "1.3.3",
212-
"style-loader": "1.1.3",
212+
"style-loader": "1.3.0",
213213
"stylus": "0.54.7",
214214
"stylus-loader": "3.0.2",
215215
"symbol-observable": "2.0.3",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"source-map-loader": "1.1.0",
6464
"source-map-support": "0.5.19",
6565
"speed-measure-webpack-plugin": "1.3.3",
66-
"style-loader": "1.2.1",
66+
"style-loader": "1.3.0",
6767
"stylus": "0.54.8",
6868
"stylus-loader": "3.0.2",
6969
"terser": "5.3.4",

yarn.lock

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10435,7 +10435,7 @@ schema-utils@^1.0.0:
1043510435
ajv-errors "^1.0.0"
1043610436
ajv-keywords "^3.1.0"
1043710437

10438-
schema-utils@^2.5.0, schema-utils@^2.6.4, schema-utils@^2.6.5, schema-utils@^2.6.6, schema-utils@^2.7.0, schema-utils@^2.7.1:
10438+
schema-utils@^2.5.0, schema-utils@^2.6.4, schema-utils@^2.6.5, schema-utils@^2.7.0, schema-utils@^2.7.1:
1043910439
version "2.7.1"
1044010440
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.1.tgz#1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7"
1044110441
integrity sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==
@@ -11347,21 +11347,13 @@ strip-indent@^3.0.0:
1134711347
dependencies:
1134811348
min-indent "^1.0.0"
1134911349

11350-
11351-
version "1.1.3"
11352-
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-1.1.3.tgz#9e826e69c683c4d9bf9db924f85e9abb30d5e200"
11353-
integrity sha512-rlkH7X/22yuwFYK357fMN/BxYOorfnfq0eD7+vqlemSK4wEcejFF1dg4zxP0euBW8NrYx2WZzZ8PPFevr7D+Kw==
11354-
dependencies:
11355-
loader-utils "^1.2.3"
11356-
schema-utils "^2.6.4"
11357-
11358-
11359-
version "1.2.1"
11360-
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-1.2.1.tgz#c5cbbfbf1170d076cfdd86e0109c5bba114baa1a"
11361-
integrity sha512-ByHSTQvHLkWE9Ir5+lGbVOXhxX10fbprhLvdg96wedFZb4NDekDPxVKv5Fwmio+QcMlkkNfuK+5W1peQ5CUhZg==
11350+
11351+
version "1.3.0"
11352+
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-1.3.0.tgz#828b4a3b3b7e7aa5847ce7bae9e874512114249e"
11353+
integrity sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q==
1136211354
dependencies:
1136311355
loader-utils "^2.0.0"
11364-
schema-utils "^2.6.6"
11356+
schema-utils "^2.7.0"
1136511357

1136611358
stylehacks@^4.0.0:
1136711359
version "4.0.3"

0 commit comments

Comments
 (0)