Bump stylelint-prettier from 3.0.0 to 4.0.2 in /dependencies (#4513)

Bumps [stylelint-prettier](https://github.com/prettier/stylelint-prettier) from 3.0.0 to 4.0.2.
- [Changelog](https://github.com/prettier/stylelint-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/stylelint-prettier/compare/v3.0.0...v4.0.2)

---
updated-dependencies:
- dependency-name: stylelint-prettier
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-15 14:38:47 -07:00 committed by GitHub
parent 28d8feb0b7
commit 467bffd190
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
dependencies/package-lock.json generated vendored
View file

@ -55,7 +55,7 @@
"stylelint-config-sass-guidelines": "^10.0.0", "stylelint-config-sass-guidelines": "^10.0.0",
"stylelint-config-standard": "^34.0.0", "stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^9.0.0", "stylelint-config-standard-scss": "^9.0.0",
"stylelint-prettier": "^3.0.0", "stylelint-prettier": "^4.0.2",
"stylelint-scss": "^5.1.0", "stylelint-scss": "^5.1.0",
"tekton-lint": "^0.6.0", "tekton-lint": "^0.6.0",
"textlint": "^13.3.2", "textlint": "^13.3.2",
@ -20143,9 +20143,9 @@
} }
}, },
"node_modules/stylelint-prettier": { "node_modules/stylelint-prettier": {
"version": "3.0.0", "version": "4.0.2",
"resolved": "https://registry.npmjs.org/stylelint-prettier/-/stylelint-prettier-3.0.0.tgz", "resolved": "https://registry.npmjs.org/stylelint-prettier/-/stylelint-prettier-4.0.2.tgz",
"integrity": "sha512-kIks1xw6np0zElokMT2kP6ar3S4MBoj6vUtPJuND1pFELMpZxVS/0uHPR4HDAVn0WAD3I5oF0IA3qBFxBpMkLg==", "integrity": "sha512-EoHnR2PiaWgpGtoI4VW7AzneMfwmwQsNwQ+3/E2k/a+ju5yO6rfPfop4vzPQKcJN4ZM1YbspEOPu88D8538sbg==",
"dependencies": { "dependencies": {
"prettier-linter-helpers": "^1.0.0" "prettier-linter-helpers": "^1.0.0"
}, },
@ -20153,8 +20153,8 @@
"node": "^14.17.0 || >=16.0.0" "node": "^14.17.0 || >=16.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"prettier": ">=2.0.0", "prettier": ">=3.0.0",
"stylelint": ">=14.0.0" "stylelint": ">=15.8.0"
} }
}, },
"node_modules/stylelint-scss": { "node_modules/stylelint-scss": {

View file

@ -50,7 +50,7 @@
"stylelint-config-sass-guidelines": "^10.0.0", "stylelint-config-sass-guidelines": "^10.0.0",
"stylelint-config-standard": "^34.0.0", "stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^9.0.0", "stylelint-config-standard-scss": "^9.0.0",
"stylelint-prettier": "^3.0.0", "stylelint-prettier": "^4.0.2",
"stylelint-scss": "^5.1.0", "stylelint-scss": "^5.1.0",
"tekton-lint": "^0.6.0", "tekton-lint": "^0.6.0",
"textlint": "^13.3.2", "textlint": "^13.3.2",