From f6a4d807e289d1c12d5d95878bb5612962198dd6 Mon Sep 17 00:00:00 2001 From: dependabot[bot] Date: Mon, 13 Jun 2022 21:13:30 +0000 Subject: 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] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 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": {} }, diff --git a/package.json b/package.json index 1ac8b676..d73f7b7e 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,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" -- cgit v1.2.3