diff options
author | dependabot[bot] | 2023-05-16 21:57:21 +0000 |
---|---|---|
committer | vitalyster | 2023-05-17 01:09:06 +0300 |
commit | 3a33207ec092040e8d5d64d983447f18d0bb63ca (patch) | |
tree | 3a7d12138e869953d747c3b867ce8e36739e8a7c | |
parent | 8ff41d6fc2ce49a49649050f2ca6eaba3325ab90 (diff) |
build(deps-dev): bump stylelint from 15.6.1 to 15.6.2
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.6.1 to 15.6.2.
- [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/15.6.1...15.6.2)
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 14 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index 7dae7e4a..3ec4d195 100644 --- a/package-lock.json +++ b/package-lock.json @@ -74,7 +74,7 @@ "react-test-renderer": "^18.2.0", "regenerator-runtime": "^0.13.11", "style-loader": "^3.3.2", - "stylelint": "^15.6.1", + "stylelint": "^15.6.2", "stylelint-config-standard": "^33.0.0", "webpack": "^5.82.1", "webpack-cli": "^5.1.1", @@ -16863,9 +16863,9 @@ } }, "node_modules/stylelint": { - "version": "15.6.1", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.6.1.tgz", - "integrity": "sha512-d8icFBlVl93Elf3Z5ABQNOCe4nx69is3D/NZhDLAie1eyYnpxfeKe7pCfqzT5W4F8vxHCLSDfV8nKNJzogvV2Q==", + "version": "15.6.2", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.6.2.tgz", + "integrity": "sha512-fjQWwcdUye4DU+0oIxNGwawIPC5DvG5kdObY5Sg4rc87untze3gC/5g/ikePqVjrAsBUZjwMN+pZsAYbDO6ArQ==", "dev": true, "dependencies": { "@csstools/css-parser-algorithms": "^2.1.1", @@ -30636,9 +30636,9 @@ } }, "stylelint": { - "version": "15.6.1", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.6.1.tgz", - "integrity": "sha512-d8icFBlVl93Elf3Z5ABQNOCe4nx69is3D/NZhDLAie1eyYnpxfeKe7pCfqzT5W4F8vxHCLSDfV8nKNJzogvV2Q==", + "version": "15.6.2", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.6.2.tgz", + "integrity": "sha512-fjQWwcdUye4DU+0oIxNGwawIPC5DvG5kdObY5Sg4rc87untze3gC/5g/ikePqVjrAsBUZjwMN+pZsAYbDO6ArQ==", "dev": true, "requires": { "@csstools/css-parser-algorithms": "^2.1.1", diff --git a/package.json b/package.json index 1eafd56a..28c896c0 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "react-test-renderer": "^18.2.0", "regenerator-runtime": "^0.13.11", "style-loader": "^3.3.2", - "stylelint": "^15.6.1", + "stylelint": "^15.6.2", "stylelint-config-standard": "^33.0.0", "webpack": "^5.82.1", "webpack-cli": "^5.1.1", |