From 48b0ac9b92e8fe2234004cee09e372dfc7cd8804 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Sep 2021 01:44:35 +0000 Subject: [PATCH] build(dev-deps): bump @prettier/plugin-xml from 1.0.1 to 1.0.2 Bumps [@prettier/plugin-xml](https://github.com/prettier/plugin-xml) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/prettier/plugin-xml/releases) - [Changelog](https://github.com/prettier/plugin-xml/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/plugin-xml/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: "@prettier/plugin-xml" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index bbd5def..9ef5fdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "vuepress": "^1.8.2" }, "devDependencies": { - "@prettier/plugin-xml": "^1.0.1", + "@prettier/plugin-xml": "^1.0.2", "husky": "^5.1.1", "prettier": "^2.4.1", "prettier-plugin-packagejson": "^2.2.13", @@ -1051,9 +1051,9 @@ } }, "node_modules/@prettier/plugin-xml": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@prettier/plugin-xml/-/plugin-xml-1.0.1.tgz", - "integrity": "sha512-zDsZMooB65KhCAJPpt88jhbxLGSYIP9xkUB63BEgv8RAhAxjDdboXTCE2kjHWI9YAA2AJzZFclW6FhXb3pFakg==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@prettier/plugin-xml/-/plugin-xml-1.0.2.tgz", + "integrity": "sha512-QNqKaa56/7trSqVuGDUzS9xw6Hx0qOklAwA7A2Mn89FPnPywyrK/GNCO71XK0AfoRNrmY0vETVpR2pWpBwfzow==", "dev": true, "dependencies": { "@xml-tools/parser": "^1.0.11", @@ -13500,9 +13500,9 @@ } }, "@prettier/plugin-xml": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@prettier/plugin-xml/-/plugin-xml-1.0.1.tgz", - "integrity": "sha512-zDsZMooB65KhCAJPpt88jhbxLGSYIP9xkUB63BEgv8RAhAxjDdboXTCE2kjHWI9YAA2AJzZFclW6FhXb3pFakg==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@prettier/plugin-xml/-/plugin-xml-1.0.2.tgz", + "integrity": "sha512-QNqKaa56/7trSqVuGDUzS9xw6Hx0qOklAwA7A2Mn89FPnPywyrK/GNCO71XK0AfoRNrmY0vETVpR2pWpBwfzow==", "dev": true, "requires": { "@xml-tools/parser": "^1.0.11", diff --git a/package.json b/package.json index 6adad90..06295fe 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "vuepress": "^1.8.2" }, "devDependencies": { - "@prettier/plugin-xml": "^1.0.1", + "@prettier/plugin-xml": "^1.0.2", "husky": "^5.1.1", "prettier": "^2.4.1", "prettier-plugin-packagejson": "^2.2.13",