From 88c703aacb19e5d3cc086c732224eca1c20124f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 26 Dec 2018 15:36:32 +0000 Subject: [PATCH] Bump stylelint-order from 1.0.0 to 2.0.0 Bumps [stylelint-order](https://github.com/hudochenkov/stylelint-order) from 1.0.0 to 2.0.0. - [Release notes](https://github.com/hudochenkov/stylelint-order/releases) - [Changelog](https://github.com/hudochenkov/stylelint-order/blob/master/CHANGELOG.md) - [Commits](https://github.com/hudochenkov/stylelint-order/compare/1.0.0...2.0.0) Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6afec7897..d7e564170 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9955,8 +9955,8 @@ "integrity": "sha512-YNRq7ChWFsLsns78zutLBWp6kvfZr/3YYf9q54P/fBpIHhf8gwbKvr5XHAt2l69SS08lfGtB8gG8m/62gsuTgw==", "dev": true, "requires": { - "lodash": "4.17.11", - "postcss": "7.0.5" + "lodash": "^4.17.4", + "postcss": "^7.0.0" } }, "postcss-styled": { @@ -12477,14 +12477,14 @@ } }, "stylelint-order": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-1.0.0.tgz", - "integrity": "sha512-2IVM8GzeKIDQDTETNdmgX99ywGrb7OqFWkniCw7QLqS/xONPGMLY/xAQnvGcUS3oBSo8znsoshsWVBqPz2Kv4Q==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-2.0.0.tgz", + "integrity": "sha512-rGmvP5zSCxvmBYP8DgzmdMhMMM+degsQCXrzYDmqPmeyU2bWmQTt2mH157Svj0WwHQn1LG9aQHdvKZfpfg2t4A==", "dev": true, "requires": { - "lodash": "4.17.11", - "postcss": "7.0.5", - "postcss-sorting": "4.0.1" + "lodash": "^4.17.10", + "postcss": "^7.0.2", + "postcss-sorting": "^4.0.1" } }, "stylelint-scss": { diff --git a/package.json b/package.json index 6ac794747..5e39980a7 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "style-loader": "^0.23.0", "stylelint": "^9.0.0", "stylelint-config-standard": "^18.0.0", - "stylelint-order": "^1.0.0", + "stylelint-order": "^2.0.0", "stylelint-scss": "^3.4.4", "uglify-js": "^3.1.10", "unfetch": "^3.0.0",