diff --git a/package-lock.json b/package-lock.json index 3c706105ac..ff27d24e80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "postcss-less": "^6.0.0", "postcss-loader": "^6.2.1", "prettier": "^2.6.2", - "stylelint": "^14.8.2", + "stylelint": "^14.8.3", "stylelint-config-recommended": "^7.0.0", "stylelint-config-standard": "^25.0.0", "terser-webpack-plugin": "^5.3.1", @@ -6448,12 +6448,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=", - "dev": true - }, "node_modules/normalize-url": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", @@ -9370,9 +9364,9 @@ } }, "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==", "dev": true, "dependencies": { "balanced-match": "^2.0.0", @@ -9398,7 +9392,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", @@ -15624,12 +15617,6 @@ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", "dev": true }, - "normalize-selector": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/normalize-selector/-/normalize-selector-0.2.0.tgz", - "integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=", - "dev": true - }, "normalize-url": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", @@ -17869,9 +17856,9 @@ } }, "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==", "dev": true, "requires": { "balanced-match": "^2.0.0", @@ -17897,7 +17884,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 27f188f604..f770722e41 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "postcss-less": "^6.0.0", "postcss-loader": "^6.2.1", "prettier": "^2.6.2", - "stylelint": "^14.8.2", + "stylelint": "^14.8.3", "stylelint-config-recommended": "^7.0.0", "stylelint-config-standard": "^25.0.0", "terser-webpack-plugin": "^5.3.1",