diff --git a/package-lock.json b/package-lock.json index bc94d41f2..2b5fa3755 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "rtlcss": "^4.1.0", "sass": "^1.63.6", "stylelint": "^15.9.0", - "stylelint-config-twbs-bootstrap": "^11.0.0", + "stylelint-config-twbs-bootstrap": "^11.0.1", "terser": "^5.18.2", "tslib": "^2.6.0", "typescript": "^5.1.6" @@ -9826,9 +9826,9 @@ } }, "node_modules/stylelint-config-twbs-bootstrap": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-11.0.0.tgz", - "integrity": "sha512-9ZWfOFatophSU2Dyv58mqwsWrLz9GldoiVMQ00NVEt/sqDNC53c/sX38vTD/4C4E+9eFaPxe+z0/0bpkWR1kFQ==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-11.0.1.tgz", + "integrity": "sha512-kEdVrghfOi1jVr9yE78JKLIh+/jC4GVUsoZceXQH3/A71rcSbNw8zME2tauTrs0je/67Y61iZgwDXpuNRv6L2Q==", "dev": true, "funding": [ { @@ -9845,7 +9845,7 @@ "stylelint-config-standard": "^33.0.0", "stylelint-config-standard-scss": "^10.0.0", "stylelint-scss": "^5.0.1", - "stylelint-stylistic": "^0.4.2" + "stylelint-stylistic": "^0.4.3" }, "engines": { "node": "^14.13.1 || >=16.0.0" @@ -9883,11 +9883,12 @@ } }, "node_modules/stylelint-stylistic": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/stylelint-stylistic/-/stylelint-stylistic-0.4.2.tgz", - "integrity": "sha512-WF/fLvotTklG8LZ+fO0nxhu5swVENHhSat2l5ckrmtXpij1P9ybYa56XivOg/E02CH+Ygui5pd2hQrlli3NCDQ==", + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/stylelint-stylistic/-/stylelint-stylistic-0.4.3.tgz", + "integrity": "sha512-WphmneK3MRrm5ixvRPWy7+c9+EQUh0FPvNMXW/N9VD85vyqtpxUejpD+mxubVVht0fRgidcqBxtW3s3tU2Ujhw==", "dev": true, "dependencies": { + "is-plain-object": "^5.0.0", "postcss": "^8.4.21", "postcss-media-query-parser": "^0.2.3", "postcss-value-parser": "^4.2.0", @@ -18157,16 +18158,16 @@ } }, "stylelint-config-twbs-bootstrap": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-11.0.0.tgz", - "integrity": "sha512-9ZWfOFatophSU2Dyv58mqwsWrLz9GldoiVMQ00NVEt/sqDNC53c/sX38vTD/4C4E+9eFaPxe+z0/0bpkWR1kFQ==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-11.0.1.tgz", + "integrity": "sha512-kEdVrghfOi1jVr9yE78JKLIh+/jC4GVUsoZceXQH3/A71rcSbNw8zME2tauTrs0je/67Y61iZgwDXpuNRv6L2Q==", "dev": true, "requires": { "stylelint-config-recess-order": "^4.2.0", "stylelint-config-standard": "^33.0.0", "stylelint-config-standard-scss": "^10.0.0", "stylelint-scss": "^5.0.1", - "stylelint-stylistic": "^0.4.2" + "stylelint-stylistic": "^0.4.3" } }, "stylelint-order": { @@ -18192,11 +18193,12 @@ } }, "stylelint-stylistic": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/stylelint-stylistic/-/stylelint-stylistic-0.4.2.tgz", - "integrity": "sha512-WF/fLvotTklG8LZ+fO0nxhu5swVENHhSat2l5ckrmtXpij1P9ybYa56XivOg/E02CH+Ygui5pd2hQrlli3NCDQ==", + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/stylelint-stylistic/-/stylelint-stylistic-0.4.3.tgz", + "integrity": "sha512-WphmneK3MRrm5ixvRPWy7+c9+EQUh0FPvNMXW/N9VD85vyqtpxUejpD+mxubVVht0fRgidcqBxtW3s3tU2Ujhw==", "dev": true, "requires": { + "is-plain-object": "^5.0.0", "postcss": "^8.4.21", "postcss-media-query-parser": "^0.2.3", "postcss-value-parser": "^4.2.0", diff --git a/package.json b/package.json index c2bbb8e84..ce0e35aa3 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "rtlcss": "^4.1.0", "sass": "^1.63.6", "stylelint": "^15.9.0", - "stylelint-config-twbs-bootstrap": "^11.0.0", + "stylelint-config-twbs-bootstrap": "^11.0.1", "terser": "^5.18.2", "tslib": "^2.6.0", "typescript": "^5.1.6"