diff --git a/package-lock.json b/package-lock.json index 20f3176..62b852e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "stylelint-group-selectors": "^1.0.10", "stylelint-high-performance-animation": "^1.10.0", "stylelint-plugin-defensive-css": "^1.0.3", - "stylelint-plugin-logical-css": "^1.0.0", + "stylelint-plugin-logical-css": "^1.2.0", "stylelint-rem-over-px": "^1.0.1", "stylelint-scales": "^4.0.0" }, @@ -1745,9 +1745,9 @@ } }, "node_modules/stylelint-plugin-logical-css": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/stylelint-plugin-logical-css/-/stylelint-plugin-logical-css-1.0.0.tgz", - "integrity": "sha512-8cv0M59brhqR6V5yCzo/LNZZ2ePyaEaNeqLOPXxSyZVhOfyPamrLTvKvAX4F7o9W1uMbysHBlThcF7voMNLsZQ==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/stylelint-plugin-logical-css/-/stylelint-plugin-logical-css-1.2.0.tgz", + "integrity": "sha512-WSyG6LhUyrw+Qqu1qDbAtnkG1eqdI1eQG80MWhFGM0hj8veiJD8Z8Trgmo8dUaxBOQosAF7z081PXFqZhKymNg==", "engines": { "node": ">=18.12.0" }, diff --git a/package.json b/package.json index 70c3c82..11fc92a 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "stylelint-group-selectors": "^1.0.10", "stylelint-high-performance-animation": "^1.10.0", "stylelint-plugin-defensive-css": "^1.0.3", - "stylelint-plugin-logical-css": "^1.0.0", + "stylelint-plugin-logical-css": "^1.2.0", "stylelint-rem-over-px": "^1.0.1", "stylelint-scales": "^4.0.0" },