Skip to content

Commit

Permalink
Fix issues and CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Dec 10, 2024
1 parent 92893eb commit 4f7962e
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 6 deletions.
102 changes: 97 additions & 5 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"libportal-react-native": "github:BlueWallet/libportal-react-native#f577c0ef8c905098604e323982bb92f5dd33c878",
"light-bolt11-decoder": "^3.2.0",
"mpc-crypto-lib": "^1.0.8",
"nanoid": "^5.0.9",
"payjoin-react-native": "^1.0.2-alpha",
"peach-api-ts": "^0.4.0",
"react": "18.3.1",
Expand Down
12 changes: 11 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8945,7 +8945,17 @@ nanoassert@^2.0.0:
resolved "https://registry.npmjs.org/nanoassert/-/nanoassert-2.0.0.tgz"
integrity sha512-7vO7n28+aYO4J+8w96AzhmU8G+Y/xpPDJz/se19ICsqj/momRbb9mh9ZUtkoJ5X3nTnPdhEJyc0qnM6yAsHBaA==

nanoid@^3.3.7, nanoid@3.3.7:
nanoid@^3.3.7:
version "3.3.8"
resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz"
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==

nanoid@^5.0.9:
version "5.0.9"
resolved "https://registry.npmjs.org/nanoid/-/nanoid-5.0.9.tgz"
integrity sha512-Aooyr6MXU6HpvvWXKoVoXwKMs/KyVakWwg7xQfv5/S/RIgJMy0Ifa45H9qqYy7pTCszrHzP21Uk4PZq2HpEM8Q==

nanoid@3.3.7:
version "3.3.7"
resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz"
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
Expand Down

0 comments on commit 4f7962e

Please sign in to comment.