From 13e6530a4517a0a52c60bb0de67aff496d9dcca9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 20 May 2020 22:40:34 +0300 Subject: [PATCH] build(deps-dev): bump stylelint from 13.4.1 to 13.5.0 (#3187) 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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 50bf8faf5bda..4de8dc56a30d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6616,9 +6616,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", diff --git a/package.json b/package.json index a5670f2b297e..69d1deed3bef 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "remark-preset-lint-node": "^1.15.0", "st": "^2.0.0", "standard": "^14.3.4", - "stylelint": "^13.4.1", + "stylelint": "^13.5.0", "stylelint-config-twbs-bootstrap": "^2.0.2", "tape": "^5.0.0", "vnu-jar": "20.3.16"