From 9adca3fdc01f04507c06bca3d239ca218e3a6b30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 14:04:12 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-canonical-urls in /docs Bumps [gatsby-plugin-canonical-urls](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-canonical-urls) from 4.11.0 to 4.13.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@4.13.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] --- docs/package-lock.json | 28 ++++++++++++++-------------- docs/package.json | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 3a63da4daf71..bf9928074937 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -15,7 +15,7 @@ "@mdx-js/react": "^1.6.16", "gatsby": "^4.13.1", "gatsby-alias-imports": "^1.0.6", - "gatsby-plugin-canonical-urls": "^4.11.0", + "gatsby-plugin-canonical-urls": "^4.13.0", "gatsby-plugin-catch-links": "^4.11.0", "gatsby-plugin-emotion": "^7.11.0", "gatsby-plugin-google-analytics": "^4.13.0", @@ -38,7 +38,7 @@ "gatsby-source-filesystem": "^4.13.0", "gatsby-transformer-remark": "^5.13.0", "gatsby-transformer-sharp": "^4.13.0", - "gatsby-transformer-yaml": "^4.11.0", + "gatsby-transformer-yaml": "^4.13.0", "polished": "^4.1.4", "postcss": "^8.4.12", "prism-react-renderer": "^1.3.1", @@ -12787,9 +12787,9 @@ } }, "node_modules/gatsby-plugin-canonical-urls": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-canonical-urls/-/gatsby-plugin-canonical-urls-4.11.0.tgz", - "integrity": "sha512-3UjK1J2lTpg0U5Hcqp7Dr8oZoDZVkXOwYPKdfiQ03JnU86jpqcF6mkNt91krlhoFq6mKIhQBwjSySTiJfGiVZw==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-canonical-urls/-/gatsby-plugin-canonical-urls-4.13.0.tgz", + "integrity": "sha512-wzSREcRb++n0FWRuj9yJcv876w2hrFKD8CW8RZMT4zzoRWE4yk5WVsOe6FIuPn7oRI/ULbRuG6RsKYDRANgy7w==", "dependencies": { "@babel/runtime": "^7.15.4" }, @@ -14670,9 +14670,9 @@ } }, "node_modules/gatsby-transformer-yaml": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/gatsby-transformer-yaml/-/gatsby-transformer-yaml-4.11.0.tgz", - "integrity": "sha512-GTCkULgOxbyRbovO9VHi0P+7iv/fEQG3uBeKiJyvMRUDD4bIQ9uIdT7hZ1RPwctu9dpt9T/X7kx+CShRzmELYw==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/gatsby-transformer-yaml/-/gatsby-transformer-yaml-4.13.0.tgz", + "integrity": "sha512-r9MuNUunAIsFup/KUPbgyYztw4GHsn9f1T/u8Jsf7fqFi9mvvi7nxc01SLXDArho746/4ewpjUFE2CYmawjfSQ==", "dependencies": { "@babel/runtime": "^7.15.4", "js-yaml": "^3.14.1", @@ -36010,9 +36010,9 @@ } }, "gatsby-plugin-canonical-urls": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-canonical-urls/-/gatsby-plugin-canonical-urls-4.11.0.tgz", - "integrity": "sha512-3UjK1J2lTpg0U5Hcqp7Dr8oZoDZVkXOwYPKdfiQ03JnU86jpqcF6mkNt91krlhoFq6mKIhQBwjSySTiJfGiVZw==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-canonical-urls/-/gatsby-plugin-canonical-urls-4.13.0.tgz", + "integrity": "sha512-wzSREcRb++n0FWRuj9yJcv876w2hrFKD8CW8RZMT4zzoRWE4yk5WVsOe6FIuPn7oRI/ULbRuG6RsKYDRANgy7w==", "requires": { "@babel/runtime": "^7.15.4" } @@ -37378,9 +37378,9 @@ } }, "gatsby-transformer-yaml": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/gatsby-transformer-yaml/-/gatsby-transformer-yaml-4.11.0.tgz", - "integrity": "sha512-GTCkULgOxbyRbovO9VHi0P+7iv/fEQG3uBeKiJyvMRUDD4bIQ9uIdT7hZ1RPwctu9dpt9T/X7kx+CShRzmELYw==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/gatsby-transformer-yaml/-/gatsby-transformer-yaml-4.13.0.tgz", + "integrity": "sha512-r9MuNUunAIsFup/KUPbgyYztw4GHsn9f1T/u8Jsf7fqFi9mvvi7nxc01SLXDArho746/4ewpjUFE2CYmawjfSQ==", "requires": { "@babel/runtime": "^7.15.4", "js-yaml": "^3.14.1", diff --git a/docs/package.json b/docs/package.json index 8bd9d7b1ac2c..90e9ef376845 100644 --- a/docs/package.json +++ b/docs/package.json @@ -12,7 +12,7 @@ "@mdx-js/react": "^1.6.16", "gatsby": "^4.13.1", "gatsby-alias-imports": "^1.0.6", - "gatsby-plugin-canonical-urls": "^4.11.0", + "gatsby-plugin-canonical-urls": "^4.13.0", "gatsby-plugin-catch-links": "^4.11.0", "gatsby-plugin-emotion": "^7.11.0", "gatsby-plugin-google-analytics": "^4.13.0", @@ -35,7 +35,7 @@ "gatsby-source-filesystem": "^4.13.0", "gatsby-transformer-remark": "^5.13.0", "gatsby-transformer-sharp": "^4.13.0", - "gatsby-transformer-yaml": "^4.11.0", + "gatsby-transformer-yaml": "^4.13.0", "polished": "^4.1.4", "postcss": "^8.4.12", "prism-react-renderer": "^1.3.1",