diff --git a/package-lock.json b/package-lock.json index 76cb3efc..a8c21f46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "postcss-cli": "^11.0.0", "rollup": "^4.12.0", "stylelint": "^16.2.1", - "stylelint-config-twbs-bootstrap": "^13.0.0", + "stylelint-config-twbs-bootstrap": "^14.0.0", "terser": "^5.27.1", "vnu-jar": "23.4.11" }, @@ -10527,9 +10527,9 @@ } }, "node_modules/stylelint-config-standard": { - "version": "35.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-35.0.0.tgz", - "integrity": "sha512-JyQrNZk2BZwVKFauGGxW2U6RuhIfQ4XoHHo+rBzMHcAkLnwI/knpszwXjzxiMgSfcxbZBckM7Vq4LHoANTR85g==", + "version": "36.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-36.0.0.tgz", + "integrity": "sha512-3Kjyq4d62bYFp/Aq8PMKDwlgUyPU4nacXsjDLWJdNPRUgpuxALu1KnlAHIj36cdtxViVhXexZij65yM0uNIHug==", "dev": true, "dependencies": { "stylelint-config-recommended": "^14.0.0" @@ -10538,24 +10538,24 @@ "node": ">=18.12.0" }, "peerDependencies": { - "stylelint": "^16.0.0" + "stylelint": "^16.1.0" } }, "node_modules/stylelint-config-standard-scss": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-12.0.0.tgz", - "integrity": "sha512-ATh3EcEOLZq0iwlFaBdIsSavrla0lNtJ7mO7hdE7DgVT6imozRggFSqd4cFcjzVnOLKv/uJT63MmqA1acIflbw==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-13.0.0.tgz", + "integrity": "sha512-WaLvkP689qSYUpJQPCo30TFJSSc3VzvvoWnrgp+7PpVby5o8fRUY1cZcP0sePZfjrFl9T8caGhcKg0GO34VDiQ==", "dev": true, "dependencies": { "stylelint-config-recommended-scss": "^14.0.0", - "stylelint-config-standard": "^35.0.0" + "stylelint-config-standard": "^36.0.0" }, "engines": { "node": ">=18.12.0" }, "peerDependencies": { "postcss": "^8.3.3", - "stylelint": "^16.0.2" + "stylelint": "^16.1.0" }, "peerDependenciesMeta": { "postcss": { @@ -10564,9 +10564,9 @@ } }, "node_modules/stylelint-config-twbs-bootstrap": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-13.0.0.tgz", - "integrity": "sha512-h+kjpCyZoF4o+xMu06sQNgcoNu4/z48yhXe388J/AKzcoUrxNvF+4MNmIPS2Mn+h3X/rXYNosI5TknlT8qjIqw==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-14.0.0.tgz", + "integrity": "sha512-Qw0lLwxj/q4X763NjqefEwh42m71bARfBCs5yP3BF2e878A2+y87WUtGgeGTzD+gUDEoFBZbrjyIZkG/ILq9HA==", "dev": true, "funding": [ { @@ -10582,15 +10582,15 @@ "@stylistic/stylelint-config": "^1.0.1", "@stylistic/stylelint-plugin": "^2.0.0", "stylelint-config-recess-order": "^4.4.0", - "stylelint-config-standard": "^35.0.0", - "stylelint-config-standard-scss": "^12.0.0", - "stylelint-scss": "^6.0.0" + "stylelint-config-standard": "^36.0.0", + "stylelint-config-standard-scss": "^13.0.0", + "stylelint-scss": "^6.1.0" }, "engines": { "node": ">=18.12.0" }, "peerDependencies": { - "stylelint": "^16.0.2" + "stylelint": "^16.1.0" } }, "node_modules/stylelint-order": { diff --git a/package.json b/package.json index 2a087e14..5140c0d1 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "postcss-cli": "^11.0.0", "rollup": "^4.12.0", "stylelint": "^16.2.1", - "stylelint-config-twbs-bootstrap": "^13.0.0", + "stylelint-config-twbs-bootstrap": "^14.0.0", "terser": "^5.27.1", "vnu-jar": "23.4.11" },