Skip to content

Commit

Permalink
chore(deps): bump path-to-regexp from 0.1.7 to 0.1.10 (#39096)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2024
1 parent a55d755 commit 67668c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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`)
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 67668c9

Please sign in to comment.