diff --git a/package-lock.json b/package-lock.json index d59981d..3faccaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.0", "license": "GNU-3.0", "devDependencies": { - "@prettier/plugin-xml": "^3.1.1", + "@prettier/plugin-xml": "^3.2.0", "husky": "^8.0.3", "lint-staged": "^13.2.3", "prettier": "^3.0.0", @@ -32,9 +32,9 @@ } }, "node_modules/@prettier/plugin-xml": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@prettier/plugin-xml/-/plugin-xml-3.1.1.tgz", - "integrity": "sha512-kf20whg987pD/GWz0s1H2iA2170NnyP7chfmSkY55Dhs8wZwWxVxPItfWsfJo1FVMvTuNUPZY/hTqqHrzxb6Pg==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@prettier/plugin-xml/-/plugin-xml-3.2.0.tgz", + "integrity": "sha512-1SgnoMIOLjGcKqstr6gmly7J6VoVSXULz0kMDimBE36yj59GrNvaOBPjoeYUmcpU3/IwLiCIJRaCX8qiVSvy/A==", "dev": true, "dependencies": { "@xml-tools/parser": "^1.0.11" @@ -1330,9 +1330,9 @@ } }, "@prettier/plugin-xml": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@prettier/plugin-xml/-/plugin-xml-3.1.1.tgz", - "integrity": "sha512-kf20whg987pD/GWz0s1H2iA2170NnyP7chfmSkY55Dhs8wZwWxVxPItfWsfJo1FVMvTuNUPZY/hTqqHrzxb6Pg==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@prettier/plugin-xml/-/plugin-xml-3.2.0.tgz", + "integrity": "sha512-1SgnoMIOLjGcKqstr6gmly7J6VoVSXULz0kMDimBE36yj59GrNvaOBPjoeYUmcpU3/IwLiCIJRaCX8qiVSvy/A==", "dev": true, "requires": { "@xml-tools/parser": "^1.0.11" diff --git a/package.json b/package.json index 80495eb..d1eca3d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "prepare": "husky install" }, "devDependencies": { - "@prettier/plugin-xml": "^3.1.1", + "@prettier/plugin-xml": "^3.2.0", "husky": "^8.0.3", "lint-staged": "^13.2.3", "prettier": "^3.0.0",