Skip to content

Commit

Permalink
Merge pull request #4171 from CrocSwap/upgrade-p5-dependency
Browse files Browse the repository at this point in the history
upgrade p5 dependency
  • Loading branch information
benwolski authored Sep 30, 2024
2 parents 5e69a1e + cb09d08 commit bd53680
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"modern-screenshot": "^4.4.25",
"moment": "^2.30.1",
"numbro": "^2.5.0",
"p5": "^1.9.4",
"p5": "^1.11.0",
"p5.j5": "^1.2.0",
"re-resizable": "^6.6.11",
"react": "^18.3.1",
Expand All @@ -54,7 +54,8 @@
"web-vitals": "^2.1.0"
},
"resolutions": {
"@coinbase/wallet-sdk": "npm:@coinbase/[email protected]"
"@coinbase/wallet-sdk": "npm:@coinbase/[email protected]",
"path-to-regexp": "3.3.0"
},
"scripts": {
"ambi": "yarn start --force",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10035,10 +10035,10 @@ p5.j5@^1.2.0:
webpack-cli "^3.1.2"
webusb-serial "^2.0.1"

p5@^1.9.4:
version "1.10.0"
resolved "https://registry.yarnpkg.com/p5/-/p5-1.10.0.tgz#91dd95e7266d943718e565119106cbb419d49e66"
integrity sha512-6cWYBFhnZz7jNC6p1VWvlt3QReMqrRSmO90bgECQIKB9oko2w/sKrOAVMyei5tjIzSYcSY0JHy+BRtSAWq24jQ==
p5@^1.11.0:
version "1.11.0"
resolved "https://registry.yarnpkg.com/p5/-/p5-1.11.0.tgz#4f2ed80d25c8a000f8411745c43255332038e3c3"
integrity sha512-UgjQK88M+QUjsGpZgS5ZoyY8AH6Ilmjil/oxWXA7hroe1yXBG+nYKae+fpn8gga71kKyZHumL234BNZekaqAHg==

package-json-from-dist@^1.0.0:
version "1.0.0"
Expand Down Expand Up @@ -10156,10 +10156,10 @@ path-scurry@^1.11.1:
lru-cache "^10.2.0"
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"

[email protected]:
version "2.2.1"
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-2.2.1.tgz#90b617025a16381a879bc82a38d4e8bdeb2bcf45"
integrity sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==
[email protected], [email protected]:
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==

path-type@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit bd53680

Please sign in to comment.