summaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorMatweb Bot2023-03-13 04:26:46 +0000
committerMatweb Bot2023-03-13 04:26:46 +0000
commitd48d0de56821747eed5655205974d469334264d6 (patch)
treeedd8cc312e8a13e921041b2d664d7f5adc4f4bfc /package-lock.json
parentb08fa3790d8593381bd74e9e9e26ec6923c97cef (diff)
RenovateBot: Update dependency postcss-cli to v10.1.0
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json87
1 files changed, 45 insertions, 42 deletions
diff --git a/package-lock.json b/package-lock.json
index e65c0e6..62c6efd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -796,16 +796,16 @@
796 } 796 }
797 }, 797 },
798 "node_modules/fs-extra": { 798 "node_modules/fs-extra": {
799 "version": "10.1.0", 799 "version": "11.1.0",
800 "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", 800 "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.0.tgz",
801 "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", 801 "integrity": "sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==",
802 "dependencies": { 802 "dependencies": {
803 "graceful-fs": "^4.2.0", 803 "graceful-fs": "^4.2.0",
804 "jsonfile": "^6.0.1", 804 "jsonfile": "^6.0.1",
805 "universalify": "^2.0.0" 805 "universalify": "^2.0.0"
806 }, 806 },
807 "engines": { 807 "engines": {
808 "node": ">=12" 808 "node": ">=14.14"
809 } 809 }
810 }, 810 },
811 "node_modules/fs.realpath": { 811 "node_modules/fs.realpath": {
@@ -1042,9 +1042,9 @@
1042 } 1042 }
1043 }, 1043 },
1044 "node_modules/lilconfig": { 1044 "node_modules/lilconfig": {
1045 "version": "2.0.4", 1045 "version": "2.1.0",
1046 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.4.tgz", 1046 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
1047 "integrity": "sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA==", 1047 "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
1048 "engines": { 1048 "engines": {
1049 "node": ">=10" 1049 "node": ">=10"
1050 } 1050 }
@@ -1276,13 +1276,13 @@
1276 } 1276 }
1277 }, 1277 },
1278 "node_modules/postcss-cli": { 1278 "node_modules/postcss-cli": {
1279 "version": "10.0.0", 1279 "version": "10.1.0",
1280 "resolved": "https://registry.npmjs.org/postcss-cli/-/postcss-cli-10.0.0.tgz", 1280 "resolved": "https://registry.npmjs.org/postcss-cli/-/postcss-cli-10.1.0.tgz",
1281 "integrity": "sha512-Wjy/00wBBEgQqnSToznxLWDnATznokFGXsHtF/3G8glRZpz5KYlfHcBW/VMJmWAeF2x49zjgy4izjM3/Wx1dKA==", 1281 "integrity": "sha512-Zu7PLORkE9YwNdvOeOVKPmWghprOtjFQU3srMUGbdz3pHJiFh7yZ4geiZFMkjMfB0mtTFR3h8RemR62rPkbOPA==",
1282 "dependencies": { 1282 "dependencies": {
1283 "chokidar": "^3.3.0", 1283 "chokidar": "^3.3.0",
1284 "dependency-graph": "^0.11.0", 1284 "dependency-graph": "^0.11.0",
1285 "fs-extra": "^10.0.0", 1285 "fs-extra": "^11.0.0",
1286 "get-stdin": "^9.0.0", 1286 "get-stdin": "^9.0.0",
1287 "globby": "^13.0.0", 1287 "globby": "^13.0.0",
1288 "picocolors": "^1.0.0", 1288 "picocolors": "^1.0.0",
@@ -1290,7 +1290,7 @@
1290 "postcss-reporter": "^7.0.0", 1290 "postcss-reporter": "^7.0.0",
1291 "pretty-hrtime": "^1.0.3", 1291 "pretty-hrtime": "^1.0.3",
1292 "read-cache": "^1.0.0", 1292 "read-cache": "^1.0.0",
1293 "slash": "^4.0.0", 1293 "slash": "^5.0.0",
1294 "yargs": "^17.0.0" 1294 "yargs": "^17.0.0"
1295 }, 1295 },
1296 "bin": { 1296 "bin": {
@@ -1303,14 +1303,6 @@
1303 "postcss": "^8.0.0" 1303 "postcss": "^8.0.0"
1304 } 1304 }
1305 }, 1305 },
1306 "node_modules/postcss-cli/node_modules/lilconfig": {
1307 "version": "2.0.6",
1308 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.6.tgz",
1309 "integrity": "sha512-9JROoBW7pobfsx+Sq2JsASvCo6Pfo6WWoUW79HuB1BCoBXD4PLWJPqDF6fNj67pqBYTbAHkE57M1kS/+L1neOg==",
1310 "engines": {
1311 "node": ">=10"
1312 }
1313 },
1314 "node_modules/postcss-cli/node_modules/postcss-load-config": { 1306 "node_modules/postcss-cli/node_modules/postcss-load-config": {
1315 "version": "4.0.1", 1307 "version": "4.0.1",
1316 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.1.tgz", 1308 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.1.tgz",
@@ -1339,10 +1331,21 @@
1339 } 1331 }
1340 } 1332 }
1341 }, 1333 },
1334 "node_modules/postcss-cli/node_modules/slash": {
1335 "version": "5.0.0",
1336 "resolved": "https://registry.npmjs.org/slash/-/slash-5.0.0.tgz",
1337 "integrity": "sha512-n6KkmvKS0623igEVj3FF0OZs1gYYJ0o0Hj939yc1fyxl2xt+xYpLnzJB6xBSqOfV9ZFLEWodBBN/heZJahuIJQ==",
1338 "engines": {
1339 "node": ">=14.16"
1340 },
1341 "funding": {
1342 "url": "https://github.com/sponsors/sindresorhus"
1343 }
1344 },
1342 "node_modules/postcss-cli/node_modules/yaml": { 1345 "node_modules/postcss-cli/node_modules/yaml": {
1343 "version": "2.1.1", 1346 "version": "2.2.1",
1344 "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.1.1.tgz", 1347 "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.1.tgz",
1345 "integrity": "sha512-o96x3OPo8GjWeSLF+wOAbrPfhFOGY0W00GNaxCDv+9hkcDJEnev1yh8S7pgHF0ik6zc8sQLuL8hjHjJULZp8bw==", 1348 "integrity": "sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw==",
1346 "engines": { 1349 "engines": {
1347 "node": ">= 14" 1350 "node": ">= 14"
1348 } 1351 }
@@ -2782,9 +2785,9 @@
2782 "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==" 2785 "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA=="
2783 }, 2786 },
2784 "fs-extra": { 2787 "fs-extra": {
2785 "version": "10.1.0", 2788 "version": "11.1.0",
2786 "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", 2789 "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.0.tgz",
2787 "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", 2790 "integrity": "sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==",
2788 "requires": { 2791 "requires": {
2789 "graceful-fs": "^4.2.0", 2792 "graceful-fs": "^4.2.0",
2790 "jsonfile": "^6.0.1", 2793 "jsonfile": "^6.0.1",
@@ -2959,9 +2962,9 @@
2959 } 2962 }
2960 }, 2963 },
2961 "lilconfig": { 2964 "lilconfig": {
2962 "version": "2.0.4", 2965 "version": "2.1.0",
2963 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.4.tgz", 2966 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
2964 "integrity": "sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA==" 2967 "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ=="
2965 }, 2968 },
2966 "lines-and-columns": { 2969 "lines-and-columns": {
2967 "version": "1.2.4", 2970 "version": "1.2.4",
@@ -3120,13 +3123,13 @@
3120 } 3123 }
3121 }, 3124 },
3122 "postcss-cli": { 3125 "postcss-cli": {
3123 "version": "10.0.0", 3126 "version": "10.1.0",
3124 "resolved": "https://registry.npmjs.org/postcss-cli/-/postcss-cli-10.0.0.tgz", 3127 "resolved": "https://registry.npmjs.org/postcss-cli/-/postcss-cli-10.1.0.tgz",
3125 "integrity": "sha512-Wjy/00wBBEgQqnSToznxLWDnATznokFGXsHtF/3G8glRZpz5KYlfHcBW/VMJmWAeF2x49zjgy4izjM3/Wx1dKA==", 3128 "integrity": "sha512-Zu7PLORkE9YwNdvOeOVKPmWghprOtjFQU3srMUGbdz3pHJiFh7yZ4geiZFMkjMfB0mtTFR3h8RemR62rPkbOPA==",
3126 "requires": { 3129 "requires": {
3127 "chokidar": "^3.3.0", 3130 "chokidar": "^3.3.0",
3128 "dependency-graph": "^0.11.0", 3131 "dependency-graph": "^0.11.0",
3129 "fs-extra": "^10.0.0", 3132 "fs-extra": "^11.0.0",
3130 "get-stdin": "^9.0.0", 3133 "get-stdin": "^9.0.0",
3131 "globby": "^13.0.0", 3134 "globby": "^13.0.0",
3132 "picocolors": "^1.0.0", 3135 "picocolors": "^1.0.0",
@@ -3134,15 +3137,10 @@
3134 "postcss-reporter": "^7.0.0", 3137 "postcss-reporter": "^7.0.0",
3135 "pretty-hrtime": "^1.0.3", 3138 "pretty-hrtime": "^1.0.3",
3136 "read-cache": "^1.0.0", 3139 "read-cache": "^1.0.0",
3137 "slash": "^4.0.0", 3140 "slash": "^5.0.0",
3138 "yargs": "^17.0.0" 3141 "yargs": "^17.0.0"
3139 }, 3142 },
3140 "dependencies": { 3143 "dependencies": {
3141 "lilconfig": {
3142 "version": "2.0.6",
3143 "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.6.tgz",
3144 "integrity": "sha512-9JROoBW7pobfsx+Sq2JsASvCo6Pfo6WWoUW79HuB1BCoBXD4PLWJPqDF6fNj67pqBYTbAHkE57M1kS/+L1neOg=="
3145 },
3146 "postcss-load-config": { 3144 "postcss-load-config": {
3147 "version": "4.0.1", 3145 "version": "4.0.1",
3148 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.1.tgz", 3146 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.1.tgz",
@@ -3152,10 +3150,15 @@
3152 "yaml": "^2.1.1" 3150 "yaml": "^2.1.1"
3153 } 3151 }
3154 }, 3152 },
3153 "slash": {
3154 "version": "5.0.0",
3155 "resolved": "https://registry.npmjs.org/slash/-/slash-5.0.0.tgz",
3156 "integrity": "sha512-n6KkmvKS0623igEVj3FF0OZs1gYYJ0o0Hj939yc1fyxl2xt+xYpLnzJB6xBSqOfV9ZFLEWodBBN/heZJahuIJQ=="
3157 },
3155 "yaml": { 3158 "yaml": {
3156 "version": "2.1.1", 3159 "version": "2.2.1",
3157 "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.1.1.tgz", 3160 "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.1.tgz",
3158 "integrity": "sha512-o96x3OPo8GjWeSLF+wOAbrPfhFOGY0W00GNaxCDv+9hkcDJEnev1yh8S7pgHF0ik6zc8sQLuL8hjHjJULZp8bw==" 3161 "integrity": "sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw=="
3159 } 3162 }
3160 } 3163 }
3161 }, 3164 },