From 755cc2b8191cc78741095198cb37daa7f40cba85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 08:44:37 +1100 Subject: [PATCH] Bump postcss-import to ^16.1.0 (#257) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docs/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package.json b/docs/package.json index 14877099d..230858305 100644 --- a/docs/package.json +++ b/docs/package.json @@ -62,7 +62,7 @@ "next": "^14.1.4", "nprogress": "^0.2.0", "postcss": "^8.4.38", - "postcss-import": "^16.0.1", + "postcss-import": "^16.1.0", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 33635b3cb..f4cf11fc6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -490,8 +490,8 @@ importers: specifier: ^8.4.38 version: 8.4.38 postcss-import: - specifier: ^16.0.1 - version: 16.0.1(postcss@8.4.38) + specifier: ^16.1.0 + version: 16.1.0(postcss@8.4.38) prop-types: specifier: ^15.8.1 version: 15.8.1 @@ -13890,8 +13890,8 @@ packages: resolve: 1.22.8 dev: true - /postcss-import@16.0.1(postcss@8.4.38): - resolution: {integrity: sha512-i2Pci0310NaLHr/5JUFSw1j/8hf1CzwMY13g6ZDxgOavmRHQi2ba3PmUHoihO+sjaum+KmCNzskNsw7JDrg03g==} + /postcss-import@16.1.0(postcss@8.4.38): + resolution: {integrity: sha512-7hsAZ4xGXl4MW+OKEWCnF6T5jqBw80/EE9aXg1r2yyn1RsVEU8EtKXbijEODa+rg7iih4bKf7vlvTGYR4CnPNg==} engines: {node: '>=18.0.0'} peerDependencies: postcss: ^8.0.0