From 7642a0042f10afca1f7f3bc1b6ce3e6eec1fa93e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 12:00:17 +0530 Subject: [PATCH] Bump stylelint from 13.10.0 to 13.11.0 (#3441) Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.10.0 to 13.11.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.10.0...13.11.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 9819f97e3..fa58f3b29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10317,9 +10317,9 @@ "dev": true }, "stylelint": { - "version": "13.10.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.10.0.tgz", - "integrity": "sha512-eDuLrL0wzPKbl5/TbNGZcbw0lTIGbDEr5W6lCODvb1gAg0ncbgCRt7oU0C2VFDvbrcY0A3MFZOwltwTRmc0XCw==", + "version": "13.11.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.11.0.tgz", + "integrity": "sha512-DhrKSWDWGZkCiQMtU+VroXM6LWJVC8hSK24nrUngTSQvXGK75yZUq4yNpynqrxD3a/fzKMED09V+XxO4z4lTbw==", "dev": true, "requires": { "@stylelint/postcss-css-in-js": "^0.37.2", diff --git a/package.json b/package.json index 76a76888c..f645c3ce8 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,7 @@ "postcss-cli": "^8.3.1", "postcss-scrollbar": "^0.3.0", "rollup": "^2.39.0", - "stylelint": "^13.10.0", + "stylelint": "^13.11.0", "stylelint-config-twbs-bootstrap": "^2.1.0", "terser": "^5.6.0", "vnu-jar": "^21.2.5"