diff --git a/package-lock.json b/package-lock.json index ac77e38f..ef610188 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12674,9 +12674,9 @@ } }, "postcss-styl": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/postcss-styl/-/postcss-styl-0.11.1.tgz", - "integrity": "sha512-L3QphF6IaviaSxTvY+t2gVR26GAsyuRwFheSRQtoD5Sz6JiwPmbPoS1b2/0Az6t7IGo0G8xEJEjBWw9ldz20Xg==", + "version": "0.12.2", + "resolved": "https://registry.npmjs.org/postcss-styl/-/postcss-styl-0.12.2.tgz", + "integrity": "sha512-Uo4qN0x3Xon95bhBT7IwtcPNks6SL9zsIBHnCNNEkow4bJ0AQw2egWOTl1PJ3D9372CdDb9LQDA2g4pR6kqs3g==", "requires": { "debug": "^4.1.1", "fast-diff": "^1.2.0", @@ -14811,6 +14811,21 @@ "style-search": "^0.1.0", "stylelint-config-html": "^1.0.0", "svg-tags": "^1.0.0" + }, + "dependencies": { + "postcss-styl": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/postcss-styl/-/postcss-styl-0.11.1.tgz", + "integrity": "sha512-L3QphF6IaviaSxTvY+t2gVR26GAsyuRwFheSRQtoD5Sz6JiwPmbPoS1b2/0Az6t7IGo0G8xEJEjBWw9ldz20Xg==", + "dev": true, + "requires": { + "debug": "^4.1.1", + "fast-diff": "^1.2.0", + "lodash.sortedlastindex": "^4.1.0", + "postcss": "^7.0.27 || ^8.0.0", + "stylus": "^0.57.0" + } + } } }, "stylus": { diff --git a/package.json b/package.json index eadc2280..5f8c3a3c 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "postcss-safe-parser": "^6.0.0", "postcss-scss": "^4.0.3", "postcss-selector-parser": "^6.0.9", - "postcss-styl": "^0.11.0" + "postcss-styl": "^0.12.0" }, "peerDependencies": { "eslint": ">=5.0.0",