From dfc42960dcc7a23dbc65cfc5d0ee2a0c3c0a3843 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 14:44:15 +0000 Subject: [PATCH] build(deps-dev): Bump postcss-import from 15.1.0 to 16.0.1 Bumps [postcss-import](https://github.com/postcss/postcss-import) from 15.1.0 to 16.0.1. - [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/15.1.0...16.0.1) --- updated-dependencies: - dependency-name: postcss-import dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 19f99f8b5..758004038 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "laravel-mix": "^6.0.34", "lodash": "^4.17.21", "postcss": "^8.4.36", - "postcss-import": "^15.1.0", + "postcss-import": "^16.0.1", "semantic-release": "19", "tailwindcss": "^3.4.1", "tippy.js": "^6.3.7" diff --git a/yarn.lock b/yarn.lock index 7f23a2fed..62007d255 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6631,6 +6631,15 @@ postcss-import@^15.1.0: read-cache "^1.0.0" resolve "^1.1.7" +postcss-import@^16.0.1: + version "16.0.1" + resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-16.0.1.tgz#c2e0478c5af8cb39ab3964c35d8fee8e70c362b8" + integrity sha512-i2Pci0310NaLHr/5JUFSw1j/8hf1CzwMY13g6ZDxgOavmRHQi2ba3PmUHoihO+sjaum+KmCNzskNsw7JDrg03g== + dependencies: + postcss-value-parser "^4.0.0" + read-cache "^1.0.0" + resolve "^1.1.7" + postcss-js@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/postcss-js/-/postcss-js-4.0.1.tgz#61598186f3703bab052f1c4f7d805f3991bee9d2"