From 17fef6fac9842931ab71d1382a777992a16fb65a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 11:42:17 +0000 Subject: [PATCH] Bump gatsby-plugin-matomo from 0.10.0 to 0.11.1 Bumps [gatsby-plugin-matomo](https://github.com/kremalicious/gatsby-plugin-matomo) from 0.10.0 to 0.11.1. - [Release notes](https://github.com/kremalicious/gatsby-plugin-matomo/releases) - [Changelog](https://github.com/kremalicious/gatsby-plugin-matomo/blob/main/CHANGELOG.md) - [Commits](https://github.com/kremalicious/gatsby-plugin-matomo/compare/v0.10.0...v0.11.1) --- updated-dependencies: - dependency-name: gatsby-plugin-matomo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2644f9e..c7dcdde 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@fontsource/dm-sans": "^4.5.0", "gatsby": "3.10.1", "gatsby-plugin-manifest": "3.10.0", - "gatsby-plugin-matomo": "0.10.0", + "gatsby-plugin-matomo": "0.11.1", "gatsby-plugin-offline": "4.10.0", "gatsby-plugin-postcss": "4.10.0", "gatsby-plugin-react-helmet": "4.10.0", @@ -11530,11 +11530,11 @@ } }, "node_modules/gatsby-plugin-matomo": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-matomo/-/gatsby-plugin-matomo-0.10.0.tgz", - "integrity": "sha512-ghtWLfs4tkanB6B6rMZPcH8y5F99GTV0hpupxDWkxk1RrCRyGEDhHJ6QpmDp62Tkkss1EfoXXPia8E3IV+qP9g==", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-matomo/-/gatsby-plugin-matomo-0.11.1.tgz", + "integrity": "sha512-ZAJ42Vf4123IVo+crBpIDOttCdn8E3RBufZtOMhHEDxlwoATYwJ2qdXyAoBp67vpuXpQQ7ZLPL6bTj2m+Cu6ww==", "peerDependencies": { - "gatsby": "^2.0.0 || ^3.0.0", + "gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0", "react": ">=16.8", "react-dom": ">=16.8" } @@ -36306,9 +36306,9 @@ } }, "gatsby-plugin-matomo": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-matomo/-/gatsby-plugin-matomo-0.10.0.tgz", - "integrity": "sha512-ghtWLfs4tkanB6B6rMZPcH8y5F99GTV0hpupxDWkxk1RrCRyGEDhHJ6QpmDp62Tkkss1EfoXXPia8E3IV+qP9g==", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-matomo/-/gatsby-plugin-matomo-0.11.1.tgz", + "integrity": "sha512-ZAJ42Vf4123IVo+crBpIDOttCdn8E3RBufZtOMhHEDxlwoATYwJ2qdXyAoBp67vpuXpQQ7ZLPL6bTj2m+Cu6ww==", "requires": {} }, "gatsby-plugin-offline": { diff --git a/package.json b/package.json index 1c71aa2..35b751d 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@fontsource/dm-sans": "^4.5.0", "gatsby": "3.10.1", "gatsby-plugin-manifest": "3.10.0", - "gatsby-plugin-matomo": "0.10.0", + "gatsby-plugin-matomo": "0.11.1", "gatsby-plugin-offline": "4.10.0", "gatsby-plugin-postcss": "4.10.0", "gatsby-plugin-react-helmet": "4.10.0",