Update dependency postcss-import to v16

This commit is contained in:
renovate[bot]
2024-01-03 04:20:18 +00:00
parent 7c4b94bf45
commit 060ea55ca7
4 changed files with 48 additions and 11 deletions

View File

@ -15,7 +15,7 @@
"flag-icon-css": "^3.5.0",
"postcss": "^8.4.7",
"postcss-cli": "^11.0.0",
"postcss-import": "^15.0.0",
"postcss-import": "^16.0.0",
"postcss-purgecss": "^5.0.0",
"tailwindcss": "^3.0.23"
}
@ -1460,9 +1460,9 @@
}
},
"node_modules/postcss-import": {
"version": "15.1.0",
"resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
"integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
"version": "16.0.0",
"resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-16.0.0.tgz",
"integrity": "sha512-e77lhVvrD1I2y7dYmBv0k9ULTdArgEYZt97T4w6sFIU5uxIHvDFQlKgUUyY7v7Barj0Yf/zm5A4OquZN7jKm5Q==",
"dev": true,
"dependencies": {
"postcss-value-parser": "^4.0.0",
@ -1470,7 +1470,7 @@
"resolve": "^1.1.7"
},
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
},
"peerDependencies": {
"postcss": "^8.0.0"
@ -2259,6 +2259,23 @@
"node": ">=10.13.0"
}
},
"node_modules/tailwindcss/node_modules/postcss-import": {
"version": "15.1.0",
"resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
"integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
"dev": true,
"dependencies": {
"postcss-value-parser": "^4.0.0",
"read-cache": "^1.0.0",
"resolve": "^1.1.7"
},
"engines": {
"node": ">=14.0.0"
},
"peerDependencies": {
"postcss": "^8.0.0"
}
},
"node_modules/thenby": {
"version": "1.3.4",
"resolved": "https://registry.npmjs.org/thenby/-/thenby-1.3.4.tgz",
@ -3427,9 +3444,9 @@
"requires": {}
},
"postcss-import": {
"version": "15.1.0",
"resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
"integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
"version": "16.0.0",
"resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-16.0.0.tgz",
"integrity": "sha512-e77lhVvrD1I2y7dYmBv0k9ULTdArgEYZt97T4w6sFIU5uxIHvDFQlKgUUyY7v7Barj0Yf/zm5A4OquZN7jKm5Q==",
"dev": true,
"requires": {
"postcss-value-parser": "^4.0.0",
@ -3929,6 +3946,17 @@
"requires": {
"is-glob": "^4.0.3"
}
},
"postcss-import": {
"version": "15.1.0",
"resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
"integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
"dev": true,
"requires": {
"postcss-value-parser": "^4.0.0",
"read-cache": "^1.0.0",
"resolve": "^1.1.7"
}
}
}
},

View File

@ -10,7 +10,7 @@
"flag-icon-css": "^3.5.0",
"postcss": "^8.4.7",
"postcss-cli": "^11.0.0",
"postcss-import": "^15.0.0",
"postcss-import": "^16.0.0",
"postcss-purgecss": "^5.0.0",
"tailwindcss": "^3.0.23"
}