From 579bff90ff5422ef3be9d3485dc8376e946045c3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 26 May 2020 12:26:31 +0300 Subject: [PATCH] Bump stylelint from 13.4.1 to 13.5.0 (#267) Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.4.1 to 13.5.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/13.4.1...13.5.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7befa7d68d..1ee22ab224 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5593,9 +5593,9 @@ "dev": true }, "stylelint": { - "version": "13.4.1", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.4.1.tgz", - "integrity": "sha512-zzfbANruKznLb2p6c8zlig1VVrNoPK70RlMmauy9K4sMolrphdZq8/WdIvvtT8inCG+fBUn6K6QOYLXcEWGoBg==", + "version": "13.5.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.5.0.tgz", + "integrity": "sha512-+Jy7ieKAWKTf2tmcAE7jgScxH39Urb87i0bjK/enScFaGWWaFn4kAPwepGOSk2b7CLUDVt/O6kwA0x0p/V7moQ==", "dev": true, "requires": { "@stylelint/postcss-css-in-js": "^0.37.1", @@ -5668,9 +5668,9 @@ "dev": true }, "ignore": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.4.tgz", - "integrity": "sha512-MzbUSahkTW1u7JpKKjY7LCARd1fU5W2rLdxlM4kdkayuCwZImjkpluF9CM1aLewYJguPDqewLam18Y6AU69A8A==", + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.6.tgz", + "integrity": "sha512-cgXgkypZBcCnOgSihyeqbo6gjIaIyDqPQB7Ra4vhE9m6kigdGoQDMHjviFhRZo3IMlRy6yElosoviMs5YxZXUA==", "dev": true }, "import-lazy": { diff --git a/package.json b/package.json index 038a0b92a7..f8ff13e9cf 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "npm-run-all": "^4.1.5", "postcss-cli": "^7.1.1", "shx": "^0.3.2", - "stylelint": "^13.4.1", + "stylelint": "^13.5.0", "stylelint-config-twbs-bootstrap": "^2.0.2", "svgo": "^1.3.2", "vnu-jar": "20.3.16"