Skip to content

Commit

Permalink
Merge pull request #951 from diowa/dependabot/npm_and_yarn/stylelint-…
Browse files Browse the repository at this point in the history
…scss-6.6.0

Bump stylelint-scss from 6.5.1 to 6.6.0
  • Loading branch information
tagliala authored Sep 13, 2024
2 parents 97a5f0a + e19fc52 commit f9b09ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"stylelint": "16.9.0",
"stylelint-config-twbs-bootstrap": "^15.0.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.5.1",
"stylelint-scss": "^6.6.0",
"stylelint-webpack-plugin": "^5.0.1",
"webpack-dev-server": "^5.1.0"
},
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5164,7 +5164,7 @@ postcss-replace-overflow-wrap@^4.0.0:
resolved "https://registry.yarnpkg.com/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz#d2df6bed10b477bf9c52fab28c568b4b29ca4319"
integrity sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==

postcss-resolve-nested-selector@^0.1.4, postcss-resolve-nested-selector@^0.1.6:
postcss-resolve-nested-selector@^0.1.6:
version "0.1.6"
resolved "https://registry.yarnpkg.com/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.6.tgz#3d84dec809f34de020372c41b039956966896686"
integrity sha512-0sglIs9Wmkzbr8lQwEyIzlDOOC9bGmfVKcJTaxv3vMmd3uo4o4DerC3En0bnmgceeql9BfC8hRkp7cg0fjdVqw==
Expand Down Expand Up @@ -5920,17 +5920,17 @@ stylelint-order@^6.0.4:
postcss "^8.4.32"
postcss-sorting "^8.0.2"

stylelint-scss@^6.4.0, stylelint-scss@^6.5.1:
version "6.5.1"
resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-6.5.1.tgz#bcb6a4ada71a0adbf181e155548e5f25ee4aeece"
integrity sha512-ZLqdqihm6uDYkrsOeD6YWb+stZI8Wn92kUNDhE4M+g9g1aCnRv0JlOrttFiAJJwaNzpdQgX3YJb5vDQXVuO9Ww==
stylelint-scss@^6.4.0, stylelint-scss@^6.5.1, stylelint-scss@^6.6.0:
version "6.6.0"
resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-6.6.0.tgz#065626b152466df0167d09ee45b85f7ca4076f15"
integrity sha512-aK2Rdt41Jt9Gv/ClMN5BYhP7xR3IEoRMDKpJkIDI9frZQ6KkxeLishusxs2JtEGZdJWXvPoBOhswNxj3gx8L/g==
dependencies:
css-tree "2.3.1"
is-plain-object "5.0.0"
known-css-properties "^0.34.0"
postcss-media-query-parser "^0.2.3"
postcss-resolve-nested-selector "^0.1.4"
postcss-selector-parser "^6.1.1"
postcss-resolve-nested-selector "^0.1.6"
postcss-selector-parser "^6.1.2"
postcss-value-parser "^4.2.0"

stylelint-webpack-plugin@^5.0.1:
Expand Down

0 comments on commit f9b09ee

Please sign in to comment.