From a6dfc5ae0a5ac9cd093f95c8ef548cd44f8a9a3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 14:50:01 +0000 Subject: [PATCH] Bump stylelint from 14.8.2 to 14.8.3 Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.8.2 to 14.8.3. - [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.8.2...14.8.3) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++------------------- package.json | 2 +- 2 files changed, 8 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 66e513cb..f7c6425c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "csso-cli": "^3.0.0", "eslint": "^8.15.0", "html-minifier": "^4.0.0", - "stylelint": "^14.8.2", + "stylelint": "^14.8.3", "stylelint-config-standard": "^25.0.0", "terser": "^5.13.1" } @@ -1626,11 +1626,6 @@ "node": ">=0.10.0" } }, - "node_modules/normalize-selector": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/normalize-selector/-/normalize-selector-0.2.0.tgz", - "integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=" - }, "node_modules/once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", @@ -2298,9 +2293,9 @@ "integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=" }, "node_modules/stylelint": { - "version": "14.8.2", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.2.tgz", - "integrity": "sha512-tjDfexCYfoPdl/xcDJ9Fv+Ko9cvzbDnmdiaqEn3ovXHXasi/hbkt5tSjsiReQ+ENqnz0eltaX/AOO+AlzVdcNA==", + "version": "14.8.3", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.3.tgz", + "integrity": "sha512-aLpskXwSgFEBYbFRKA/BfuyYMGuXNtn2t5GqoffNPSezvw97x/vVNWcZNF0+cwt+LBjfvyq9/MRE3OjInGRgNA==", "dependencies": { "balanced-match": "^2.0.0", "colord": "^2.9.2", @@ -2325,7 +2320,6 @@ "meow": "^9.0.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", - "normalize-selector": "^0.2.0", "picocolors": "^1.0.0", "postcss": "^8.4.13", "postcss-media-query-parser": "^0.2.3", @@ -3907,11 +3901,6 @@ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" }, - "normalize-selector": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/normalize-selector/-/normalize-selector-0.2.0.tgz", - "integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=" - }, "once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", @@ -4368,9 +4357,9 @@ "integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=" }, "stylelint": { - "version": "14.8.2", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.2.tgz", - "integrity": "sha512-tjDfexCYfoPdl/xcDJ9Fv+Ko9cvzbDnmdiaqEn3ovXHXasi/hbkt5tSjsiReQ+ENqnz0eltaX/AOO+AlzVdcNA==", + "version": "14.8.3", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.3.tgz", + "integrity": "sha512-aLpskXwSgFEBYbFRKA/BfuyYMGuXNtn2t5GqoffNPSezvw97x/vVNWcZNF0+cwt+LBjfvyq9/MRE3OjInGRgNA==", "requires": { "balanced-match": "^2.0.0", "colord": "^2.9.2", @@ -4395,7 +4384,6 @@ "meow": "^9.0.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", - "normalize-selector": "^0.2.0", "picocolors": "^1.0.0", "postcss": "^8.4.13", "postcss-media-query-parser": "^0.2.3", diff --git a/package.json b/package.json index b6a0e5fb..120ed691 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "csso-cli": "^3.0.0", "eslint": "^8.15.0", "html-minifier": "^4.0.0", - "stylelint": "^14.8.2", + "stylelint": "^14.8.3", "stylelint-config-standard": "^25.0.0", "terser": "^5.13.1" }