From 5e2b426cf89b8a93f1b9883a4080979bb3014dd0 Mon Sep 17 00:00:00 2001 From: Louis Chan Date: Mon, 12 Dec 2022 12:33:45 +0800 Subject: [PATCH] Update stylelint-no-unsupported-browser-features to 6.0.1 --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7fab2f3..f4e281a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.0.0", "dependencies": { "postcss": "^8.4.20", - "stylelint-no-unsupported-browser-features": "5.0.3" + "stylelint-no-unsupported-browser-features": "6.0.1" }, "devDependencies": { "jest": "29.3.1", @@ -5852,19 +5852,19 @@ } }, "node_modules/stylelint-no-unsupported-browser-features": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/stylelint-no-unsupported-browser-features/-/stylelint-no-unsupported-browser-features-5.0.3.tgz", - "integrity": "sha512-FqfbOTk5UEkHsAKOkPH6SvajsfO9YuoWvKxd34tCRBZug9ZNeaPn141nyWkd+ncc8S1gVmO2+O6qVAMj9bvWww==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/stylelint-no-unsupported-browser-features/-/stylelint-no-unsupported-browser-features-6.0.1.tgz", + "integrity": "sha512-cuhp3gU+SMp0I5dCykjQ0iSTtBsWeA7qNZlNBYnCW7L4KPudunRYyGQ8gcClRJtFpGkElQUtsfLMALNFZVdEFw==", "dependencies": { "doiuse": "^4.4.1", "lodash": "^4.17.15", - "postcss": "^8.3.6" + "postcss": "^8.4.16" }, "engines": { - "node": ">=12" + "node": ">=14" }, "peerDependencies": { - "stylelint": ">=13.0.0" + "stylelint": "^14.0.0" } }, "node_modules/stylelint/node_modules/balanced-match": { @@ -10614,13 +10614,13 @@ } }, "stylelint-no-unsupported-browser-features": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/stylelint-no-unsupported-browser-features/-/stylelint-no-unsupported-browser-features-5.0.3.tgz", - "integrity": "sha512-FqfbOTk5UEkHsAKOkPH6SvajsfO9YuoWvKxd34tCRBZug9ZNeaPn141nyWkd+ncc8S1gVmO2+O6qVAMj9bvWww==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/stylelint-no-unsupported-browser-features/-/stylelint-no-unsupported-browser-features-6.0.1.tgz", + "integrity": "sha512-cuhp3gU+SMp0I5dCykjQ0iSTtBsWeA7qNZlNBYnCW7L4KPudunRYyGQ8gcClRJtFpGkElQUtsfLMALNFZVdEFw==", "requires": { "doiuse": "^4.4.1", "lodash": "^4.17.15", - "postcss": "^8.3.6" + "postcss": "^8.4.16" } }, "supports-color": { diff --git a/package.json b/package.json index ff64410..812138e 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "postcss": "^8.4.20", - "stylelint-no-unsupported-browser-features": "5.0.3" + "stylelint-no-unsupported-browser-features": "6.0.1" }, "peerDependencies": { "stylelint": "^14.16.0"