From 5d7ae41db4684bdcfc7c2f73d07d30ea59bf8897 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Dec 2022 10:01:48 +0000 Subject: [PATCH] Bump postcss-import from 15.0.0 to 15.1.0 Bumps [postcss-import](https://github.com/postcss/postcss-import) from 15.0.0 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/15.0.0...15.1.0) --- updated-dependencies: - dependency-name: postcss-import dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0c4e823..e7fe36b 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "build:css": "tailwindcss --postcss --verbose -i ./app/assets/stylesheets/application.tailwind.css -o ./app/assets/builds/application.css --minify" }, "devDependencies": { - "postcss-import": "^15.0.0" + "postcss-import": "^15.1.0" } } diff --git a/yarn.lock b/yarn.lock index 6425413..bab84ee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -884,10 +884,10 @@ postcss-import@^14.1.0: read-cache "^1.0.0" resolve "^1.1.7" -postcss-import@^15.0.0: - version "15.0.0" - resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-15.0.0.tgz#0b66c25fdd9c0d19576e63c803cf39e4bad08822" - integrity sha512-Y20shPQ07RitgBGv2zvkEAu9bqvrD77C9axhj/aA1BQj4czape2MdClCExvB27EwYEJdGgKZBpKanb0t1rK2Kg== +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"