From cb549356ed9846c6a27597e5140a4e503b4fe54d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 04:01:06 +0000 Subject: [PATCH] Bump next-plausible from 3.6.5 to 3.7.0 Bumps [next-plausible](https://github.com/4lejandrito/next-plausible) from 3.6.5 to 3.7.0. - [Release notes](https://github.com/4lejandrito/next-plausible/releases) - [Changelog](https://github.com/4lejandrito/next-plausible/blob/master/CHANGELOG.md) - [Commits](https://github.com/4lejandrito/next-plausible/compare/v3.6.5...v3.7.0) --- updated-dependencies: - dependency-name: next-plausible dependency-type: direct:production 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 ec54f23..9c57144 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "isomorphic-unfetch": "^4.0.1", "markdown": "^0.5.0", "next": "^13.1.1", - "next-plausible": "^3.6.5", + "next-plausible": "^3.7.0", "next-seo": "^5.15.0", "prismjs": "^1.29.0", "react": "^18.2.0", @@ -7028,9 +7028,9 @@ } }, "node_modules/next-plausible": { - "version": "3.6.5", - "resolved": "https://registry.npmjs.org/next-plausible/-/next-plausible-3.6.5.tgz", - "integrity": "sha512-eGsyie68xIyX+If1PSIJsgv7pkiMUm66Yt9gELl3kUvljaxoJOCwUEALGk5JHvhByGsBiRswkrGioDMthL3gfQ==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/next-plausible/-/next-plausible-3.7.0.tgz", + "integrity": "sha512-YQ/b+BcPIZHOsQPB+YkAAzP4l9oELt3qKazPYvuNr5WRHRDknpyIkge4hf6aeuM+Wg4sdxaY7DfbbAUZlgREuw==", "funding": { "url": "https://github.com/4lejandrito/next-plausible?sponsor=1" }, @@ -15598,9 +15598,9 @@ } }, "next-plausible": { - "version": "3.6.5", - "resolved": "https://registry.npmjs.org/next-plausible/-/next-plausible-3.6.5.tgz", - "integrity": "sha512-eGsyie68xIyX+If1PSIJsgv7pkiMUm66Yt9gELl3kUvljaxoJOCwUEALGk5JHvhByGsBiRswkrGioDMthL3gfQ==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/next-plausible/-/next-plausible-3.7.0.tgz", + "integrity": "sha512-YQ/b+BcPIZHOsQPB+YkAAzP4l9oELt3qKazPYvuNr5WRHRDknpyIkge4hf6aeuM+Wg4sdxaY7DfbbAUZlgREuw==", "requires": {} }, "next-seo": { diff --git a/package.json b/package.json index f47895d..7e5afb6 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "isomorphic-unfetch": "^4.0.1", "markdown": "^0.5.0", "next": "^13.1.1", - "next-plausible": "^3.6.5", + "next-plausible": "^3.7.0", "next-seo": "^5.15.0", "prismjs": "^1.29.0", "react": "^18.2.0",