~cytrogen/masto-fe

5b332112fcac62705a7d93562ae99a90e3291ceb — dependabot[bot] 2 years ago c37ecbc
Bump stylelint from 15.6.1 to 15.6.2 (#25078)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 files changed, 5 insertions(+), 5 deletions(-)

M package.json
M yarn.lock
M package.json => package.json +1 -1
@@ 196,7 196,7 @@
    "prettier": "^2.8.8",
    "react-intl-translations-manager": "^5.0.3",
    "react-test-renderer": "^18.2.0",
    "stylelint": "^15.6.1",
    "stylelint": "^15.6.2",
    "stylelint-config-standard-scss": "^9.0.0",
    "typescript": "^5.0.4",
    "webpack-dev-server": "^3.11.3",

M yarn.lock => yarn.lock +4 -4
@@ 11035,10 11035,10 @@ stylelint-scss@^4.6.0:
    postcss-selector-parser "^6.0.11"
    postcss-value-parser "^4.2.0"

stylelint@^15.6.1:
  version "15.6.1"
  resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-15.6.1.tgz#e4cd33a3af88587b99a5d1328aedd8c298b6dc81"
  integrity sha512-d8icFBlVl93Elf3Z5ABQNOCe4nx69is3D/NZhDLAie1eyYnpxfeKe7pCfqzT5W4F8vxHCLSDfV8nKNJzogvV2Q==
stylelint@^15.6.2:
  version "15.6.2"
  resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-15.6.2.tgz#06d9005b62a83b72887eed623520e9b472af8c15"
  integrity sha512-fjQWwcdUye4DU+0oIxNGwawIPC5DvG5kdObY5Sg4rc87untze3gC/5g/ikePqVjrAsBUZjwMN+pZsAYbDO6ArQ==
  dependencies:
    "@csstools/css-parser-algorithms" "^2.1.1"
    "@csstools/css-tokenizer" "^2.1.1"