Skip to content

Commit

Permalink
Update dependency firebase-tools to v13.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 26, 2024
1 parent b5b2864 commit 5bebc51
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
14 changes: 7 additions & 7 deletions functions/package-lock.json

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

2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@babel/preset-react": "7.24.1",
"eslint": "8.57.0",
"eslint-plugin-promise": "6.1.1",
"firebase-tools": "13.7.4"
"firebase-tools": "13.7.5"
},
"private": true,
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions functions/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2373,10 +2373,10 @@ firebase-functions@4.9.0:
express "^4.17.1"
protobufjs "^7.2.2"

firebase-tools@13.7.4:
version "13.7.4"
resolved "https://registry.npmjs.org/firebase-tools/-/firebase-tools-13.7.4.tgz"
integrity sha512-qufTI+148n6pxHGzypIT8KO42GYUUlAS1+DaSOYW/fGrxtuLcDAX+SnUgGVsjjLAHujjHUfPU7g3g6F86g/3og==
firebase-tools@13.7.5:
version "13.7.5"
resolved "https://registry.npmjs.org/firebase-tools/-/firebase-tools-13.7.5.tgz"
integrity sha512-elM470GuVZhzIg70bLGfpzXUqCTOrzdQgJT1ff3Zn7FNPiLSf/Ke9JhCXiF2vfVcVk+sJdqf3T5dV9VU4Bt+mg==
dependencies:
"@google-cloud/pubsub" "^3.0.1"
abort-controller "^3.0.0"
Expand Down
14 changes: 7 additions & 7 deletions hosting/package-lock.json

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

2 changes: 1 addition & 1 deletion hosting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.1",
"firebase-tools": "13.7.4",
"firebase-tools": "13.7.5",
"prettier": "3.2.5"
},
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions hosting/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6380,10 +6380,10 @@ find-up@^5.0.0:
locate-path "^6.0.0"
path-exists "^4.0.0"

firebase-tools@13.7.4:
version "13.7.4"
resolved "https://registry.npmjs.org/firebase-tools/-/firebase-tools-13.7.4.tgz"
integrity sha512-qufTI+148n6pxHGzypIT8KO42GYUUlAS1+DaSOYW/fGrxtuLcDAX+SnUgGVsjjLAHujjHUfPU7g3g6F86g/3og==
firebase-tools@13.7.5:
version "13.7.5"
resolved "https://registry.npmjs.org/firebase-tools/-/firebase-tools-13.7.5.tgz"
integrity sha512-elM470GuVZhzIg70bLGfpzXUqCTOrzdQgJT1ff3Zn7FNPiLSf/Ke9JhCXiF2vfVcVk+sJdqf3T5dV9VU4Bt+mg==
dependencies:
"@google-cloud/pubsub" "^3.0.1"
abort-controller "^3.0.0"
Expand Down

0 comments on commit 5bebc51

Please sign in to comment.