From fc17eccbd25700a8ff83b72628614f3ef88acc39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 05:22:11 +0000 Subject: [PATCH] Bump gatsby-plugin-canonical-urls from 3.7.1 to 3.12.0 Bumps [gatsby-plugin-canonical-urls](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-canonical-urls) from 3.7.1 to 3.12.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-canonical-urls/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@3.12.0/packages/gatsby-plugin-canonical-urls) --- updated-dependencies: - dependency-name: gatsby-plugin-canonical-urls dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++++++---- package.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 27ed511..98ebc61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8992,11 +8992,21 @@ } }, "gatsby-plugin-canonical-urls": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-canonical-urls/-/gatsby-plugin-canonical-urls-3.7.1.tgz", - "integrity": "sha512-St6nr7+3RUGiHS8BjGJmFpSUtLvooZoZSqgyvOvi7wAufoZmn95mMlVpbxJS40sxXSZxLfiQ3O3CUCqDv3Xu3w==", + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-canonical-urls/-/gatsby-plugin-canonical-urls-3.12.0.tgz", + "integrity": "sha512-L/y6ZXmFEHmA/H8JwsHfdFkpzvLoDPdc9HUZRuWVhg9lz7ko4dSU//OHRHtlehi7Ac8cPGbQq3Z6v2a2NuKJlA==", "requires": { - "@babel/runtime": "^7.14.0" + "@babel/runtime": "^7.14.8" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.15.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.3.tgz", + "integrity": "sha512-OvwMLqNXkCXSz1kSm58sEsNuhqOx/fKpnUnKnFB5v8uDda5bLNEHNgKPvhDN6IU0LDcnHQ90LlJ0Q6jnyBSIBA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "gatsby-plugin-catch-links": { diff --git a/package.json b/package.json index dc9b741..76c1d2b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "@rocketseat/gatsby-theme-docs": "^2.3.1", "gatsby": "^3.7.2", - "gatsby-plugin-canonical-urls": "^3.7.1", + "gatsby-plugin-canonical-urls": "^3.12.0", "gatsby-plugin-google-analytics": "^3.7.1", "gatsby-plugin-offline": "^4.7.1", "gatsby-plugin-remove-trailing-slashes": "^3.7.1",