From 4c12058d6ae4878663654f4b6fb78c7ace9c5c5a Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 13 Jan 2025 19:09:59 +0000 Subject: [PATCH] chore(deps): update dependency stylelint to v16.13.1 --- 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 f6c7506..8c537c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "nuxt": "3.15.1", "postcss-html": "1.7.0", "sass": "1.83.1", - "stylelint": "16.13.0", + "stylelint": "16.13.1", "stylelint-config-recommended-vue": "1.5.0", "stylelint-config-standard": "37.0.0", "typescript": "5.7.3", @@ -12570,9 +12570,9 @@ ] }, "node_modules/ignore": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.0.tgz", - "integrity": "sha512-lcX8PNQygAa22u/0BysEY8VhaFRzlOkvdlKczDPnJvrkJD1EuqzEky5VYYKM2iySIuaVIDv9N190DfSreSLw2A==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.1.tgz", + "integrity": "sha512-D1gVletsbVOoiXF963rgZnfobGAbq7Lb+dz3fcBmlOmZg6hHkpbycLqL8PLNB8f4GVv6dOVYwhPL/r7hwiH0Fw==", "license": "MIT", "engines": { "node": ">= 4" @@ -17707,9 +17707,9 @@ } }, "node_modules/stylelint": { - "version": "16.13.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.13.0.tgz", - "integrity": "sha512-muxVjMhZB8BrDFSKNva0dmvD2tM0o/szrvuZuXYcAnN9a8nQmbGLqNUOemSgumaCMCPQ+0USYyG3hA5vJjUC1Q==", + "version": "16.13.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.13.1.tgz", + "integrity": "sha512-691JjSIIcP6f9QJFz0J0/AMG3lupE9RqYAgYCON3wiqp5nQiKqDYIsz321GeTOYNznoRPNh0Mf6VjzP1eBVz/Q==", "devOptional": true, "funding": [ { @@ -17741,7 +17741,7 @@ "globby": "^11.1.0", "globjoin": "^0.1.4", "html-tags": "^3.3.1", - "ignore": "^7.0.0", + "ignore": "^7.0.1", "imurmurhash": "^0.1.4", "is-plain-object": "^5.0.0", "known-css-properties": "^0.35.0", diff --git a/package.json b/package.json index 515d80f..b45bce4 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "nuxt": "3.15.1", "postcss-html": "1.7.0", "sass": "1.83.1", - "stylelint": "16.13.0", + "stylelint": "16.13.1", "stylelint-config-recommended-vue": "1.5.0", "stylelint-config-standard": "37.0.0", "typescript": "5.7.3",