Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dohaki committed Jan 15, 2025
1 parent 9b1cf61 commit 3e2b4a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@
"**/ethereum-cryptography/secp256k1": "4.0.4",
"**/@vercel/node/ts-node": "10.9.2",
"**/@vercel/node/typescript": "5.7.3",
"**/@vercel/node/path-to-regexp": "6.3.0",
"**/@vercel/routing-utils/path-to-regexp": "6.3.0"
},
"overrides": {
Expand All @@ -199,7 +200,8 @@
"[email protected]": "5.0.1",
"@vercel/node": {
"ts-node": "10.9.2",
"typescript": "5.7.3"
"typescript": "5.7.3",
"path-to-regexp": "6.3.0"
},
"@vercel/routing-utils": {
"path-to-regexp": "6.3.0"
Expand Down
7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19811,16 +19811,11 @@ [email protected]:
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-2.2.1.tgz#90b617025a16381a879bc82a38d4e8bdeb2bcf45"
integrity sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==

[email protected], [email protected]:
[email protected], path-to-regexp@6.2.1, path-to-regexp@6.3.0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.3.0.tgz#2b6a26a337737a8e1416f9272ed0766b1c0389f4"
integrity sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==

[email protected]:
version "6.2.1"
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.2.1.tgz#d54934d6798eb9e5ef14e7af7962c945906918e5"
integrity sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==

path-to-regexp@^1.0.0, path-to-regexp@^1.7.0:
version "1.9.0"
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.9.0.tgz#5dc0753acbf8521ca2e0f137b4578b917b10cf24"
Expand Down

0 comments on commit 3e2b4a0

Please sign in to comment.