From e6b5dbae0336d8d1e314840f85461636dc2f1c88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 04:02:42 +0000 Subject: [PATCH] Bump vuepress-plugin-plausible from 0.0.2 to 0.0.3 Bumps [vuepress-plugin-plausible](https://github.com/spekulatius/vuepress-plugin-plausible) from 0.0.2 to 0.0.3. - [Release notes](https://github.com/spekulatius/vuepress-plugin-plausible/releases) - [Commits](https://github.com/spekulatius/vuepress-plugin-plausible/compare/v0.0.2...v0.0.3) --- updated-dependencies: - dependency-name: vuepress-plugin-plausible dependency-type: direct:production 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 1714407..c0f093a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "vuepress-plugin-plausible": "^0.0.2" + "vuepress-plugin-plausible": "^0.0.3" }, "devDependencies": { "@vuepress/plugin-back-to-top": "^1.8.2", @@ -12230,9 +12230,9 @@ } }, "node_modules/vuepress-plugin-plausible": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/vuepress-plugin-plausible/-/vuepress-plugin-plausible-0.0.2.tgz", - "integrity": "sha512-EbfcZZpsGb46K2C9zrhQZaj1fRCT4uZFDu9XRxecuFrqGX84dBTquTwRF/4SMUes3m7iAKVaK/qmZaSG08P1uA==", + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/vuepress-plugin-plausible/-/vuepress-plugin-plausible-0.0.3.tgz", + "integrity": "sha512-Axsa9VBAiVD8W0VvHWn6iQ2D5pS7hnzIsVBYj1GfjxnZVod09OIVEwP/c9++8ABtix95A1OgA6KNI4BskBx3zw==", "engines": { "node": ">=8" } @@ -23604,9 +23604,9 @@ } }, "vuepress-plugin-plausible": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/vuepress-plugin-plausible/-/vuepress-plugin-plausible-0.0.2.tgz", - "integrity": "sha512-EbfcZZpsGb46K2C9zrhQZaj1fRCT4uZFDu9XRxecuFrqGX84dBTquTwRF/4SMUes3m7iAKVaK/qmZaSG08P1uA==" + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/vuepress-plugin-plausible/-/vuepress-plugin-plausible-0.0.3.tgz", + "integrity": "sha512-Axsa9VBAiVD8W0VvHWn6iQ2D5pS7hnzIsVBYj1GfjxnZVod09OIVEwP/c9++8ABtix95A1OgA6KNI4BskBx3zw==" }, "vuepress-plugin-seo": { "version": "0.1.4", diff --git a/package.json b/package.json index 79f74af..a7df508 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ "vuepress-theme-yuu": "^3.1.1" }, "dependencies": { - "vuepress-plugin-plausible": "^0.0.2" + "vuepress-plugin-plausible": "^0.0.3" } }