From 7355d7b03e52ce7ee6faffd1d160d0fd7486e857 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 21:53:19 +0000 Subject: [PATCH] Bump stylelint-plugin-defensive-css from 0.10.4 to 1.0.3 Bumps [stylelint-plugin-defensive-css](https://github.com/yuschick/stylelint-plugin-defensive-css) from 0.10.4 to 1.0.3. - [Commits](https://github.com/yuschick/stylelint-plugin-defensive-css/commits) --- updated-dependencies: - dependency-name: stylelint-plugin-defensive-css dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 569184f..93f548b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "esbuild": "0.19.7", "eslint": "^8.54.0", "eslint-plugin-json": "^3.1.0", - "obsidian": "latest", + "obsidian": "*", "stylelint": "^15.11.0", "stylelint-config-idiomatic-order": "^9.0.0", "stylelint-config-standard": "^34.0.0", @@ -41,7 +41,7 @@ "stylelint-no-nested-media": "^0.1.0", "stylelint-no-unsupported-browser-features": "^7.0.0", "stylelint-order": "^6.0.3", - "stylelint-plugin-defensive-css": "^0.10.2", + "stylelint-plugin-defensive-css": "^1.0.3", "stylelint-stylistic": "^0.4.3", "stylelint-use-logical-spec": "^5.0.0", "tslib": "2.6.2", @@ -7668,15 +7668,15 @@ } }, "node_modules/stylelint-plugin-defensive-css": { - "version": "0.10.4", - "resolved": "https://registry.npmjs.org/stylelint-plugin-defensive-css/-/stylelint-plugin-defensive-css-0.10.4.tgz", - "integrity": "sha512-Y2uzOhyLDckiAy2c8uJbDNENYXICW0JPgcnIjj+gK+jYm5SCVlvPwGSdwbn+zWDLR96NoAGRwhajMstv9nE5Vw==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/stylelint-plugin-defensive-css/-/stylelint-plugin-defensive-css-1.0.3.tgz", + "integrity": "sha512-3P6o01qhBGn/EC5DzRCPllsOtg3A1u40BS+s0HP86sHv2kUiIk9CmWGekWOmfplYJYvFlSY4HyhLhl1VuDWbBg==", "dev": true, "engines": { - "node": ">=16.0.0" + "node": ">=18.12.0" }, "peerDependencies": { - "stylelint": "^14.0.0 || ^15.0.0" + "stylelint": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/stylelint-stylistic": { diff --git a/package.json b/package.json index 2e85e2b..d6cd563 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "stylelint-no-nested-media": "^0.1.0", "stylelint-no-unsupported-browser-features": "^7.0.0", "stylelint-order": "^6.0.3", - "stylelint-plugin-defensive-css": "^0.10.2", + "stylelint-plugin-defensive-css": "^1.0.3", "stylelint-stylistic": "^0.4.3", "stylelint-use-logical-spec": "^5.0.0", "tslib": "2.6.2",