diff --git a/package.json b/package.json index 418d6e36..c5ef21cc 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "mini-css-extract-plugin": "^2.7.6", "postcss": "^8.2.5", "postcss-loader": "^7.3.3 || ^8.0.0", - "style-loader": "^3.3.3", + "style-loader": "^3.3.3 || ^4.0.0", "terser-webpack-plugin": "^5.1.1", "tslib": "^2.1.0", "unknown": "^0.2.5" diff --git a/yarn.lock b/yarn.lock index aa3a1895..0a824b36 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8077,10 +8077,10 @@ strip-json-comments@~2.0.1: resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" integrity sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ== -style-loader@^3.3.3: - version "3.3.4" - resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-3.3.4.tgz#f30f786c36db03a45cbd55b6a70d930c479090e7" - integrity sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w== +"style-loader@^3.3.3 || ^4.0.0": + version "4.0.0" + resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-4.0.0.tgz#0ea96e468f43c69600011e0589cb05c44f3b17a5" + integrity sha512-1V4WqhhZZgjVAVJyt7TdDPZoPBPNHbekX4fWnCJL1yQukhCeZhJySUL+gL9y6sNdN95uEOS83Y55SqHcP7MzLA== stylehacks@^7.0.2: version "7.0.2"