From 0c2bd3df0f1ccc92bbb7ab5f866062153edb2e8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 09:51:57 +0000 Subject: [PATCH] Bump style-loader from 3.3.2 to 3.3.4 Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 3.3.2 to 3.3.4. - [Release notes](https://github.com/webpack-contrib/style-loader/releases) - [Changelog](https://github.com/webpack-contrib/style-loader/blob/v3.3.4/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/style-loader/compare/v3.3.2...v3.3.4) --- updated-dependencies: - dependency-name: style-loader dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b197654df8..8e8980322e 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "jquery-easing": "^0.0.1", "jquery-migrate": "^3.4.1", "slick-carousel": "^1.8.1", - "style-loader": "^3.3.2", + "style-loader": "^3.3.4", "url-loader": "^4.1.1", "webpack": "^5.76.0" }, diff --git a/yarn.lock b/yarn.lock index 27eb373071..683ccc34e5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3707,10 +3707,10 @@ strip-json-comments@^3.1.0, 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.2: - version "3.3.2" - resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-3.3.2.tgz#eaebca714d9e462c19aa1e3599057bc363924899" - integrity sha512-RHs/vcrKdQK8wZliteNK4NKzxvLBzpuHMqYmUVWeKa6MkaIQ97ZTOS0b+zapZhy6GcrgWnvWYCMHRirC3FsUmw== +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== supports-color@^5.3.0: version "5.5.0"