diff --git a/package-lock.json b/package-lock.json index 215057e6..20fea238 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7690,6 +7690,21 @@ "postcss-selector-parser": "^6.0.2", "postcss-styl": "^0.7.1", "vue-eslint-parser": "^7.0.0 || ^6.0.0 || ^5.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" + } + } } }, "eslint-scope": { @@ -12839,14 +12854,14 @@ } }, "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==", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/postcss-styl/-/postcss-styl-0.8.0.tgz", + "integrity": "sha512-W6LFRRkVPT4qEQsF320wXbV1uss8YJT5Y+wX6LZKziVFXkQ1rUK+hRl6Q9O4sgq7MwWQMq0VFcuPTLri9RHFqg==", "requires": { "debug": "^4.1.1", "fast-diff": "^1.2.0", "lodash.sortedlastindex": "^4.1.0", - "postcss": "^7.0.27", + "postcss": "^7.0.27 || ^8.0.0", "stylus": "^0.54.7" } }, @@ -15238,6 +15253,21 @@ "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" + } + } } }, "stylus": { diff --git a/package.json b/package.json index cb958753..8743c024 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "postcss-safe-parser": "^4.0.2", "postcss-scss": "^2.1.1", "postcss-selector-parser": "^6.0.2", - "postcss-styl": "^0.7.1" + "postcss-styl": "^0.8.0" }, "peerDependencies": { "eslint": ">=6.0.0",