From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 08:00:14 +0000 (+0300) Subject: Bump stylelint-config-twbs-bootstrap from 0.6.0 to 0.7.0 (#29558) X-Git-Tag: v5.0.0-alpha1~712 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39997874aca3e01d0489f4912b22eeccfab916d5;p=thirdparty%2Fbootstrap.git Bump stylelint-config-twbs-bootstrap from 0.6.0 to 0.7.0 (#29558) Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases) - [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v0.6.0...v0.7.0) Signed-off-by: dependabot-preview[bot] --- diff --git a/package-lock.json b/package-lock.json index 1cf971a535..0745c6c73d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11526,9 +11526,9 @@ } }, "stylelint-config-twbs-bootstrap": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-0.6.0.tgz", - "integrity": "sha512-wzSXzieiDQQ0KDjHwUYEvaKfLL5rXbHwSgmD6qXyCrkt8kNgLgF/IbGueu7Dd4GfH9v8Sb3EQ1ilbIaguxNZ+Q==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-0.7.0.tgz", + "integrity": "sha512-+5kEDzmXjaeVWTXNhHO2FkZDsHWCDdvTfjvg/39PadShMcqkZt4uNP9E6DD+Xxj+kAYH+lgkdLCspxT5gNGU7A==", "dev": true, "requires": { "stylelint-config-recommended-scss": "^4.0.0", diff --git a/package.json b/package.json index 8667a7751f..b7d762e7d0 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "shelljs": "^0.8.3", "shx": "^0.3.2", "stylelint": "^11.1.1", - "stylelint-config-twbs-bootstrap": "^0.6.0", + "stylelint-config-twbs-bootstrap": "^0.7.0", "terser": "^4.3.8", "vnu-jar": "19.9.4" },