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" } }