From 77145780df7a1c43a1a3061b186bcebcbd327da4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 12:28:43 +0000 Subject: [PATCH] dev: bump stylus-loader from 7.1.3 to 8.0.0 Bumps [stylus-loader](https://github.com/webpack-contrib/stylus-loader) from 7.1.3 to 8.0.0. - [Release notes](https://github.com/webpack-contrib/stylus-loader/releases) - [Changelog](https://github.com/webpack-contrib/stylus-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/stylus-loader/compare/v7.1.3...v8.0.0) --- updated-dependencies: - dependency-name: stylus-loader dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 6a3fe91ff0..2e0082ae66 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "react-refresh": "^0.14.0", "stylint": "^2.0.0", "stylus": "^0.62.0", - "stylus-loader": "^7.1.3", + "stylus-loader": "^8.0.0", "wait-on": "^7.2.0", "webpack": "^5.89.0", "webpack-cli": "^5.1.4", diff --git a/yarn.lock b/yarn.lock index d890ab70b6..546dba3660 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6082,7 +6082,7 @@ fast-diff@^1.1.2: resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03" integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w== -fast-glob@^3.2.12, fast-glob@^3.2.9, fast-glob@^3.3.2: +fast-glob@^3.2.9, fast-glob@^3.3.2: version "3.3.2" resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129" integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow== @@ -11647,12 +11647,12 @@ stylis@4.2.0: resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.2.0.tgz#79daee0208964c8fe695a42fcffcac633a211a51" integrity sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw== -stylus-loader@^7.1.3: - version "7.1.3" - resolved "https://registry.yarnpkg.com/stylus-loader/-/stylus-loader-7.1.3.tgz#1fdfa0d34e8c05a569bc0902e1ecdb857d764964" - integrity sha512-TY0SKwiY7D2kMd3UxaWKSf3xHF0FFN/FAfsSqfrhxRT/koXTwffq2cgEWDkLQz7VojMu7qEEHt5TlMjkPx9UDw== +stylus-loader@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/stylus-loader/-/stylus-loader-8.0.0.tgz#b92e0ade4c15e1a5ddd7151b87e0354849e1ed9b" + integrity sha512-6fJ1a2Pb6q4L8mkWFz8OZYHXX0W8VJSH3U+mNM+L2UW1pK28FHdjmYRgvV1h6TMV+cr/gwvowP7BhrSiI8dJ4g== dependencies: - fast-glob "^3.2.12" + fast-glob "^3.3.2" normalize-path "^3.0.0" stylus@^0.62.0: