From 1abd3b0bc8a7fc10a52c0b5f7f647a2409ad2416 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 08:49:38 -0400 Subject: [PATCH] Bump postcss-import from 15.1.0 to 16.1.0 (#1561) Bumps [postcss-import](https://github.com/postcss/postcss-import) from 15.1.0 to 16.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/15.1.0...16.1.0) --- updated-dependencies: - dependency-name: postcss-import dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fd2309b25..aafe24907 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "pad-start": "^1.0.2", "parse-git-config": "^3.0.0", "postcss": "^8.3.6", - "postcss-import": "^15.1.0", + "postcss-import": "^16.1.0", "postcss-nested": "^6.0.1", "postcss-scss": "^4.0.0", "quick-temp": "^0.1.8", diff --git a/yarn.lock b/yarn.lock index 4873a433c..1c9c2f55f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12524,10 +12524,10 @@ postcss-functions@^3.0.0: postcss "^6.0.9" postcss-value-parser "^3.3.0" -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== +postcss-import@^16.1.0: + version "16.1.0" + resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-16.1.0.tgz#258732175518129667fe1e2e2a05b19b5654b96a" + integrity sha512-7hsAZ4xGXl4MW+OKEWCnF6T5jqBw80/EE9aXg1r2yyn1RsVEU8EtKXbijEODa+rg7iih4bKf7vlvTGYR4CnPNg== dependencies: postcss-value-parser "^4.0.0" read-cache "^1.0.0"