From bee47d9f433ce382db7a8d8d3c4864661b8162aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 15:36:11 +0100 Subject: [PATCH] chore(deps): update dependency postcss-import to v16 (#1394) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/x-tailwindcss/package.json | 2 +- pnpm-lock.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/x-tailwindcss/package.json b/packages/x-tailwindcss/package.json index a0eebd3a29..1f5fd2f887 100644 --- a/packages/x-tailwindcss/package.json +++ b/packages/x-tailwindcss/package.json @@ -60,7 +60,7 @@ "@rollup/plugin-commonjs": "~25.0.7", "autoprefixer": "~10.4.4", "postcss": "~8.4.12", - "postcss-import": "~15.1.0", + "postcss-import": "~16.0.0", "rimraf": "~3.0.2", "rollup": "~4.9.1", "rollup-plugin-typescript2": "~0.36.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 693e8109b0..d5d3bf6d29 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -640,8 +640,8 @@ importers: specifier: ~8.4.12 version: 8.4.12 postcss-import: - specifier: ~15.1.0 - version: 15.1.0(postcss@8.4.12) + specifier: ~16.0.0 + version: 16.0.0(postcss@8.4.12) rimraf: specifier: ~3.0.2 version: 3.0.2 @@ -12313,25 +12313,25 @@ packages: postcss: 8.4.12 dev: true - /postcss-import@15.1.0(postcss@8.4.12): + /postcss-import@15.1.0(postcss@8.4.27): resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==} engines: {node: '>=14.0.0'} peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.12 + postcss: 8.4.27 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.2 dev: true - /postcss-import@15.1.0(postcss@8.4.27): - resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==} - engines: {node: '>=14.0.0'} + /postcss-import@16.0.0(postcss@8.4.12): + resolution: {integrity: sha512-e77lhVvrD1I2y7dYmBv0k9ULTdArgEYZt97T4w6sFIU5uxIHvDFQlKgUUyY7v7Barj0Yf/zm5A4OquZN7jKm5Q==} + engines: {node: '>=18.0.0'} peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.27 + postcss: 8.4.12 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.2