From 04a79d7f739b0352953d411448d426aa720441ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 12:16:57 +0000 Subject: [PATCH] chore(deps): bump @projectwallace/css-parser from 0.13.8 to 0.13.11 Bumps [@projectwallace/css-parser](https://github.com/projectwallace/css-parser) from 0.13.8 to 0.13.11. - [Release notes](https://github.com/projectwallace/css-parser/releases) - [Commits](https://github.com/projectwallace/css-parser/compare/v0.13.8...v0.13.11) --- updated-dependencies: - dependency-name: "@projectwallace/css-parser" dependency-version: 0.13.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 93f51b5..bef25e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1954,9 +1954,9 @@ } }, "node_modules/@projectwallace/css-parser": { - "version": "0.13.8", - "resolved": "https://registry.npmjs.org/@projectwallace/css-parser/-/css-parser-0.13.8.tgz", - "integrity": "sha512-yOwSi2IUKkvo2rVgbtoDoX94SIj2xD8awgQ4MdgriyRxDKxUpt2gQHUienzoSrfOI9NSdXpFqGOmyXBk2YXgaQ==", + "version": "0.13.11", + "resolved": "https://registry.npmjs.org/@projectwallace/css-parser/-/css-parser-0.13.11.tgz", + "integrity": "sha512-UHGmnSX7u84IMWOuAiIf8YqHDirb6MXWriiHFPBJK3QqIEK5BuJ0R2/P42mWbcW2hZf25Kqwya8I6WDeFBL3XQ==", "license": "MIT" }, "node_modules/@projectwallace/format-css": {