diff --git a/package.json b/package.json index 3a981f0b..09047d32 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "minify-svg": "svgo --config=.svgo.config.js -q -r -f resources/" }, "dependencies": { - "@prettier/plugin-xml": "^3.3.1", + "@prettier/plugin-xml": "^3.4.1", "prettier": "^3.2.5", "svgo": "^3.0.2" } diff --git a/yarn.lock b/yarn.lock index 4752f8e2..3efcfc7f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@prettier/plugin-xml@^3.3.1": - version "3.3.1" - resolved "https://registry.yarnpkg.com/@prettier/plugin-xml/-/plugin-xml-3.3.1.tgz#b89fcc95b909128fa2e0691f68b34ad25052971b" - integrity sha512-kllNJk6n2pXJjGWdj+HAr1GhOoOTrlmeWkDYCGBzkyZS2l0K6h2gsUQcVif2cNqAE1MNC+nUrzN6QwEsCukPnQ== +"@prettier/plugin-xml@^3.4.1": + version "3.4.1" + resolved "https://registry.yarnpkg.com/@prettier/plugin-xml/-/plugin-xml-3.4.1.tgz#6c3be1184871a983d08c9f81c8a8796f62a19568" + integrity sha512-Uf/6/+9ez6z/IvZErgobZ2G9n1ybxF5BhCd7eMcKqfoWuOzzNUxBipNo3QAP8kRC1VD18TIo84no7LhqtyDcTg== dependencies: "@xml-tools/parser" "^1.0.11"