Skip to content

Commit 67668c9

Browse files
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](pillarjs/path-to-regexp@v0.1.7...v0.1.10) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a55d755 commit 67668c9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/gatsby-source-contentful/src/__tests__/gatsby-node.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
sourceNodes,
77
onPreInit,
88
} from "../gatsby-node"
9-
import { existingNodes, is, memoryNodeCounts } from "../backreferences"
9+
import { existingNodes, is } from "../backreferences"
1010
import { fetchContent, fetchContentTypes } from "../fetch"
1111
import { makeId } from "../normalize"
1212

@@ -18,6 +18,8 @@ import unpublishedFieldPreview from "../__fixtures__/unpublished-fields-preview"
1818
import preserveBackLinks from "../__fixtures__/preserve-back-links"
1919
import editingNodeReferecingNodeWithChildLink from "../__fixtures__/editing-node-referencing-nodes-with-child-links"
2020

21+
jest.setTimeout(30000)
22+
2123
jest.mock(`../fetch`)
2224
jest.mock(`gatsby-core-utils`, () => {
2325
const originalModule = jest.requireActual(`gatsby-core-utils`)

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"opentracing": "^0.14.7",
138138
"p-defer": "^3.0.0",
139139
"parseurl": "^1.3.3",
140-
"path-to-regexp": "0.1.7",
140+
"path-to-regexp": "0.1.10",
141141
"physical-cpu-count": "^2.0.0",
142142
"platform": "^1.3.6",
143143
"postcss": "^8.4.24",

0 commit comments

Comments
 (0)