From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 14:51:01 +0000 (+0300) Subject: Bump stylelint from 14.8.3 to 14.8.5 (#36472) X-Git-Tag: v5.2.0~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dcb4d5e1df98b0c76d53ea9daa8f6969843cc7f4;p=thirdparty%2Fbootstrap.git Bump stylelint from 14.8.3 to 14.8.5 (#36472) Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.8.3 to 14.8.5. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/14.8.3...14.8.5) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR --- diff --git a/package-lock.json b/package-lock.json index 6be2f83b56..5f67d42b38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "rtlcss": "^3.5.0", "sass": "^1.52.1", "shelljs": "^0.8.5", - "stylelint": "^14.8.3", + "stylelint": "^14.8.5", "stylelint-config-twbs-bootstrap": "^3.1.0", "terser": "^5.14.0", "vnu-jar": "21.10.12" @@ -9931,9 +9931,9 @@ "dev": true }, "node_modules/stylelint": { - "version": "14.8.3", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.3.tgz", - "integrity": "sha512-aLpskXwSgFEBYbFRKA/BfuyYMGuXNtn2t5GqoffNPSezvw97x/vVNWcZNF0+cwt+LBjfvyq9/MRE3OjInGRgNA==", + "version": "14.8.5", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.5.tgz", + "integrity": "sha512-e3t4H/hlWlspkcNUrkhf44RU3OpPTA7uBOoREGBzSwdEF+2g/+gbZq7WEpMP7BpopcSe/uLaTvDuL+URL7cdnQ==", "dev": true, "dependencies": { "balanced-match": "^2.0.0", @@ -9960,7 +9960,7 @@ "micromatch": "^4.0.5", "normalize-path": "^3.0.0", "picocolors": "^1.0.0", - "postcss": "^8.4.13", + "postcss": "^8.4.14", "postcss-media-query-parser": "^0.2.3", "postcss-resolve-nested-selector": "^0.1.1", "postcss-safe-parser": "^6.0.0", @@ -18417,9 +18417,9 @@ "dev": true }, "stylelint": { - "version": "14.8.3", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.3.tgz", - "integrity": "sha512-aLpskXwSgFEBYbFRKA/BfuyYMGuXNtn2t5GqoffNPSezvw97x/vVNWcZNF0+cwt+LBjfvyq9/MRE3OjInGRgNA==", + "version": "14.8.5", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.8.5.tgz", + "integrity": "sha512-e3t4H/hlWlspkcNUrkhf44RU3OpPTA7uBOoREGBzSwdEF+2g/+gbZq7WEpMP7BpopcSe/uLaTvDuL+URL7cdnQ==", "dev": true, "requires": { "balanced-match": "^2.0.0", @@ -18446,7 +18446,7 @@ "micromatch": "^4.0.5", "normalize-path": "^3.0.0", "picocolors": "^1.0.0", - "postcss": "^8.4.13", + "postcss": "^8.4.14", "postcss-media-query-parser": "^0.2.3", "postcss-resolve-nested-selector": "^0.1.1", "postcss-safe-parser": "^6.0.0", diff --git a/package.json b/package.json index 691e5238cf..3775a91951 100644 --- a/package.json +++ b/package.json @@ -146,7 +146,7 @@ "rtlcss": "^3.5.0", "sass": "^1.52.1", "shelljs": "^0.8.5", - "stylelint": "^14.8.3", + "stylelint": "^14.8.5", "stylelint-config-twbs-bootstrap": "^3.1.0", "terser": "^5.14.0", "vnu-jar": "21.10.12"