Skip to content

Commit

Permalink
Bump postcss-load-config from 5.1.0 to 6.0.1 in /live-editor
Browse files Browse the repository at this point in the history
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](postcss/postcss-load-config@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 24528bb commit c55f886
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion live-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"pako": "^2.1.0",
"path-browserify": "^1.0.0",
"postcss": "^8.4.39",
"postcss-load-config": "^5.1.0",
"postcss-load-config": "^6.0.1",
"prettier": "3.3.2",
"svelte": "^3.59.2",
"svelte-copy-to-clipboard": "^0.2.5",
Expand Down
11 changes: 5 additions & 6 deletions live-editor/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1727,13 +1727,12 @@ postcss-load-config@^4.0.1:
lilconfig "^3.0.0"
yaml "^2.3.4"

postcss-load-config@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-5.1.0.tgz#4ded23410da973e05edae9d41fa99bb5c1d5477f"
integrity sha512-G5AJ+IX0aD0dygOE0yFZQ/huFFMSNneyfp0e3/bT05a8OfPC5FUoZRPfGijUdGOJNMewJiwzcHJXFafFzeKFVA==
postcss-load-config@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-6.0.1.tgz#6fd7dcd8ae89badcf1b2d644489cbabf83aa8096"
integrity sha512-oPtTM4oerL+UXmx+93ytZVN82RrlY/wPUV8IeDxFrzIjXOLF1pN+EmKPLbubvKHT2HC20xXsCAH2Z+CKV6Oz/g==
dependencies:
lilconfig "^3.1.1"
yaml "^2.4.2"

postcss-nested@^6.0.1:
version "6.0.1"
Expand Down Expand Up @@ -2220,7 +2219,7 @@ y18n@^5.0.5:
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==

yaml@^2.3.4, yaml@^2.4.2, yaml@^2.4.5:
yaml@^2.3.4, yaml@^2.4.5:
version "2.4.5"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.5.tgz#60630b206dd6d84df97003d33fc1ddf6296cca5e"
integrity sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==
Expand Down

0 comments on commit c55f886

Please sign in to comment.