From 721f15c49341f174c94660315122c0f13696db1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 04:06:42 +0000 Subject: [PATCH] Bump gatsby-plugin-matomo from 0.8.3 to 0.9.0 Bumps [gatsby-plugin-matomo](https://github.com/kremalicious/gatsby-plugin-matomo) from 0.8.3 to 0.9.0. - [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.8.3...v0.9.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 75277917..7b679d89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11671,9 +11671,9 @@ } }, "gatsby-plugin-matomo": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/gatsby-plugin-matomo/-/gatsby-plugin-matomo-0.8.3.tgz", - "integrity": "sha512-fv6TgD+WsxziZrtmz6sNF4m9FgSyV+8y3R1sobA5hB5OxJyhs/Y4HVo9jCPRHu5VLKQsg4i7LJhWL0ocJiqEWQ==" + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-matomo/-/gatsby-plugin-matomo-0.9.0.tgz", + "integrity": "sha512-PqxVWMXhVOkJbEMLiW3G7tWTx4TMilzV6ywwOM7tCSp4718T+pAb+l0aJl2/bOs9kezxHmKa9yxvH4Kvs1rTYA==" }, "gatsby-plugin-meta-redirect": { "version": "1.1.1", diff --git a/package.json b/package.json index 92ca6713..f1e499cc 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "gatsby-plugin-feed": "^2.12.0", "gatsby-plugin-lunr": "^1.5.2", "gatsby-plugin-manifest": "^2.11.0", - "gatsby-plugin-matomo": "^0.8.3", + "gatsby-plugin-matomo": "^0.9.0", "gatsby-plugin-meta-redirect": "^1.1.1", "gatsby-plugin-offline": "^3.9.0", "gatsby-plugin-react-helmet": "^3.9.0",