From 63cfbc9ac3ede330d7416ecfb25a097047be3c85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 05:27:21 +0000 Subject: [PATCH] Update dependency postcss-import to v16 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index afc401df..17653be9 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "list-files-in-dir": "0.1.5", "mocha": "10.2.0", "npm-run-all2": "5.0.2", - "postcss-import": "15.1.0", + "postcss-import": "16.1.1", "prettier": "3.2.4", "puppeteer": "19.11.1", "rollup": "3.29.4", diff --git a/yarn.lock b/yarn.lock index 2e1e1691..399b42da 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5137,10 +5137,10 @@ postcss-image-set-function@^6.0.1: dependencies: postcss-value-parser "^4.2.0" -postcss-import@15.1.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.1.1: + version "16.1.1" + resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-16.1.1.tgz#cfbe79e6c9232b0dbbe1c18f35308825cfe8ff2a" + integrity sha512-2xVS1NCZAfjtVdvXiyegxzJ447GyqCeEI5V7ApgQVOWnros1p5lGNovJNapwPpMombyFBfqDwt7AD3n2l0KOfQ== dependencies: postcss-value-parser "^4.0.0" read-cache "^1.0.0"