diff --git a/package-lock.json b/package-lock.json index d0684f9..ce4eb66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "devDependencies": { "@lwc/eslint-plugin-lwc": "^1.0.1", - "@prettier/plugin-xml": "^0.13.1", + "@prettier/plugin-xml": "^2.0.1", "@salesforce/eslint-config-lwc": "^2.0.0", "@salesforce/eslint-plugin-aura": "^2.0.0", "@salesforce/eslint-plugin-lightning": "^0.1.1", @@ -1764,13 +1764,13 @@ } }, "node_modules/@prettier/plugin-xml": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/@prettier/plugin-xml/-/plugin-xml-0.13.1.tgz", - "integrity": "sha512-jJbjvFEsxOT2Jhv2yydOvJbnSREJy+OECwHyZaYr05jLXlJeBrzy5YY1fDYpwTfKk1B2YqNExXI+x3Zm5yGfeA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@prettier/plugin-xml/-/plugin-xml-2.0.1.tgz", + "integrity": "sha512-zJ2+/J5ujo23oHwaiuo3DEnxnRWSw/52IP7to+XmHiTC/qG17w2ld6FbDfVrsnO2PTPp0HFotPtZFlbrPJnaqA==", "dev": true, "dependencies": { - "@xml-tools/parser": "^1.0.2", - "prettier": ">=1.10" + "@xml-tools/parser": "^1.0.11", + "prettier": ">=2.4.0" } }, "node_modules/@salesforce/eslint-config-lwc": { @@ -12723,13 +12723,13 @@ } }, "@prettier/plugin-xml": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/@prettier/plugin-xml/-/plugin-xml-0.13.1.tgz", - "integrity": "sha512-jJbjvFEsxOT2Jhv2yydOvJbnSREJy+OECwHyZaYr05jLXlJeBrzy5YY1fDYpwTfKk1B2YqNExXI+x3Zm5yGfeA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@prettier/plugin-xml/-/plugin-xml-2.0.1.tgz", + "integrity": "sha512-zJ2+/J5ujo23oHwaiuo3DEnxnRWSw/52IP7to+XmHiTC/qG17w2ld6FbDfVrsnO2PTPp0HFotPtZFlbrPJnaqA==", "dev": true, "requires": { - "@xml-tools/parser": "^1.0.2", - "prettier": ">=1.10" + "@xml-tools/parser": "^1.0.11", + "prettier": ">=2.4.0" } }, "@salesforce/eslint-config-lwc": { diff --git a/package.json b/package.json index c2df91a..5d4727a 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@lwc/eslint-plugin-lwc": "^1.0.1", - "@prettier/plugin-xml": "^0.13.1", + "@prettier/plugin-xml": "^2.0.1", "@salesforce/eslint-config-lwc": "^2.0.0", "@salesforce/eslint-plugin-aura": "^2.0.0", "@salesforce/eslint-plugin-lightning": "^0.1.1",