From 0b9cf29f5a19de572b26387b180054bb7353228f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 14:01:28 +0200 Subject: [PATCH] Bump stylelint-config-twbs-bootstrap from 2.0.0 to 2.0.1 (#30156) Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases) - [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v2.0.0...v2.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 807a18b893..95d255b13d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12663,22 +12663,22 @@ } }, "stylelint-config-standard": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-19.0.0.tgz", - "integrity": "sha512-VvcODsL1PryzpYteWZo2YaA5vU/pWfjqBpOvmeA8iB2MteZ/ZhI1O4hnrWMidsS4vmEJpKtjdhLdfGJmmZm6Cg==", + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-20.0.0.tgz", + "integrity": "sha512-IB2iFdzOTA/zS4jSVav6z+wGtin08qfj+YyExHB3LF9lnouQht//YyB0KZq9gGz5HNPkddHOzcY8HsUey6ZUlA==", "dev": true, "requires": { "stylelint-config-recommended": "^3.0.0" } }, "stylelint-config-twbs-bootstrap": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-2.0.0.tgz", - "integrity": "sha512-9VpHaK78mGFJpB9V9dZJXuImnNLkFPvvlOHQLyBnMoX6/qc4miuYInaJbYBMs844gqPF208EjKOZinrUJZ6TIA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-2.0.1.tgz", + "integrity": "sha512-Dju5iXlT4U0PaU2hFlsAlLiUo0YKq84U23bq3TFucwRM3w4aDqP0rr5aKwh3tcxAqrsD5sQOuOaKZV1LCEVvqQ==", "dev": true, "requires": { "stylelint-config-recommended-scss": "^4.2.0", - "stylelint-config-standard": "^19.0.0", + "stylelint-config-standard": "^20.0.0", "stylelint-order": "^4.0.0", "stylelint-scss": "^3.14.2" } diff --git a/package.json b/package.json index 84a4f9540c..27d4fd2ff1 100644 --- a/package.json +++ b/package.json @@ -133,7 +133,7 @@ "serve": "^11.3.0", "shelljs": "^0.8.3", "stylelint": "^13.0.0", - "stylelint-config-twbs-bootstrap": "^2.0.0", + "stylelint-config-twbs-bootstrap": "^2.0.1", "terser": "^4.6.3", "vnu-jar": "20.1.2" }, -- GitLab