From 09210596eaf1b5cad4c49802ef58f42dbce0e06e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 16:18:59 +0000 Subject: [PATCH] fix(deps): update dependency postcss-import to v16 --- package.json | 2 +- pnpm-lock.yaml | 16 ++++++++++++++-- storybook/package.json | 2 +- storybook/pnpm-lock.yaml | 10 +++++----- 4 files changed, 21 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index a7c28aa935..749dc76e0b 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "husky": "8.0.3", "lint-staged": "15.2.0", "postcss": "8.4.32", - "postcss-import": "15.1.0", + "postcss-import": "16.0.0", "postcss-nested": "6.0.1", "postcss-preset-env": "9.3.0", "postcss-prune-var": "1.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1b94bab943..a11ecb17d3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -224,8 +224,8 @@ devDependencies: specifier: 8.4.32 version: 8.4.32 postcss-import: - specifier: 15.1.0 - version: 15.1.0(postcss@8.4.32) + specifier: 16.0.0 + version: 16.0.0(postcss@8.4.32) postcss-nested: specifier: 6.0.1 version: 6.0.1(postcss@8.4.32) @@ -6131,6 +6131,18 @@ packages: read-cache: 1.0.0 resolve: 1.22.8 + /postcss-import@16.0.0(postcss@8.4.32): + resolution: {integrity: sha512-e77lhVvrD1I2y7dYmBv0k9ULTdArgEYZt97T4w6sFIU5uxIHvDFQlKgUUyY7v7Barj0Yf/zm5A4OquZN7jKm5Q==} + engines: {node: '>=18.0.0'} + peerDependencies: + postcss: ^8.0.0 + dependencies: + postcss: 8.4.32 + postcss-value-parser: 4.2.0 + read-cache: 1.0.0 + resolve: 1.22.8 + dev: true + /postcss-js@4.0.1(postcss@8.4.32): resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==} engines: {node: ^12 || ^14 || >= 16} diff --git a/storybook/package.json b/storybook/package.json index 510dc6e006..6aedafc794 100644 --- a/storybook/package.json +++ b/storybook/package.json @@ -6,7 +6,7 @@ "dependencies": { "@radix-ui/react-scroll-area": "1.0.5", "marked": "^11.1.1", - "postcss-import": "^15.1.0", + "postcss-import": "^16.0.0", "react-error-boundary": "4.0.12", "react-router-dom": "6.21.1", "vite": "5.0.10", diff --git a/storybook/pnpm-lock.yaml b/storybook/pnpm-lock.yaml index a17b830b8f..23f970c9c0 100644 --- a/storybook/pnpm-lock.yaml +++ b/storybook/pnpm-lock.yaml @@ -12,8 +12,8 @@ dependencies: specifier: ^11.1.1 version: 11.1.1 postcss-import: - specifier: ^15.1.0 - version: 15.1.0(postcss@8.4.32) + specifier: ^16.0.0 + version: 16.0.0(postcss@8.4.32) react-error-boundary: specifier: 4.0.12 version: 4.0.12(react@18.2.0) @@ -1979,9 +1979,9 @@ packages: engines: {node: '>=0.10.0'} dev: false - /postcss-import@15.1.0(postcss@8.4.32): - resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==} - engines: {node: '>=14.0.0'} + /postcss-import@16.0.0(postcss@8.4.32): + resolution: {integrity: sha512-e77lhVvrD1I2y7dYmBv0k9ULTdArgEYZt97T4w6sFIU5uxIHvDFQlKgUUyY7v7Barj0Yf/zm5A4OquZN7jKm5Q==} + engines: {node: '>=18.0.0'} peerDependencies: postcss: ^8.0.0 dependencies: