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 cbce8f0 commit 9b1cf61
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
"**/ethereum-cryptography/secp256k1": "4.0.4",
"**/@vercel/node/ts-node": "10.9.2",
"**/@vercel/node/typescript": "5.7.3",
"**/@vercel/routing-utils/path-to-regexp": "6.2.1"
"**/@vercel/routing-utils/path-to-regexp": "6.3.0"
},
"overrides": {
"[email protected]": "3.8.1",
Expand All @@ -202,7 +202,7 @@
"typescript": "5.7.3"
},
"@vercel/routing-utils": {
"path-to-regexp": "6.2.1"
"path-to-regexp": "6.3.0"
}
},
"eslintConfig": {
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19811,7 +19811,12 @@ [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], [email protected]:
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==
Expand Down

0 comments on commit 9b1cf61

Please sign in to comment.