From 67668c9839358eedcae1c86aba380a40aea08993 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:34:48 -0400 Subject: [PATCH] chore(deps): bump path-to-regexp from 0.1.7 to 0.1.10 (#39096) Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 0.1.7 to 0.1.10. - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](https://github.com/pillarjs/path-to-regexp/compare/v0.1.7...v0.1.10) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../gatsby-source-contentful/src/__tests__/gatsby-node.js | 4 +++- packages/gatsby/package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/gatsby-source-contentful/src/__tests__/gatsby-node.js b/packages/gatsby-source-contentful/src/__tests__/gatsby-node.js index b366f3902c5fb..e388d58f92763 100644 --- a/packages/gatsby-source-contentful/src/__tests__/gatsby-node.js +++ b/packages/gatsby-source-contentful/src/__tests__/gatsby-node.js @@ -6,7 +6,7 @@ import { sourceNodes, onPreInit, } from "../gatsby-node" -import { existingNodes, is, memoryNodeCounts } from "../backreferences" +import { existingNodes, is } from "../backreferences" import { fetchContent, fetchContentTypes } from "../fetch" import { makeId } from "../normalize" @@ -18,6 +18,8 @@ import unpublishedFieldPreview from "../__fixtures__/unpublished-fields-preview" import preserveBackLinks from "../__fixtures__/preserve-back-links" import editingNodeReferecingNodeWithChildLink from "../__fixtures__/editing-node-referencing-nodes-with-child-links" +jest.setTimeout(30000) + jest.mock(`../fetch`) jest.mock(`gatsby-core-utils`, () => { const originalModule = jest.requireActual(`gatsby-core-utils`) diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index fd146710ba531..e29bc03c362e7 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -137,7 +137,7 @@ "opentracing": "^0.14.7", "p-defer": "^3.0.0", "parseurl": "^1.3.3", - "path-to-regexp": "0.1.7", + "path-to-regexp": "0.1.10", "physical-cpu-count": "^2.0.0", "platform": "^1.3.6", "postcss": "^8.4.24",