From bf53dd2d66c211f0108fdf3df95613119f05bb5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:22:11 +0000 Subject: [PATCH] chore(deps): update dependency stylelint-config-prettier to v9.0.5 --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1b2a6625..da3ee4d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "lint-staged": "12.4.2", "sinon": "14.0.2", "stylelint": "14.8.3", - "stylelint-config-prettier": "9.0.3", + "stylelint-config-prettier": "9.0.5", "stylelint-config-standard": "25.0.0" } }, @@ -6281,9 +6281,9 @@ } }, "node_modules/stylelint-config-prettier": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/stylelint-config-prettier/-/stylelint-config-prettier-9.0.3.tgz", - "integrity": "sha512-5n9gUDp/n5tTMCq1GLqSpA30w2sqWITSSEiAWQlpxkKGAUbjcemQ0nbkRvRUa0B1LgD3+hCvdL7B1eTxy1QHJg==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/stylelint-config-prettier/-/stylelint-config-prettier-9.0.5.tgz", + "integrity": "sha512-U44lELgLZhbAD/xy/vncZ2Pq8sh2TnpiPvo38Ifg9+zeioR+LAkHu0i6YORIOxFafZoVg0xqQwex6e6F25S5XA==", "dev": true, "bin": { "stylelint-config-prettier": "bin/check.js", @@ -6293,7 +6293,7 @@ "node": ">= 12" }, "peerDependencies": { - "stylelint": ">=11.0.0" + "stylelint": ">= 11.x < 15" } }, "node_modules/stylelint-config-recommended": { @@ -11710,9 +11710,9 @@ } }, "stylelint-config-prettier": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/stylelint-config-prettier/-/stylelint-config-prettier-9.0.3.tgz", - "integrity": "sha512-5n9gUDp/n5tTMCq1GLqSpA30w2sqWITSSEiAWQlpxkKGAUbjcemQ0nbkRvRUa0B1LgD3+hCvdL7B1eTxy1QHJg==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/stylelint-config-prettier/-/stylelint-config-prettier-9.0.5.tgz", + "integrity": "sha512-U44lELgLZhbAD/xy/vncZ2Pq8sh2TnpiPvo38Ifg9+zeioR+LAkHu0i6YORIOxFafZoVg0xqQwex6e6F25S5XA==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 22026401..9273c707 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "lint-staged": "12.4.2", "sinon": "14.0.2", "stylelint": "14.8.3", - "stylelint-config-prettier": "9.0.3", + "stylelint-config-prettier": "9.0.5", "stylelint-config-standard": "25.0.0" }, "lint-staged": {