From e7db9b01ff002a8aba68e049e0b68d910a399743 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 07:29:44 +0800 Subject: [PATCH] chore(deps): update dependency postcss-advanced-variables to v5 (#37) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 78191b5..8d40c3e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "license": "WTFPL", "devDependencies": { "postcss": "8.5.0", - "postcss-advanced-variables": "4.0.0", + "postcss-advanced-variables": "5.0.0", "postcss-cli": "11.0.0", "postcss-csso": "6.0.1", "postcss-nested": "6.2.0" diff --git a/yarn.lock b/yarn.lock index 762e835..8348326 100644 --- a/yarn.lock +++ b/yarn.lock @@ -310,10 +310,10 @@ pify@^2.3.0: resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw= -postcss-advanced-variables@4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/postcss-advanced-variables/-/postcss-advanced-variables-4.0.0.tgz#502724da72156c7697f0f53ca7cece275ecd8239" - integrity sha512-ooRwPl53XDEfZtc52BimJFwTKFPqeJGmSUuX90ZsN+ZTP9ViTsyLbRcD0gwtEw7su0o6P71ps7gpnOa4eGkx4g== +postcss-advanced-variables@5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/postcss-advanced-variables/-/postcss-advanced-variables-5.0.0.tgz#23e2b33d4d6a69085d0917364fb21dc862fd4c5e" + integrity sha512-g2SwNfZ1bJxoch51VqY7FMtxJ8+sJCxOqVi1vBAfzsiFgf5xRXhWIJXbUW6FXBJK0JQedOfYS5DtuVEuQLXVnQ== dependencies: "@csstools/sass-import-resolve" "^1.0.0"