Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dependency]: Combine dependabot PRs #1231

Closed
wants to merge 8 commits into from
2 changes: 1 addition & 1 deletion explorer/rest/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Flask==3.1.0
psycopg2-binary==2.9.10
symbol-sdk-python==3.2.3
zenlog==1.1
Path==17.0.0
Path==17.1.0
flask_cors==5.0.0
12 changes: 6 additions & 6 deletions faucet/authenticator/package-lock.json

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

125 changes: 59 additions & 66 deletions faucet/frontend/package-lock.json

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

4 changes: 2 additions & 2 deletions faucet/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"next": "^15.0.2",
"prop-types": "^15.8.1",
"query-string": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-toastify": "^9.1.3",
"sass": "^1.64.2",
"symbol-crypto-wasm-web": "^0.1.1",
Expand Down