From aab8ff9605a4bc7a9f80c1d9e6d680f76370b942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Nov 2020 07:33:32 +0100 Subject: [PATCH] Bump stylelint-config-twbs-bootstrap from 2.0.3 to 2.1.0 (#3074) Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) from 2.0.3 to 2.1.0. - [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases) - [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v2.0.3...v2.1.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a0177228b..24ba5c01a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10762,15 +10762,15 @@ } }, "stylelint-config-twbs-bootstrap": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-2.0.3.tgz", - "integrity": "sha512-Pw4L24TlTKORqoVjc1MaiJ0XvugO4o4pz8siHNsI8I1+9VXG0aShm06ncdUOALKU85fQPAiS3V3qZ5BvAoXCZg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-2.1.0.tgz", + "integrity": "sha512-KBYy7WrViHoryQVUuwxmGsZgWPqcSgJzq/960koADjRWluZRj4aGgyeQYevnz0SyKTn+t99Q3ewfwQVIpOWwwQ==", "dev": true, "requires": { "stylelint-config-recommended-scss": "^4.2.0", "stylelint-config-standard": "^20.0.0", "stylelint-order": "^4.1.0", - "stylelint-scss": "^3.17.2" + "stylelint-scss": "^3.18.0" } }, "stylelint-order": { diff --git a/package.json b/package.json index e153e9764..e30d1efe3 100644 --- a/package.json +++ b/package.json @@ -147,7 +147,7 @@ "postcss-cli": "^7.1.1", "rollup": "^2.28.2", "stylelint": "^13.7.2", - "stylelint-config-twbs-bootstrap": "^2.0.3", + "stylelint-config-twbs-bootstrap": "^2.1.0", "terser": "^5.3.2", "vnu-jar": "^20.6.30" }