From 472bb906d4ae265da4b972aafdb082148cefdd17 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 06:40:28 +0000 Subject: [PATCH] Update stylelint-plugin-defensive-css to version 2.9.4 --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 250b2153..5bb6f2ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "globals": "^17.7.0", "stylelint": "^17.14.0", "stylelint-config-standard": "^40.0.0", - "stylelint-plugin-defensive-css": "^2.9.3" + "stylelint-plugin-defensive-css": "^2.9.4" } }, "node_modules/@babel/code-frame": { @@ -2387,11 +2387,10 @@ } }, "node_modules/stylelint-plugin-defensive-css": { - "version": "2.9.3", - "resolved": "https://registry.npmjs.org/stylelint-plugin-defensive-css/-/stylelint-plugin-defensive-css-2.9.3.tgz", - "integrity": "sha512-PyDi9C3i51f8tOoAFUORpcHwiyybc+7vAhGwIASothux1bjYMaoXAZy9eR+QPM1Ye33qVW9qq3Sn7c0CSJ1egw==", + "version": "2.9.4", + "resolved": "https://registry.npmjs.org/stylelint-plugin-defensive-css/-/stylelint-plugin-defensive-css-2.9.4.tgz", + "integrity": "sha512-LIqhTJHGyliBiO9MwMOFlL37Rm+3lTeGzfrKsIeR2hMMKpw7I+essHymSXokOOLD+ndyjCLTMrXgtq88rtHCVQ==", "dev": true, - "license": "MIT", "peerDependencies": { "stylelint": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } diff --git a/package.json b/package.json index ca395bdd..f8a67403 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,6 @@ "globals": "^17.7.0", "stylelint": "^17.14.0", "stylelint-config-standard": "^40.0.0", - "stylelint-plugin-defensive-css": "^2.9.3" + "stylelint-plugin-defensive-css": "^2.9.4" } }