diff --git a/package-lock.json b/package-lock.json index 23898afc..a29b2d60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15969,9 +15969,9 @@ } }, "stylelint-plugin-stylus": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/stylelint-plugin-stylus/-/stylelint-plugin-stylus-0.9.0.tgz", - "integrity": "sha512-d7VW6YUGyaO2zvbG85223bWo27ZDC8XewZZrG2t0L+UcK4//reM0BLusSbzbFaX6UIgRV1dDvgGkSjpBFMCIxA==", + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/stylelint-plugin-stylus/-/stylelint-plugin-stylus-0.10.0.tgz", + "integrity": "sha512-8szRrrzmvw7yZKrIofn7avpXioSU21bfquxSDMxz+ymynx/KR4hhqekfeMskXlKzfdeP/8NlRDsrDsYJsgzM/Q==", "dev": true, "requires": { "@stylelint/postcss-css-in-js": "^0.37.1", @@ -15981,38 +15981,10 @@ "mathml-tag-names": "^2.1.3", "postcss-media-query-parser": "^0.2.3", "postcss-selector-parser": "^6.0.2", - "postcss-styl": "^0.7.1", + "postcss-styl": "^0.8.0", "postcss-syntax": "^0.36.2", "style-search": "^0.1.0", "svg-tags": "^1.0.0" - }, - "dependencies": { - "postcss-styl": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/postcss-styl/-/postcss-styl-0.7.2.tgz", - "integrity": "sha512-e+k6Gs3EMxjDQRyYg1+Xg/k8Zk9RvsOC1R4DRK905xb7mEVgHg23+v72XvKb7jQ8rhRm1TCF51Bk1OBDVDJPGg==", - "dev": true, - "requires": { - "debug": "^4.1.1", - "fast-diff": "^1.2.0", - "lodash.sortedlastindex": "^4.1.0", - "postcss": "^7.0.27", - "stylus": "^0.54.7" - }, - "dependencies": { - "postcss": { - "version": "7.0.35", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz", - "integrity": "sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==", - "dev": true, - "requires": { - "chalk": "^2.4.2", - "source-map": "^0.6.1", - "supports-color": "^6.1.0" - } - } - } - } } }, "stylus": { diff --git a/package.json b/package.json index ebba3f5a..513d14fb 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "semver": "^7.3.2", "stylelint": "^13.6.1", "stylelint-config-standard": "^20.0.0", - "stylelint-plugin-stylus": "^0.9.0", + "stylelint-plugin-stylus": "^0.10.0", "ts-node": "^9.0.0", "typescript": "^4.1.3", "vue-eslint-editor": "^1.1.0",