From a0ac13a652ffcbaa6dd34e96615b2fb6b9d5e26a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 09:59:07 +0100 Subject: [PATCH] Bump style-loader from 3.3.4 to 4.0.0 (#12943) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6c07c58df06..5ae8dc7665d 100644 --- a/package.json +++ b/package.json @@ -318,7 +318,7 @@ "semver": "^7.6.3", "shelljs": "^0.8.0", "sinon": "^15.1.0", - "style-loader": "^3.3.4", + "style-loader": "^4.0.0", "stylelint": "^15.10.3", "stylelint-config-standard-scss": "^11.1.0", "supertest": "^6.3.4", diff --git a/yarn.lock b/yarn.lock index 91422ff465b..7e6fa8a2797 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10276,10 +10276,10 @@ strip-json-comments@^3.1.1: resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== -style-loader@^3.3.4: - 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@^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== style-search@^0.1.0: version "0.1.0"