diff --git a/package-lock.json b/package-lock.json index 93cfd9c881..9871d3bfa5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "sass-true": "^7.0.0", "shelljs": "^0.8.5", "stylelint": "^15.9.0", - "stylelint-config-twbs-bootstrap": "^11.0.0", + "stylelint-config-twbs-bootstrap": "^11.0.1", "terser": "^5.18.2", "vnu-jar": "23.4.11" }, @@ -10051,9 +10051,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": [ { @@ -10070,7 +10070,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" @@ -10108,11 +10108,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", @@ -18165,16 +18166,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": { @@ -18200,11 +18201,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 53d7503b48..0c7f14f2ab 100644 --- a/package.json +++ b/package.json @@ -149,7 +149,7 @@ "sass-true": "^7.0.0", "shelljs": "^0.8.5", "stylelint": "^15.9.0", - "stylelint-config-twbs-bootstrap": "^11.0.0", + "stylelint-config-twbs-bootstrap": "^11.0.1", "terser": "^5.18.2", "vnu-jar": "23.4.11" },