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 19:07:20 +00:00 committed by GitHub
parent 0d0deb5114
commit 17d13e8b41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -27,7 +27,7 @@
"postcss": "^8.4.19",
"postcss-combine-duplicated-selectors": "^10.0.2",
"postcss-combine-media-query": "^1.0.1",
"postcss-import": "^15.0.0",
"postcss-import": "^15.0.1",
"postcss-loader": "^7.0.2",
"stylelint": "^14.15.0",
"stylelint-config-standard": "^29.0.0",
@ -5067,9 +5067,9 @@
}
},
"node_modules/postcss-import": {
"version": "15.0.0",
"resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.0.0.tgz",
"integrity": "sha512-Y20shPQ07RitgBGv2zvkEAu9bqvrD77C9axhj/aA1BQj4czape2MdClCExvB27EwYEJdGgKZBpKanb0t1rK2Kg==",
"version": "15.0.1",
"resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.0.1.tgz",
"integrity": "sha512-UGlvk8EgT7Gm/Ndf9xZHnzr8xm8P54N8CBWLtcY5alP+YxlEge/Rv78etQyevZs3qWTE9If13+Bo6zATBrPOpA==",
"dev": true,
"dependencies": {
"postcss-value-parser": "^4.0.0",
@ -10796,9 +10796,9 @@
"requires": {}
},
"postcss-import": {
"version": "15.0.0",
"resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.0.0.tgz",
"integrity": "sha512-Y20shPQ07RitgBGv2zvkEAu9bqvrD77C9axhj/aA1BQj4czape2MdClCExvB27EwYEJdGgKZBpKanb0t1rK2Kg==",
"version": "15.0.1",
"resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.0.1.tgz",
"integrity": "sha512-UGlvk8EgT7Gm/Ndf9xZHnzr8xm8P54N8CBWLtcY5alP+YxlEge/Rv78etQyevZs3qWTE9If13+Bo6zATBrPOpA==",
"dev": true,
"requires": {
"postcss-value-parser": "^4.0.0",

View file

@ -23,7 +23,7 @@
"postcss": "^8.4.19",
"postcss-combine-duplicated-selectors": "^10.0.2",
"postcss-combine-media-query": "^1.0.1",
"postcss-import": "^15.0.0",
"postcss-import": "^15.0.1",
"postcss-loader": "^7.0.2",
"stylelint": "^14.15.0",
"stylelint-config-standard": "^29.0.0",