aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2022-03-15 21:09:29 +0000
committerGravatar vitalyster2022-03-16 00:13:16 +0300
commit1adf8060d1013bd7b6cdfc4cff802e1f4faa7525 (patch)
treea1193826eaf67646d6dd4507aec5ecb95eb91d56 /package-lock.json
parent57ddf1e3ced0367f98e87a5b224d0475abb80ede (diff)
Bump postcss from 8.4.8 to 8.4.11
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.8 to 8.4.11. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.8...8.4.11) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json28
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",