From a2c57cf62d3e47ead2b7ba4771b377fe0a0f9292 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 23:00:58 +0000 Subject: [PATCH] build(dev-deps): bump @prettier/plugin-xml from 1.0.1 to 1.1.0 Bumps [@prettier/plugin-xml](https://github.com/prettier/plugin-xml) from 1.0.1 to 1.1.0. - [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.1.0) --- updated-dependencies: - dependency-name: "@prettier/plugin-xml" dependency-type: direct:development update-type: version-update:semver-minor ... 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..f1a6b3f 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.1.0", "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.1.0", + "resolved": "https://registry.npmjs.org/@prettier/plugin-xml/-/plugin-xml-1.1.0.tgz", + "integrity": "sha512-ftQAIB3icdzvfMWmQ6HhxWFwIkVE2bZaPb2Z2YgX9BVqq3ucf33eQAdPwD1wWvPwXwbeZvDoz60vYZv/Qjq+rg==", "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.1.0", + "resolved": "https://registry.npmjs.org/@prettier/plugin-xml/-/plugin-xml-1.1.0.tgz", + "integrity": "sha512-ftQAIB3icdzvfMWmQ6HhxWFwIkVE2bZaPb2Z2YgX9BVqq3ucf33eQAdPwD1wWvPwXwbeZvDoz60vYZv/Qjq+rg==", "dev": true, "requires": { "@xml-tools/parser": "^1.0.11", diff --git a/package.json b/package.json index 6adad90..e6b4ccd 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.1.0", "husky": "^5.1.1", "prettier": "^2.4.1", "prettier-plugin-packagejson": "^2.2.13",