Skip to content

Commit

Permalink
Bump firebase-functions from 4.2.1 to 4.3.0 (penx#150)
Browse files Browse the repository at this point in the history
Bumps [firebase-functions](https://github.com/firebase/firebase-functions) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/firebase/firebase-functions/releases)
- [Changelog](https://github.com/firebase/firebase-functions/blob/master/tsconfig.release.json)
- [Commits](firebase/firebase-functions@v4.2.1...v4.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 13, 2023
1 parent 086ac00 commit cc3fc89
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@remix-run/react": "*",
"@remix-run/serve": "*",
"firebase-admin": "^11.6.0",
"firebase-functions": "^4.2.1",
"firebase-functions": "^4.3.0",
"isbot": "^3.6.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
31 changes: 26 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7463,7 +7463,7 @@ __metadata:
"@types/react-dom": ^18.0.11
eslint: ^8.38.0
firebase-admin: ^11.6.0
firebase-functions: ^4.2.1
firebase-functions: ^4.3.0
firebase-tools: ^11.26.0
isbot: ^3.6.8
react: ^18.2.0
Expand Down Expand Up @@ -7869,20 +7869,21 @@ __metadata:
languageName: node
linkType: hard

"firebase-functions@npm:^4.2.1":
version: 4.2.1
resolution: "firebase-functions@npm:4.2.1"
"firebase-functions@npm:^4.3.0":
version: 4.3.0
resolution: "firebase-functions@npm:4.3.0"
dependencies:
"@types/cors": ^2.8.5
"@types/express": 4.17.3
cors: ^2.8.5
express: ^4.17.1
node-fetch: ^2.6.7
protobufjs: ^7.2.2
peerDependencies:
firebase-admin: ^10.0.0 || ^11.0.0
bin:
firebase-functions: lib/bin/firebase-functions.js
checksum: 98ccac83569f82edefe29a965c8e25c61892296d9b4004b99b014d3100f998c74df494ef28dd1c50466eb43dce5b9a5f9cb7462cf9d18d70f1b352398ccce2a3
checksum: 4de4335747ddf425a1d79397cf1608d2620d2f79e9a84615d8b4a1b0700ae749b7d218fc569471857ed6b050ffbf04a9b05dfbb2788d23481df584048a0ec665
languageName: node
linkType: hard

Expand Down Expand Up @@ -12934,6 +12935,26 @@ __metadata:
languageName: node
linkType: hard

"protobufjs@npm:^7.2.2":
version: 7.2.3
resolution: "protobufjs@npm:7.2.3"
dependencies:
"@protobufjs/aspromise": ^1.1.2
"@protobufjs/base64": ^1.1.2
"@protobufjs/codegen": ^2.0.4
"@protobufjs/eventemitter": ^1.1.0
"@protobufjs/fetch": ^1.1.0
"@protobufjs/float": ^1.0.2
"@protobufjs/inquire": ^1.1.0
"@protobufjs/path": ^1.1.2
"@protobufjs/pool": ^1.1.0
"@protobufjs/utf8": ^1.1.0
"@types/node": ">=13.7.0"
long: ^5.0.0
checksum: 9afa6de5fced0139a5180c063718508fac3ea734a9f1aceb99712367b15473a83327f91193f16b63540f9112b09a40912f5f0441a9b0d3f3c6a1c7f707d78249
languageName: node
linkType: hard

"proxy-addr@npm:~2.0.7":
version: 2.0.7
resolution: "proxy-addr@npm:2.0.7"
Expand Down

0 comments on commit cc3fc89

Please sign in to comment.