From 25d71f68a75127182cd866857216a8a58c671a3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 19:07:36 +0000 Subject: [PATCH] build(deps): bump @socialgouv/matomo-next from 1.6.1 to 1.8.0 Bumps [@socialgouv/matomo-next](https://github.com/SocialGouv/matomo-next) from 1.6.1 to 1.8.0. - [Release notes](https://github.com/SocialGouv/matomo-next/releases) - [Changelog](https://github.com/SocialGouv/matomo-next/blob/master/CHANGELOG.md) - [Commits](https://github.com/SocialGouv/matomo-next/compare/v1.6.1...v1.8.0) --- updated-dependencies: - dependency-name: "@socialgouv/matomo-next" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3683cff..3a3d94b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@ericblade/quagga2": "^1.8.2", "@frontendnetwork/vegancheck": "^1.1.42", - "@socialgouv/matomo-next": "^1.6.1", + "@socialgouv/matomo-next": "^1.8.0", "@types/node": "20.8.9", "@types/react-dom": "18.2.14", "eslint-config-sznm": "^2.0.2", @@ -2419,9 +2419,9 @@ "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" }, "node_modules/@socialgouv/matomo-next": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@socialgouv/matomo-next/-/matomo-next-1.6.1.tgz", - "integrity": "sha512-O2lxMKZHVzvXGZNsKOnsSS+hzqxIX35CPRuVkuU8Z+EFORuO2R/iiBBfyY1d+XvexIsJOA2uHnxhJxsdeFIrRw==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@socialgouv/matomo-next/-/matomo-next-1.8.0.tgz", + "integrity": "sha512-00EdsbW0u/VrKFa7DfVjnXV4oXA6Ag3kkCisSL2nFseRQhEsds5T8xsAgvNQAtiMW9AR6Mz3TNZt7A2/mIb9kA==", "peerDependencies": { "next": ">= 9.5.5" } diff --git a/package.json b/package.json index 0938c37..62b0add 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@ericblade/quagga2": "^1.8.2", "@frontendnetwork/vegancheck": "^1.1.42", - "@socialgouv/matomo-next": "^1.6.1", + "@socialgouv/matomo-next": "^1.8.0", "@types/node": "20.8.9", "@types/react-dom": "18.2.14", "eslint-config-sznm": "^2.0.2",