Skip to content

Commit

Permalink
fix(deps): bump firebase from 9.15.0 to 9.19.1
Browse files Browse the repository at this point in the history
Bumps [firebase](https://github.com/firebase/firebase-js-sdk) from 9.15.0 to 9.19.1.
- [Release notes](https://github.com/firebase/firebase-js-sdk/releases)
- [Changelog](https://github.com/firebase/firebase-js-sdk/blob/master/CHANGELOG.md)
- [Commits](https://github.com/firebase/firebase-js-sdk/compare/[email protected]@9.19.1)

---
updated-dependencies:
- dependency-name: firebase
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 14, 2023
1 parent f34a8b9 commit db4ce38
Show file tree
Hide file tree
Showing 9 changed files with 231 additions and 234 deletions.
2 changes: 1 addition & 1 deletion demos/firebase-auth-ext/hosting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@walletconnect/web3-provider": "^1.8.0",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"firebase": "^9.15.0",
"firebase": "^9.19.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion demos/firebase-nextjs/hosting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/react-dom": "18.0.9",
"eslint": "8.32.0",
"eslint-config-next": "13.1.2",
"firebase": "^9.15.0",
"firebase": "^9.19.1",
"next": "13.0.7",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/firebaseApiUtils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"dependencies": {
"@moralisweb3/client-api-utils": "^2.18.4",
"@moralisweb3/common-core": "^2.18.4",
"firebase": "^9.15.0"
"firebase": "^9.19.1"
}
}
2 changes: 1 addition & 1 deletion packages/client/firebaseAuthUtils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"dev": "tsc --watch"
},
"dependencies": {
"firebase": "^9.15.0"
"firebase": "^9.19.1"
}
}
2 changes: 1 addition & 1 deletion packages/client/firebaseEvmApi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@moralisweb3/client-firebase-api-utils": "^2.18.4",
"@moralisweb3/common-core": "^2.18.4",
"@moralisweb3/common-evm-utils": "^2.18.4",
"firebase": "^9.15.0"
"firebase": "^9.19.1"
}
}
2 changes: 1 addition & 1 deletion packages/client/firebaseEvmAuth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@ethersproject/providers": "^5.7.2",
"@metamask/detect-provider": "^1.2.0",
"@moralisweb3/client-firebase-auth-utils": "^2.18.4",
"firebase": "^9.15.0"
"firebase": "^9.19.1"
}
}
2 changes: 1 addition & 1 deletion packages/client/firebaseSolApi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@moralisweb3/client-sol-api": "^2.18.4",
"@moralisweb3/common-core": "^2.18.4",
"@moralisweb3/common-sol-utils": "^2.18.4",
"firebase": "^9.15.0"
"firebase": "^9.19.1"
}
}
2 changes: 1 addition & 1 deletion packages/client/firebaseSolAuth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"dependencies": {
"@moralisweb3/client-firebase-auth-utils": "^2.18.4",
"bs58": "^5.0.0",
"firebase": "^9.15.0"
"firebase": "^9.19.1"
}
}
Loading

0 comments on commit db4ce38

Please sign in to comment.