summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-19 04:18:47 +0000
committerGitHub <noreply@github.com>2022-03-19 04:18:47 +0000
commit853cf43440faa89d7f8e1180052db06e7d9eb01a (patch)
tree35f622a0a29227ca50e55617c8a3b93d834e1ac5
parent722427570d9dc963a1bd92cdae214a2c5007c807 (diff)
parentba1ceb9811a4793f299f21b2836607bdc7383ac0 (diff)
Merge pull request #1058 from nextcloud/dependabot/npm_and_yarn/postcss-8.4.12v24.0.0beta1
-rw-r--r--package-lock.json28
-rw-r--r--package.json2
2 files changed, 18 insertions, 12 deletions
diff --git a/package-lock.json b/package-lock.json
index d69b58dc..1e75977d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -41,7 +41,7 @@
"autoprefixer": "^10.4.4",
"babel-loader-exclude-node-modules-except": "^1.2.1",
"module-replace-webpack-plugin": "0.0.12",
- "postcss": "^8.4.8",
+ "postcss": "^8.4.12",
"postcss-loader": "^6.2.1",
"raw-loader": "^4.0.2",
"workbox-webpack-plugin": "^6.5.1"
@@ -10247,10 +10247,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.12",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.12.tgz",
+ "integrity": "sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==",
"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",
@@ -10258,10 +10268,6 @@
},
"engines": {
"node": "^10 || ^12 || >=14"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/postcss/"
}
},
"node_modules/postcss-html": {
@@ -22611,9 +22617,9 @@
"optional": true
},
"postcss": {
- "version": "8.4.8",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.8.tgz",
- "integrity": "sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==",
+ "version": "8.4.12",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.12.tgz",
+ "integrity": "sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==",
"dev": true,
"requires": {
"nanoid": "^3.3.1",
diff --git a/package.json b/package.json
index 9be973a0..c913c00b 100644
--- a/package.json
+++ b/package.json
@@ -70,7 +70,7 @@
"autoprefixer": "^10.4.4",
"babel-loader-exclude-node-modules-except": "^1.2.1",
"module-replace-webpack-plugin": "0.0.12",
- "postcss": "^8.4.8",
+ "postcss": "^8.4.12",
"postcss-loader": "^6.2.1",
"raw-loader": "^4.0.2",
"workbox-webpack-plugin": "^6.5.1"