Skip to content

Commit

Permalink
fix vulnerability in protobufjs
Browse files Browse the repository at this point in the history
updating the firebase packages doesn't seem to have breaking changes to our code
  • Loading branch information
juancwu committed Apr 19, 2024
1 parent 21a8cb2 commit dacfbb3
Show file tree
Hide file tree
Showing 2 changed files with 475 additions and 510 deletions.
6 changes: 3 additions & 3 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"main": "lib/index.js",
"dependencies": {
"@google-cloud/functions-framework": "^3.3.0",
"firebase-admin": "^11.8.0",
"firebase-functions": "^4.3.1",
"firebase-admin": "^12.1.0",
"firebase-functions": "^4.9.0",
"octokit": "^3.2.0",
"zod": "^3.22.4"
},
Expand All @@ -27,7 +27,7 @@
"eslint": "^8.9.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.25.4",
"firebase-functions-test": "^3.1.0",
"firebase-functions-test": "^3.2.0",
"typescript": "^4.9.0"
},
"private": true
Expand Down
Loading

0 comments on commit dacfbb3

Please sign in to comment.