mirror of
https://github.com/rjNemo/MERN_sample_app
synced 2026-06-06 00:36:39 +00:00
Bump node-forge and firebase-admin (#34)
Bumps [node-forge](https://github.com/digitalbazaar/forge) to 1.3.1 and updates ancestor dependency [firebase-admin](https://github.com/firebase/firebase-admin-node). These dependencies need to be updated together. Updates `node-forge` from 0.10.0 to 1.3.1 - [Release notes](https://github.com/digitalbazaar/forge/releases) - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md) - [Commits](https://github.com/digitalbazaar/forge/compare/0.10.0...v1.3.1) Updates `firebase-admin` from 9.5.0 to 11.3.0 - [Release notes](https://github.com/firebase/firebase-admin-node/releases) - [Commits](https://github.com/firebase/firebase-admin-node/compare/v9.5.0...v11.3.0) --- updated-dependencies: - dependency-name: node-forge dependency-type: indirect - dependency-name: firebase-admin dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
43598fc964
commit
631f24ce82
2 changed files with 1071 additions and 448 deletions
1517
package-lock.json
generated
1517
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -20,7 +20,7 @@
|
|||
"dependencies": {
|
||||
"concurrently": "^5.3.0",
|
||||
"express": "^4.17.1",
|
||||
"firebase-admin": "^9.5.0",
|
||||
"firebase-admin": "^11.3.0",
|
||||
"helmet": "^3.23.3",
|
||||
"moment": "^2.29.4",
|
||||
"mongoose": "^5.12.2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue