diff options
author | dependabot[bot] | 2022-06-13 21:13:30 +0000 |
---|---|---|
committer | vitalyster | 2022-06-14 06:24:47 +0300 |
commit | f6a4d807e289d1c12d5d95878bb5612962198dd6 (patch) | |
tree | 9ae9db56db7801dbeb180654ffb865321752754a /package-lock.json | |
parent | 13e629243902912b294702001ff2d016555ff4a0 (diff) |
Bump stylelint from 14.9.0 to 14.9.1
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.9.0 to 14.9.1.
- [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/14.9.0...14.9.1)
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/package-lock.json b/package-lock.json index 67651a32..f62d8e62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "postcss-import": "^14.1.0", "postcss-preset-env": "^7.7.1", "regenerator-runtime": "^0.13.9", - "stylelint": "^14.9.0", + "stylelint": "^14.9.1", "stylelint-config-standard": "^26.0.0", "webpack": "^5.73.0", "webpack-cli": "^4.10.0" @@ -7401,12 +7401,12 @@ } }, "node_modules/stylelint": { - "version": "14.9.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.9.0.tgz", - "integrity": "sha512-+xsQ4uKS56RQs8AGYx2CXc9nhWyPR7c/G0RqyiKgWZx2LuE3VJnIhGRQXUfnGQXOqBPHxNjMCHiK5NNQRB52sw==", + "version": "14.9.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.9.1.tgz", + "integrity": "sha512-RdAkJdPiLqHawCSnu21nE27MjNXaVd4WcOHA4vK5GtIGjScfhNnaOuWR2wWdfKFAvcWQPOYe311iveiVKSmwsA==", "dev": true, "dependencies": { - "@csstools/selector-specificity": "^2.0.0", + "@csstools/selector-specificity": "^2.0.1", "balanced-match": "^2.0.0", "colord": "^2.9.2", "cosmiconfig": "^7.0.1", @@ -7480,9 +7480,9 @@ } }, "node_modules/stylelint/node_modules/@csstools/selector-specificity": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.0.0.tgz", - "integrity": "sha512-rZ6vufeY/UjAgtyiJ4WvfF6XP6HizIyOfbZOg0RnecIwjrvH8Am3nN1BpKnnPZunYAkUcPPXDhwbxOtGop8cfQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.0.1.tgz", + "integrity": "sha512-aG20vknL4/YjQF9BSV7ts4EWm/yrjagAN7OWBNmlbEOUiu0llj4OGrFoOKK3g2vey4/p2omKCoHrWtPxSwV3HA==", "dev": true, "engines": { "node": "^12 || ^14 || >=16" @@ -13476,12 +13476,12 @@ } }, "stylelint": { - "version": "14.9.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.9.0.tgz", - "integrity": "sha512-+xsQ4uKS56RQs8AGYx2CXc9nhWyPR7c/G0RqyiKgWZx2LuE3VJnIhGRQXUfnGQXOqBPHxNjMCHiK5NNQRB52sw==", + "version": "14.9.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.9.1.tgz", + "integrity": "sha512-RdAkJdPiLqHawCSnu21nE27MjNXaVd4WcOHA4vK5GtIGjScfhNnaOuWR2wWdfKFAvcWQPOYe311iveiVKSmwsA==", "dev": true, "requires": { - "@csstools/selector-specificity": "^2.0.0", + "@csstools/selector-specificity": "^2.0.1", "balanced-match": "^2.0.0", "colord": "^2.9.2", "cosmiconfig": "^7.0.1", @@ -13524,9 +13524,9 @@ }, "dependencies": { "@csstools/selector-specificity": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.0.0.tgz", - "integrity": "sha512-rZ6vufeY/UjAgtyiJ4WvfF6XP6HizIyOfbZOg0RnecIwjrvH8Am3nN1BpKnnPZunYAkUcPPXDhwbxOtGop8cfQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.0.1.tgz", + "integrity": "sha512-aG20vknL4/YjQF9BSV7ts4EWm/yrjagAN7OWBNmlbEOUiu0llj4OGrFoOKK3g2vey4/p2omKCoHrWtPxSwV3HA==", "dev": true, "requires": {} }, |