Bump stylelint-order from 3.0.1 to 3.1.0

Bumps [stylelint-order](https://github.com/hudochenkov/stylelint-order) from 3.0.1 to 3.1.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/3.0.1...3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-08-30 15:22:13 +00:00
parent d389ca4dc7
commit e010a8261a
2 changed files with 11 additions and 5 deletions

14
package-lock.json generated
View File

@ -12484,16 +12484,22 @@
}
},
"stylelint-order": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-3.0.1.tgz",
"integrity": "sha512-isVEJ1oUoVB7bb5pYop96KYOac4c+tLOqa5dPtAEwAwQUVSbi7OPFbfaCclcTjOlXicymasLpwhRirhFWh93yw==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-3.1.0.tgz",
"integrity": "sha512-0BGQhRWOcdPi4oDVuInOHiXWzgCB9vEwJt5fvBre/I/brXLIumC9uiiAc3E6xUiUdWEmU2OLzAop8LK8UY0X0A==",
"dev": true,
"requires": {
"lodash": "^4.17.14",
"lodash": "^4.17.15",
"postcss": "^7.0.17",
"postcss-sorting": "^5.0.1"
},
"dependencies": {
"lodash": {
"version": "4.17.15",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==",
"dev": true
},
"postcss": {
"version": "7.0.17",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.17.tgz",

View File

@ -77,7 +77,7 @@
"style-loader": "^1.0.0",
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-order": "^3.0.1",
"stylelint-order": "^3.1.0",
"stylelint-scss": "^3.10.0",
"uglifyjs-3-webpack-plugin": "^1.2.4",
"unfetch": "^3.0.0",