diff options
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/package-lock.json b/package-lock.json index 9bf426ff..9f330f1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "eslint-plugin-only-ascii": "0.0.0", "eslint-webpack-plugin": "^3.1.1", "file-loader": "^6.2.0", - "postcss": "^8.4.8", + "postcss": "^8.4.11", "postcss-cli": "^9.1.0", "postcss-import": "^14.0.2", "postcss-preset-env": "^7.4.2", @@ -5525,10 +5525,20 @@ } }, "node_modules/postcss": { - "version": "8.4.8", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.8.tgz", - "integrity": "sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==", + "version": "8.4.11", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.11.tgz", + "integrity": "sha512-D+jFLnT0ilGfy4CVBGbC+XE68HkVpT8+CUkDrcSpgxmo4RKco2uaZ4kIoyVGEm+m8KN/+Vwgs8MtpNbQ3/ma9w==", "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + } + ], "dependencies": { "nanoid": "^3.3.1", "picocolors": "^1.0.0", @@ -5536,10 +5546,6 @@ }, "engines": { "node": "^10 || ^12 || >=14" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" } }, "node_modules/postcss-attribute-case-insensitive": { @@ -12103,9 +12109,9 @@ } }, "postcss": { - "version": "8.4.8", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.8.tgz", - "integrity": "sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==", + "version": "8.4.11", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.11.tgz", + "integrity": "sha512-D+jFLnT0ilGfy4CVBGbC+XE68HkVpT8+CUkDrcSpgxmo4RKco2uaZ4kIoyVGEm+m8KN/+Vwgs8MtpNbQ3/ma9w==", "dev": true, "requires": { "nanoid": "^3.3.1", |