Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fiatconnect/api-starter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5dd924fb2f228513dfe6476062c8a98fd6a08de5
Choose a base ref
..
head repository: fiatconnect/api-starter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 915e17a9a033f189d87595d09b13b0234e2790e9
Choose a head ref
Showing with 5 additions and 5 deletions.
  1. +1 −1 package.json
  2. +4 −4 yarn.lock
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.0.0",
"ethers": "^5.7.2",
"express": "^4.19.1",
"express": "^4.19.2",
"express-session": "^1.18.0",
"prettier": "^3.2.5",
"siwe": "^1.1.6",
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -2928,10 +2928,10 @@ express-session@^1.18.0:
safe-buffer "5.2.1"
uid-safe "~2.1.5"

express@^4.19.1:
version "4.19.1"
resolved "https://registry.yarnpkg.com/express/-/express-4.19.1.tgz#4700635795e911600a45596138cf5b0320e78256"
integrity sha512-K4w1/Bp7y8iSiVObmCrtq8Cs79XjJc/RU2YYkZQ7wpUu5ZyZ7MtPHkqoMz4pf+mgXfNvo2qft8D9OnrH2ABk9w==
express@^4.19.2:
version "4.19.2"
resolved "https://registry.yarnpkg.com/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465"
integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==
dependencies:
accepts "~1.3.8"
array-flatten "1.1.1"