From 4ba7248308ab9cfc5c6e573fc40590fc4df093aa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2019 15:10:58 +0200 Subject: [PATCH] Bump stylelint-config-twbs-bootstrap from 1.0.0 to 1.1.0 (#29933) Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases) - [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v1.0.0...v1.1.0) Signed-off-by: dependabot-preview[bot] 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 345167979050..06d8e491311f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12745,9 +12745,9 @@ } }, "stylelint-config-twbs-bootstrap": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-1.0.0.tgz", - "integrity": "sha512-Cp6Tu2Q3coUxllvQJMR8BSXVl4CL9CaIjppAl9f1I3K0X9PwuS9MUGWo/pPfn6uUwseXBBX/1BFQ43f7H5RXVQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-1.1.0.tgz", + "integrity": "sha512-IBy87h+3XgGuhB+2PTmjHSArUAROTZmcL8/t0X2KAYEmRWYz9LTSiTodelcnwiLapOVs5sKPc9ZqrkG7VYNyGA==", "dev": true, "requires": { "stylelint-config-recommended-scss": "^4.1.0", diff --git a/package.json b/package.json index 5ba6c04adbf5..7b4eaaf89b7a 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "serve": "^11.3.0", "shelljs": "^0.8.3", "stylelint": "^12.0.1", - "stylelint-config-twbs-bootstrap": "^1.0.0", + "stylelint-config-twbs-bootstrap": "^1.1.0", "terser": "^4.4.3", "vnu-jar": "19.9.4" },