From 725343094e888d173e21affeae5e802601d97c0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 00:07:51 +0000 Subject: [PATCH] Bump postcss-load-config from 5.1.0 to 6.0.1 in /live-editor 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] --- live-editor/package.json | 2 +- live-editor/yarn.lock | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/live-editor/package.json b/live-editor/package.json index c25e0a6..61d3993 100644 --- a/live-editor/package.json +++ b/live-editor/package.json @@ -22,7 +22,7 @@ "pako": "^2.1.0", "path-browserify": "^1.0.0", "postcss": "^8.4.38", - "postcss-load-config": "^5.1.0", + "postcss-load-config": "^6.0.1", "prettier": "3.3.1", "svelte": "^3.59.2", "svelte-copy-to-clipboard": "^0.2.5", diff --git a/live-editor/yarn.lock b/live-editor/yarn.lock index 8c11c12..c0ead75 100644 --- a/live-editor/yarn.lock +++ b/live-editor/yarn.lock @@ -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" @@ -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.3: +yaml@^2.3.4, yaml@^2.4.3: version "2.4.3" resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.3.tgz#0777516b8c7880bcaa0f426a5410e8d6b0be1f3d" integrity sha512-sntgmxj8o7DE7g/Qi60cqpLBA3HG3STcDA0kO+WfB05jEKhZMbY7umNm2rBpQvsmZ16/lPXCJGW2672dgOUkrg==