diff options
| author | 2024-05-01 21:00:55 +0200 | |
|---|---|---|
| committer | 2024-05-01 21:00:55 +0200 | |
| commit | 47f941101cb1569dd8ae8f0ff2016afa0f8a025d (patch) | |
| tree | e3281135efbdf78d02910f85fb87ec6bb94d6d9f | |
| parent | ed6e90c67ebacc521ab94b239bad5f6a071b458e (diff) | |
Bump stylelint from 16.3.1 to 16.4.0 in the stylelint group (#6416)
Bumps the stylelint group with 1 update: [stylelint](https://github.com/stylelint/stylelint).
Updates `stylelint` from 16.3.1 to 16.4.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/16.3.1...16.4.0)
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: stylelint
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | package-lock.json | 20 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 11 insertions, 11 deletions
diff --git a/package-lock.json b/package-lock.json index 395bb5490..a29c058ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "markdownlint-cli": "^0.39.0", "rtlcss": "^4.1.1", "sass": "^1.74.1", - "stylelint": "^16.3.1", + "stylelint": "^16.4.0", "stylelint-config-recommended-scss": "^14.0.0", "stylelint-order": "^6.0.4" }, @@ -924,9 +924,9 @@ } }, "node_modules/css-functions-list": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.1.tgz", - "integrity": "sha512-Nj5YcaGgBtuUmn1D7oHqPW0c9iui7xsTsj5lIX8ZgevdfhmjFfKB3r8moHJtNJnctnYXJyYX5I1pp90HM4TPgQ==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.2.tgz", + "integrity": "sha512-c+N0v6wbKVxTu5gOBBFkr9BEdBWaqqjQeiJ8QvSRIJOf+UxlJh930m8e6/WNeODIK0mYLFkoONrnj16i2EcvfQ==", "dev": true, "engines": { "node": ">=12 || >=16" @@ -3947,20 +3947,20 @@ "dev": true }, "node_modules/stylelint": { - "version": "16.3.1", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.3.1.tgz", - "integrity": "sha512-/JOwQnBvxEKOT2RtNgGpBVXnCSMBgKOL2k7w0K52htwCyJls4+cHvc4YZgXlVoAZS9QJd2DgYAiRnja96pTgxw==", + "version": "16.4.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.4.0.tgz", + "integrity": "sha512-uSx7VMuXwLuYcNSIg+0/fFNv0WinsfLAqsVVy7h7p80clKOHiGE8pfY6UjqwylTHiJrRIahTl6a8FPxGezhWoA==", "dev": true, "dependencies": { "@csstools/css-parser-algorithms": "^2.6.1", "@csstools/css-tokenizer": "^2.2.4", "@csstools/media-query-list-parser": "^2.1.9", - "@csstools/selector-specificity": "^3.0.2", + "@csstools/selector-specificity": "^3.0.3", "@dual-bundle/import-meta-resolve": "^4.0.0", "balanced-match": "^2.0.0", "colord": "^2.9.3", "cosmiconfig": "^9.0.0", - "css-functions-list": "^3.2.1", + "css-functions-list": "^3.2.2", "css-tree": "^2.3.1", "debug": "^4.3.4", "fast-glob": "^3.3.2", @@ -3989,7 +3989,7 @@ "strip-ansi": "^7.1.0", "supports-hyperlinks": "^3.0.0", "svg-tags": "^1.0.0", - "table": "^6.8.1", + "table": "^6.8.2", "write-file-atomic": "^5.0.1" }, "bin": { diff --git a/package.json b/package.json index 17c580eb5..8b44558cd 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "markdownlint-cli": "^0.39.0", "rtlcss": "^4.1.1", "sass": "^1.74.1", - "stylelint": "^16.3.1", + "stylelint": "^16.4.0", "stylelint-config-recommended-scss": "^14.0.0", "stylelint-order": "^6.0.4", "@stylistic/stylelint-plugin": "^2.1.1" |
