From 8d5bb1e1ac2ef7d5b136c1896b8dd9d098149125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 02:30:56 +0000 Subject: [PATCH] chore(deps-dev): bump @nuxtjs/plausible from 0.2.3 to 0.2.4 Bumps [@nuxtjs/plausible](https://github.com/nuxt-modules/plausible) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/nuxt-modules/plausible/releases) - [Commits](https://github.com/nuxt-modules/plausible/compare/v0.2.3...v0.2.4) --- updated-dependencies: - dependency-name: "@nuxtjs/plausible" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 41d4142..089bb0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nuxt-themes/docus": "*", "@nuxt/devtools": "^1.0.0", "@nuxt/eslint-config": "^0.2.0", - "@nuxtjs/plausible": "^0.2.3", + "@nuxtjs/plausible": "^0.2.4", "@types/node": "^20.10.3", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.55.0", @@ -2395,13 +2395,13 @@ } }, "node_modules/@nuxtjs/plausible": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@nuxtjs/plausible/-/plausible-0.2.3.tgz", - "integrity": "sha512-HGZA70ad6IgaP0bN2N3sEsBxURZfUb8HMMxQ7s/Iqw1U8snBsByAEaIxD0eafWLOvwNckHMTYzCIl+Xs6ZiXSA==", + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/@nuxtjs/plausible/-/plausible-0.2.4.tgz", + "integrity": "sha512-9HrSl9ZGKS/7bULAt8uzAGo9BJyIZebzRSLQD8ZhiODaGyRdEQlgcJBw5JgUzjcC5n4T0ZlX3FC6C3Wyp7opgA==", "dev": true, "dependencies": { - "@nuxt/kit": "^3.7.1", - "defu": "^6.1.2", + "@nuxt/kit": "^3.8.2", + "defu": "^6.1.3", "pathe": "^1.1.1", "plausible-tracker": "^0.3.8" } diff --git a/package.json b/package.json index 7b73e67..8ef14fe 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@nuxt-themes/docus": "latest", "@nuxt/devtools": "^1.0.0", "@nuxt/eslint-config": "^0.2.0", - "@nuxtjs/plausible": "^0.2.3", + "@nuxtjs/plausible": "^0.2.4", "@types/node": "^20.10.3", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.55.0",