From 166387543ca4355672df3830aa3d71e39c9d1f2a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 8 Dec 2022 19:01:32 +0000
Subject: [PATCH] Bump postcss-import from 14.0.2 to 15.1.0

Bumps [postcss-import](https://github.com/postcss/postcss-import) from 14.0.2 to 15.1.0.
- [Release notes](https://github.com/postcss/postcss-import/releases)
- [Changelog](https://github.com/postcss/postcss-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-import/compare/14.0.2...15.1.0)

---
updated-dependencies:
- dependency-name: postcss-import
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 package.json | 2 +-
 yarn.lock    | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index 4ed88ac..29391cb 100644
--- a/package.json
+++ b/package.json
@@ -52,7 +52,7 @@
     "postcss": "^8.4.14",
     "postcss-cli": "^8.3.1",
     "postcss-header": "^3.0.1",
-    "postcss-import": "^14.0.2",
+    "postcss-import": "^15.1.0",
     "postcss-prefixer": "^2.1.3",
     "postcss-preset-env": "^6.7.0",
     "prettier": "^2.7.1"
diff --git a/yarn.lock b/yarn.lock
index 613cfa4..c4e5b1b 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1889,10 +1889,10 @@ postcss-image-set-function@^3.0.1:
     postcss "^7.0.2"
     postcss-values-parser "^2.0.0"
 
-postcss-import@^14.0.2:
-  version "14.0.2"
-  resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-14.0.2.tgz#60eff77e6be92e7b67fe469ec797d9424cae1aa1"
-  integrity sha512-BJ2pVK4KhUyMcqjuKs9RijV5tatNzNa73e/32aBVE/ejYPe37iH+6vAu9WvqUkB5OAYgLHzbSvzHnorybJCm9g==
+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==
   dependencies:
     postcss-value-parser "^4.0.0"
     read-cache "^1.0.0"
-- 
GitLab