chore(deps-dev): bump postcss-import from 15.0.0 to 15.0.1

Bumps [postcss-import](https://github.com/postcss/postcss-import) from 15.0.0 to 15.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.0.0...15.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-12-02 09:16:21 +00:00 committed by Florent BENOIT
parent 0c40d74099
commit 73cd0f26c1
2 changed files with 5 additions and 5 deletions

View file

@ -73,7 +73,7 @@
"electron-devtools-installer": "^3.2.0",
"eslint": "^8.28.0",
"playwright": "1.18.1",
"postcss-import": "^15.0.0",
"postcss-import": "^15.0.1",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.8.0",
"typescript": "4.9.3",

View file

@ -9544,10 +9544,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.0.1:
version "15.0.1"
resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-15.0.1.tgz#5887da24440ef259324d65e08343437a43ff92b1"
integrity sha512-UGlvk8EgT7Gm/Ndf9xZHnzr8xm8P54N8CBWLtcY5alP+YxlEge/Rv78etQyevZs3qWTE9If13+Bo6zATBrPOpA==
dependencies:
postcss-value-parser "^4.0.0"
read-cache "^1.0.0"