Bump postcss-load-config from 5.1.0 to 6.0.1 in /ui (#1300)

Bumps [postcss-load-config](https://github.com/postcss/postcss-load-config) from 5.1.0 to 6.0.1.
- [Release notes](https://github.com/postcss/postcss-load-config/releases)
- [Changelog](https://github.com/postcss/postcss-load-config/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-load-config/compare/5.1.0...6.0.1)

---
updated-dependencies:
- dependency-name: postcss-load-config
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-08-20 12:10:32 +00:00 committed by GitHub
parent 41d402674a
commit 278c095239
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 8 deletions

17
ui/package-lock.json generated
View File

@ -19,7 +19,7 @@
"mime": "^4.0.4",
"pascal-case": "^4.0.0",
"postcss": "^8.4.41",
"postcss-load-config": "^5.1.0",
"postcss-load-config": "^6.0.1",
"rollup": "^4.21.0",
"rollup-plugin-css-only": "^4.5.2",
"rollup-plugin-generate-html-template": "^1.7.0",
@ -2722,9 +2722,9 @@
}
},
"node_modules/postcss-load-config": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-5.1.0.tgz",
"integrity": "sha512-G5AJ+IX0aD0dygOE0yFZQ/huFFMSNneyfp0e3/bT05a8OfPC5FUoZRPfGijUdGOJNMewJiwzcHJXFafFzeKFVA==",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-6.0.1.tgz",
"integrity": "sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==",
"dev": true,
"funding": [
{
@ -2737,8 +2737,7 @@
}
],
"dependencies": {
"lilconfig": "^3.1.1",
"yaml": "^2.4.2"
"lilconfig": "^3.1.1"
},
"engines": {
"node": ">= 18"
@ -2746,7 +2745,8 @@
"peerDependencies": {
"jiti": ">=1.21.0",
"postcss": ">=8.0.9",
"tsx": "^4.8.1"
"tsx": "^4.8.1",
"yaml": "^2.4.2"
},
"peerDependenciesMeta": {
"jiti": {
@ -2757,6 +2757,9 @@
},
"tsx": {
"optional": true
},
"yaml": {
"optional": true
}
}
},

View File

@ -22,7 +22,7 @@
"mime": "^4.0.4",
"pascal-case": "^4.0.0",
"postcss": "^8.4.41",
"postcss-load-config": "^5.1.0",
"postcss-load-config": "^6.0.1",
"rollup": "^4.21.0",
"rollup-plugin-css-only": "^4.5.2",
"rollup-plugin-generate-html-template": "^1.7.0",