summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatweb Bot2023-04-17 04:06:09 +0000
committerMatweb Bot2023-04-17 04:06:09 +0000
commit4457355f7b9fc7bd1a1023bfc063770a03636b44 (patch)
treecbe75553efabe2cb72de63c91d3b394fb05008dd
parent1236a153e90968bbfdec03ec2f47594f5a4837c9 (diff)
RenovateBot: Update dependency postcss to v8.4.22
-rw-r--r--package-lock.json20
1 files changed, 12 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 1d345b2..2c05964 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1046,9 +1046,9 @@
1046 } 1046 }
1047 }, 1047 },
1048 "node_modules/postcss": { 1048 "node_modules/postcss": {
1049 "version": "8.4.21", 1049 "version": "8.4.22",
1050 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz", 1050 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.22.tgz",
1051 "integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==", 1051 "integrity": "sha512-XseknLAfRHzVWjCEtdviapiBtfLdgyzExD50Rg2ePaucEesyh8Wv4VPdW0nbyDa1ydbrAxV19jvMT4+LFmcNUA==",
1052 "funding": [ 1052 "funding": [
1053 { 1053 {
1054 "type": "opencollective", 1054 "type": "opencollective",
@@ -1057,10 +1057,14 @@
1057 { 1057 {
1058 "type": "tidelift", 1058 "type": "tidelift",
1059 "url": "https://tidelift.com/funding/github/npm/postcss" 1059 "url": "https://tidelift.com/funding/github/npm/postcss"
1060 },
1061 {
1062 "type": "github",
1063 "url": "https://github.com/sponsors/ai"
1060 } 1064 }
1061 ], 1065 ],
1062 "dependencies": { 1066 "dependencies": {
1063 "nanoid": "^3.3.4", 1067 "nanoid": "^3.3.6",
1064 "picocolors": "^1.0.0", 1068 "picocolors": "^1.0.0",
1065 "source-map-js": "^1.0.2" 1069 "source-map-js": "^1.0.2"
1066 }, 1070 },
@@ -2823,11 +2827,11 @@
2823 "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==" 2827 "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ=="
2824 }, 2828 },
2825 "postcss": { 2829 "postcss": {
2826 "version": "8.4.21", 2830 "version": "8.4.22",
2827 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz", 2831 "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.22.tgz",
2828 "integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==", 2832 "integrity": "sha512-XseknLAfRHzVWjCEtdviapiBtfLdgyzExD50Rg2ePaucEesyh8Wv4VPdW0nbyDa1ydbrAxV19jvMT4+LFmcNUA==",
2829 "requires": { 2833 "requires": {
2830 "nanoid": "^3.3.4", 2834 "nanoid": "^3.3.6",
2831 "picocolors": "^1.0.0", 2835 "picocolors": "^1.0.0",
2832 "source-map-js": "^1.0.2" 2836 "source-map-js": "^1.0.2"
2833 } 2837 }