Skip to content

Commit

Permalink
chore(deps): update path-to-regexp to 3.3.0 (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Sep 16, 2024
1 parent 39ac757 commit f8960d5
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 18 deletions.
9 changes: 5 additions & 4 deletions examples/config/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions examples/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,10 @@
"cypress": "13.14.2",
"serve": "14.2.1",
"start-server-and-test": "2.0.3"
},
"overrides": {
"serve": {
"path-to-regexp": "3.3.0"
}
}
}
7 changes: 6 additions & 1 deletion examples/start-and-pnpm-workspaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"name": "start-and-pnpm-workspaces",
"version": "1.0.0",
"description": "example using pnpm with workspaces",
"private": true
"private": true,
"pnpm": {
"overrides": {
"path-to-regexp": "3.3.0"
}
}
}
11 changes: 7 additions & 4 deletions examples/start-and-pnpm-workspaces/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion examples/start-and-yarn-workspaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"workspaces": [
"workspace-1",
"workspace-2"
]
],
"resolutions": {
"path-to-regexp": "3.3.0"
}
}
8 changes: 4 additions & 4 deletions examples/start-and-yarn-workspaces/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1076,10 +1076,10 @@ path-key@^3.0.0, path-key@^3.1.0:
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==

path-to-regexp@2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-2.2.1.tgz#90b617025a16381a879bc82a38d4e8bdeb2bcf45"
integrity sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==
path-to-regexp@2.2.1, path-to-regexp@3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-3.3.0.tgz#f7f31d32e8518c2660862b644414b6d5c63a611b"
integrity sha512-qyCH421YQPS2WFDxDjftfc1ZR5WKQzVzqsp4n9M2kQhVOo/ByahFoUNJfl58kOcEGfQ//7weFTDhm+ss8Ecxgw==

pend@~1.2.0:
version "1.2.0"
Expand Down
9 changes: 5 additions & 4 deletions examples/start/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions examples/start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@
"devDependencies": {
"cypress": "13.14.2",
"serve": "14.2.1"
},
"overrides": {
"serve": {
"path-to-regexp": "3.3.0"
}
}
}

0 comments on commit f8960d5

Please sign in to comment.