From f30a75d4c9f7865c21c7f2e63cd2d740cd439a44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Souchet=20C=C3=A9line?= Date: Wed, 21 Dec 2022 17:47:48 +0100 Subject: [PATCH] [INFRA] dev - Bump gatsby from 5.3.2 to 5.3.3 Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 5.3.2 to 5.3.3. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@5.3.2...gatsby@5.3.3) --- updated-dependencies: - dependency-name: gatsby dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1b3a98a17..a553cccee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "eslint-plugin-mdx": "^2.0.5", "eslint-plugin-notice": "^0.9.10", "eslint-plugin-prettier": "^4.2.1", - "gatsby": "^5.3.2", + "gatsby": "^5.3.3", "gatsby-plugin-google-gtag": "^5.3.0", "gatsby-plugin-mailchimp": "^5.2.2", "gatsby-plugin-manifest": "^5.3.1", @@ -11293,9 +11293,9 @@ } }, "node_modules/gatsby": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.3.2.tgz", - "integrity": "sha512-zBhh76mALss4500DTZiIqhAxw3rEvzTyGgt1hButVHzn/AQLvPoV15zGeJFX+4UfDhBT22iqar/PliZDGgB0CA==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.3.3.tgz", + "integrity": "sha512-YKQAmm6X6I5Dx8CsCbrJpFFQo+LwGtosUSq6oSB2GxoH6HfOYjczxCMcvNVUOPJDId49YHuxG9ryykBPgWDR1w==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -33436,9 +33436,9 @@ "dev": true }, "gatsby": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.3.2.tgz", - "integrity": "sha512-zBhh76mALss4500DTZiIqhAxw3rEvzTyGgt1hButVHzn/AQLvPoV15zGeJFX+4UfDhBT22iqar/PliZDGgB0CA==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.3.3.tgz", + "integrity": "sha512-YKQAmm6X6I5Dx8CsCbrJpFFQo+LwGtosUSq6oSB2GxoH6HfOYjczxCMcvNVUOPJDId49YHuxG9ryykBPgWDR1w==", "dev": true, "requires": { "@babel/code-frame": "^7.14.0", diff --git a/package.json b/package.json index a70961968..f47bf565e 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "eslint-plugin-mdx": "^2.0.5", "eslint-plugin-notice": "^0.9.10", "eslint-plugin-prettier": "^4.2.1", - "gatsby": "^5.3.2", + "gatsby": "^5.3.3", "gatsby-plugin-google-gtag": "^5.3.0", "gatsby-plugin-mailchimp": "^5.2.2", "gatsby-plugin-manifest": "^5.3.1",