From 21337249e6bb90eb208d7dd4ea70da38d1456162 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 26 Mar 2025 12:01:43 +0000 Subject: [PATCH] chore(deps): update dependency stylelint to v16.17.0 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e804803..ee90c99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "nuxt": "3.16.1", "postcss-html": "1.8.0", "sass": "1.86.0", - "stylelint": "16.16.0", + "stylelint": "16.17.0", "stylelint-config-recommended-vue": "1.6.0", "stylelint-config-standard": "37.0.0", "typescript": "5.8.2", @@ -17836,9 +17836,9 @@ } }, "node_modules/stylelint": { - "version": "16.16.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.16.0.tgz", - "integrity": "sha512-40X5UOb/0CEFnZVEHyN260HlSSUxPES+arrUphOumGWgXERHfwCD0kNBVILgQSij8iliYVwlc0V7M5bcLP9vPg==", + "version": "16.17.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.17.0.tgz", + "integrity": "sha512-I9OwVIWRMqVm2Br5iTbrfSqGRPWQUlvm6oXO1xZuYYu0Gpduy67N8wXOZv15p6E/JdlZiAtQaIoLKZEWk5hrjw==", "devOptional": true, "funding": [ { diff --git a/package.json b/package.json index f4d635f..e99e042 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "nuxt": "3.16.1", "postcss-html": "1.8.0", "sass": "1.86.0", - "stylelint": "16.16.0", + "stylelint": "16.17.0", "stylelint-config-recommended-vue": "1.6.0", "stylelint-config-standard": "37.0.0", "typescript": "5.8.2",