From 9142514fd8ac0ce9ee09c3c45948515ab6379edf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 07:29:42 +0000 Subject: [PATCH] chore(deps-dev): bump the npm group with 2 updates (#839) Bumps the npm group with 2 updates: [stylelint-config-recess-order](https://github.com/stormwarning/stylelint-config-recess-order) and [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss). Updates `stylelint-config-recess-order` from 5.1.0 to 5.1.1 - [Release notes](https://github.com/stormwarning/stylelint-config-recess-order/releases) - [Changelog](https://github.com/stormwarning/stylelint-config-recess-order/blob/main/CHANGELOG.md) - [Commits](https://github.com/stormwarning/stylelint-config-recess-order/compare/v5.1.0...v5.1.1) Updates `stylelint-scss` from 6.6.0 to 6.7.0 - [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/v6.6.0...v6.7.0) --- updated-dependencies: - dependency-name: stylelint-config-recess-order dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: stylelint-scss dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 359ef58..c057760 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,9 @@ }, "devDependencies": { "stylelint": "16.9.0", - "stylelint-config-recess-order": "5.1.0", + "stylelint-config-recess-order": "5.1.1", "stylelint-config-recommended-scss": "14.1.0", - "stylelint-scss": "6.6.0" + "stylelint-scss": "6.7.0" }, "packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447" } diff --git a/yarn.lock b/yarn.lock index fbd4ab8..393a310 100644 --- a/yarn.lock +++ b/yarn.lock @@ -665,10 +665,10 @@ strip-ansi@^7.1.0: dependencies: ansi-regex "^6.0.1" -stylelint-config-recess-order@5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/stylelint-config-recess-order/-/stylelint-config-recess-order-5.1.0.tgz#683fccb78eb882daa132f5e06ac1a056e4863625" - integrity sha512-ddapCF6B/kEtQYIFhQFReQ0dvK1ZdgJDM/SGFtIyeooYDbqaJqcOlGkRRGaVErCQYJY/bPSPsLRS2LdQtLJUVQ== +stylelint-config-recess-order@5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/stylelint-config-recess-order/-/stylelint-config-recess-order-5.1.1.tgz#befbf671343a6a04f70791fd3075b275fe33f5ff" + integrity sha512-eDAHWVBelzDbMbdMj15pSw0Ycykv5eLeriJdbGCp0zd44yvhgZLI+wyVHegzXp5NrstxTPSxl0fuOVKdMm0XLA== dependencies: stylelint-order "^6.0.4" @@ -694,10 +694,10 @@ stylelint-order@^6.0.4: postcss "^8.4.32" postcss-sorting "^8.0.2" -stylelint-scss@6.6.0, stylelint-scss@^6.4.0: - version "6.6.0" - resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-6.6.0.tgz#065626b152466df0167d09ee45b85f7ca4076f15" - integrity sha512-aK2Rdt41Jt9Gv/ClMN5BYhP7xR3IEoRMDKpJkIDI9frZQ6KkxeLishusxs2JtEGZdJWXvPoBOhswNxj3gx8L/g== +stylelint-scss@6.7.0, stylelint-scss@^6.4.0: + version "6.7.0" + resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-6.7.0.tgz#df9c2bcd20c555c5670914f23bb983c94bfbb0e3" + integrity sha512-RFIa2A+pVWS5wjNT+whtK7wsbZEWazyqesCuSaPbPlZ8lh2TujwVJSnCYJijg6ChZzwI8pZPRZS1L6A9aCbXDg== dependencies: css-tree "2.3.1" is-plain-object "5.0.0"