From 07945fbba5077ad4bc71b1ca6a048d40198fd579 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 14:11:49 +0000 Subject: [PATCH] chore(deps): update dependency gatsby to v5.12.10 --- example/package.json | 2 +- package-lock.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/example/package.json b/example/package.json index f86bc9b0..2aa543ba 100644 --- a/example/package.json +++ b/example/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "babel-plugin-styled-components": "2.1.4", - "gatsby": "5.12.9", + "gatsby": "5.12.10", "gatsby-plugin-image": "3.12.3", "gatsby-plugin-manifest": "5.12.3", "gatsby-plugin-react-helmet": "6.12.0", diff --git a/package-lock.json b/package-lock.json index f329fd39..85b6ed69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "license": "MIT", "dependencies": { "babel-plugin-styled-components": "2.1.4", - "gatsby": "5.12.9", + "gatsby": "5.12.10", "gatsby-plugin-image": "3.12.3", "gatsby-plugin-manifest": "5.12.3", "gatsby-plugin-react-helmet": "6.12.0", @@ -12493,9 +12493,9 @@ } }, "node_modules/gatsby": { - "version": "5.12.9", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.12.9.tgz", - "integrity": "sha512-Nu+A4lW/7VDcxdaBypbp/Sw9mEzpfVnDBiwb0yiSW3pZDpC7iKFVVlhK2Ovq6Wy4gyYiE1LjT2sMNGKR1lkh6Q==", + "version": "5.12.10", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.12.10.tgz", + "integrity": "sha512-hcrCohYKwF98EaotOt4CURnokI8eh6bkW30IJv6sdvD9auqSYrrSufzUCT93amHZ2rhc06YBUIHR2u35Gl0lVA==", "hasInstallScript": true, "dependencies": { "@babel/code-frame": "^7.18.6", @@ -12585,7 +12585,7 @@ "gatsby-legacy-polyfills": "^3.12.0", "gatsby-link": "^5.12.1", "gatsby-page-utils": "^3.12.1", - "gatsby-parcel-config": "^1.12.1", + "gatsby-parcel-config": "1.12.1", "gatsby-plugin-page-creator": "^5.12.3", "gatsby-plugin-typescript": "^5.12.1", "gatsby-plugin-utils": "^4.12.3",