diff options
author | dependabot[bot] | 2022-12-29 17:02:21 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:59 +0300 |
commit | 6d1b28d97c831ae4dfe170438717313cba8818d5 (patch) | |
tree | 2447a973b9d9dfb4c21c1d8a73e50b84ef27f7e6 /vnext | |
parent | 17aaeae7e258239001fed905812da90d74b2259e (diff) |
Bump stylelint from 14.16.0 to 14.16.1
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.16.0 to 14.16.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.16.0...14.16.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 'vnext')
-rw-r--r-- | vnext/package-lock.json | 14 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index 7138c78b..f717994f 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -67,7 +67,7 @@ "postcss-preset-env": "^7.8.3", "postcss-url": "^10.1.3", "react-test-renderer": "^18.2.0", - "stylelint": "^14.16.0", + "stylelint": "^14.16.1", "stylelint-config-standard": "^29.0.0" } }, @@ -15454,9 +15454,9 @@ } }, "node_modules/stylelint": { - "version": "14.16.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.16.0.tgz", - "integrity": "sha512-X6uTi9DcxjzLV8ZUAjit1vsRtSwcls0nl07c9rqOPzvpA8IvTX/xWEkBRowS0ffevRrqkHa/ThDEu86u73FQDg==", + "version": "14.16.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.16.1.tgz", + "integrity": "sha512-ErlzR/T3hhbV+a925/gbfc3f3Fep9/bnspMiJPorfGEmcBbXdS+oo6LrVtoUZ/w9fqD6o6k7PtUlCOsCRdjX/A==", "dev": true, "dependencies": { "@csstools/selector-specificity": "^2.0.2", @@ -28285,9 +28285,9 @@ } }, "stylelint": { - "version": "14.16.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.16.0.tgz", - "integrity": "sha512-X6uTi9DcxjzLV8ZUAjit1vsRtSwcls0nl07c9rqOPzvpA8IvTX/xWEkBRowS0ffevRrqkHa/ThDEu86u73FQDg==", + "version": "14.16.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.16.1.tgz", + "integrity": "sha512-ErlzR/T3hhbV+a925/gbfc3f3Fep9/bnspMiJPorfGEmcBbXdS+oo6LrVtoUZ/w9fqD6o6k7PtUlCOsCRdjX/A==", "dev": true, "requires": { "@csstools/selector-specificity": "^2.0.2", diff --git a/vnext/package.json b/vnext/package.json index 1bc379a2..05d06509 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -45,7 +45,7 @@ "postcss-preset-env": "^7.8.3", "postcss-url": "^10.1.3", "react-test-renderer": "^18.2.0", - "stylelint": "^14.16.0", + "stylelint": "^14.16.1", "stylelint-config-standard": "^29.0.0" }, "dependencies": { |