From 64291f0e7855afd155665e53fbdd8ecd499f977c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 19:21:31 +0000 Subject: [PATCH] Bump gatsby-core-utils from 4.12.0 to 4.12.1 Bumps [gatsby-core-utils](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-core-utils) from 4.12.0 to 4.12.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-core-utils/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@4.12.1/packages/gatsby-core-utils) --- updated-dependencies: - dependency-name: gatsby-core-utils dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c207e4e..dd6ab5d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@mdx-js/react": "^2.3.0", "gatsby": "^5.12.6", - "gatsby-core-utils": "^4.12.0", + "gatsby-core-utils": "^4.12.1", "gatsby-plugin-feed": "^5.12.1", "gatsby-plugin-image": "^3.12.1", "gatsby-plugin-mdx": "^5.12.1", @@ -9803,9 +9803,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/gatsby-core-utils": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.12.0.tgz", - "integrity": "sha512-1vK0cmL8FNHAddQ5WZt0yTPdFSZuMPNUSsHckM+ZdVmRxyif3aZYSi7ofj6sJo/UvhKj7fBqJv/smZYpp2PRqg==", + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.12.1.tgz", + "integrity": "sha512-YW7eCK2M6yGQerT5LkdOHLZTNYMsDvcgeDMRy0q66FWKj7twPZX428I6NaLCMeF5dYoj1HOOO0u96iNlW5jcKQ==", "dependencies": { "@babel/runtime": "^7.20.13", "ci-info": "2.0.0", diff --git a/package.json b/package.json index 76e7ccaf..418ecf7e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "@mdx-js/react": "^2.3.0", "gatsby": "^5.12.6", - "gatsby-core-utils": "^4.12.0", + "gatsby-core-utils": "^4.12.1", "gatsby-plugin-feed": "^5.12.1", "gatsby-plugin-image": "^3.12.1", "gatsby-plugin-mdx": "^5.12.1",