diff --git a/package.json b/package.json index 9b5ec5a22..f59dcb2ad 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "optimize-css-assets-webpack-plugin": "^6.0.1", "postcss": "^8.4.31", "postcss-flexbugs-fixes": "^5.0.2", - "postcss-import": "^15.0.0", + "postcss-import": "^16.0.0", "postcss-loader": "^7.0.0", "postcss-preset-env": "^9.0.0", "punycode": "^2.1.1", diff --git a/yarn.lock b/yarn.lock index ba1aefc15..8a580c85b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4160,10 +4160,10 @@ postcss-image-set-function@^6.0.0: dependencies: postcss-value-parser "^4.2.0" -postcss-import@^15.0.0: - version "15.1.0" - resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-15.1.0.tgz#41c64ed8cc0e23735a9698b3249ffdbf704adc70" - integrity sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew== +postcss-import@^16.0.0: + version "16.0.0" + resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-16.0.0.tgz#2be1c78391b3f43f129fccfe5cc0cc1a11baef54" + integrity sha512-e77lhVvrD1I2y7dYmBv0k9ULTdArgEYZt97T4w6sFIU5uxIHvDFQlKgUUyY7v7Barj0Yf/zm5A4OquZN7jKm5Q== dependencies: postcss-value-parser "^4.0.0" read-cache "^1.0.0"