From 35cef4a04a538039068a559e31f07fa8e31ec950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 04:03:43 +0000 Subject: [PATCH] Bump vuepress-plugin-seo from 0.1.4 to 0.2.0 Bumps [vuepress-plugin-seo](https://github.com/lorisleiva/vuepress-plugin-seo) from 0.1.4 to 0.2.0. - [Release notes](https://github.com/lorisleiva/vuepress-plugin-seo/releases) - [Commits](https://github.com/lorisleiva/vuepress-plugin-seo/compare/v0.1.4...v0.2.0) --- updated-dependencies: - dependency-name: vuepress-plugin-seo 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 1714407..c26c8e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "dotenv": "^10.0.0", "npm-run-all": "^4.1.5", "vuepress": "^1.8.2", - "vuepress-plugin-seo": "^0.1.3", + "vuepress-plugin-seo": "^0.2.0", "vuepress-plugin-sitemap": "^2.3.1", "vuepress-theme-yuu": "^3.1.1" } @@ -12238,9 +12238,9 @@ } }, "node_modules/vuepress-plugin-seo": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/vuepress-plugin-seo/-/vuepress-plugin-seo-0.1.4.tgz", - "integrity": "sha512-foNKrAAKihiC47bx0UXFzs/+BIFmnowTQsLVF/8pfsnsPDp8FXjkTGyjxyjOhbwj7ADPv32CdX3pEoYGnZ7OjA==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/vuepress-plugin-seo/-/vuepress-plugin-seo-0.2.0.tgz", + "integrity": "sha512-/Rqul20UTL30mZyCbNwkfAfP50Yr7jzWlavQ92OVzZ8PcpZGXoDc+eoKQyKLQKL3G96dqvuCCbIMbW7RRs7Bhw==", "dev": true }, "node_modules/vuepress-plugin-sitemap": { @@ -23609,9 +23609,9 @@ "integrity": "sha512-EbfcZZpsGb46K2C9zrhQZaj1fRCT4uZFDu9XRxecuFrqGX84dBTquTwRF/4SMUes3m7iAKVaK/qmZaSG08P1uA==" }, "vuepress-plugin-seo": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/vuepress-plugin-seo/-/vuepress-plugin-seo-0.1.4.tgz", - "integrity": "sha512-foNKrAAKihiC47bx0UXFzs/+BIFmnowTQsLVF/8pfsnsPDp8FXjkTGyjxyjOhbwj7ADPv32CdX3pEoYGnZ7OjA==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/vuepress-plugin-seo/-/vuepress-plugin-seo-0.2.0.tgz", + "integrity": "sha512-/Rqul20UTL30mZyCbNwkfAfP50Yr7jzWlavQ92OVzZ8PcpZGXoDc+eoKQyKLQKL3G96dqvuCCbIMbW7RRs7Bhw==", "dev": true }, "vuepress-plugin-sitemap": { diff --git a/package.json b/package.json index 79f74af..bad5973 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dotenv": "^10.0.0", "npm-run-all": "^4.1.5", "vuepress": "^1.8.2", - "vuepress-plugin-seo": "^0.1.3", + "vuepress-plugin-seo": "^0.2.0", "vuepress-plugin-sitemap": "^2.3.1", "vuepress-theme-yuu": "^3.1.1" },