Skip to content

Commit 6fd8ff2

Browse files
Bump style-loader from 1.1.3 to 1.2.1
Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 1.1.3 to 1.2.1. - [Release notes](https://github.com/webpack-contrib/style-loader/releases) - [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md) - [Commits](webpack/style-loader@v1.1.3...v1.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent ee4dacd commit 6fd8ff2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"resolve-url-loader": "^3.1.1",
8989
"sass-lint": "^1.13.1",
9090
"sass-loader": "^8.0.2",
91-
"style-loader": "^1.1.3",
91+
"style-loader": "^1.2.1",
9292
"sugarss": "^2.0.0",
9393
"uglifyjs-webpack-plugin": "^2.2.0",
9494
"url-loader": "^4.1.0",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9036,7 +9036,7 @@ schema-utils@^1.0.0:
90369036
ajv-errors "^1.0.0"
90379037
ajv-keywords "^3.1.0"
90389038

9039-
schema-utils@^2.6.1, schema-utils@^2.6.4, schema-utils@^2.6.5, schema-utils@^2.7.0:
9039+
schema-utils@^2.6.1, schema-utils@^2.6.5, schema-utils@^2.6.6, schema-utils@^2.7.0:
90409040
version "2.7.0"
90419041
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.0.tgz#17151f76d8eae67fbbf77960c33c676ad9f4efc7"
90429042
integrity sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==
@@ -9683,13 +9683,13 @@ strip-json-comments@~1.0.1:
96839683
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-1.0.4.tgz#1e15fbcac97d3ee99bf2d73b4c656b082bbafb91"
96849684
integrity sha1-HhX7ysl9Pumb8tc7TGVrCCu6+5E=
96859685

9686-
style-loader@^1.1.3:
9687-
version "1.1.3"
9688-
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-1.1.3.tgz#9e826e69c683c4d9bf9db924f85e9abb30d5e200"
9689-
integrity sha512-rlkH7X/22yuwFYK357fMN/BxYOorfnfq0eD7+vqlemSK4wEcejFF1dg4zxP0euBW8NrYx2WZzZ8PPFevr7D+Kw==
9686+
style-loader@^1.2.1:
9687+
version "1.2.1"
9688+
resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-1.2.1.tgz#c5cbbfbf1170d076cfdd86e0109c5bba114baa1a"
9689+
integrity sha512-ByHSTQvHLkWE9Ir5+lGbVOXhxX10fbprhLvdg96wedFZb4NDekDPxVKv5Fwmio+QcMlkkNfuK+5W1peQ5CUhZg==
96909690
dependencies:
9691-
loader-utils "^1.2.3"
9692-
schema-utils "^2.6.4"
9691+
loader-utils "^2.0.0"
9692+
schema-utils "^2.6.6"
96939693

96949694
stylehacks@^4.0.0:
96959695
version "4.0.3"

0 commit comments

Comments
 (0)