Skip to content

Commit

Permalink
Update dependency firebase-tools to v12.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 27, 2023
1 parent 9dd843b commit 59a7261
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.22.15",
"eslint": "8.50.0",
"eslint-plugin-promise": "6.1.1",
"firebase-tools": "12.5.4"
"firebase-tools": "12.6.0"
},
"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 @@ -2348,10 +2348,10 @@ firebase-functions@4.4.1:
node-fetch "^2.6.7"
protobufjs "^7.2.2"

firebase-tools@12.5.4:
version "12.5.4"
resolved "https://registry.npmjs.org/firebase-tools/-/firebase-tools-12.5.4.tgz"
integrity sha512-fLE+91tJp3PNZPyB6kN9zfn5rkQWhzPX3mlsAGKTMJUA5TLeZA1YlfBbgPr2DJUO47cHN/9b0BYUQjYcYsBPgw==
firebase-tools@12.6.0:
version "12.6.0"
resolved "https://registry.npmjs.org/firebase-tools/-/firebase-tools-12.6.0.tgz"
integrity sha512-Ij+wai6tgUkP8GoeJQbflWLJ7+0kkzrHCr362eicgt1oL26rnQfzyrUcZuyGnSHoL9DbQPeKGtiQEWiQFIAWDQ==
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.7.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"firebase-tools": "12.5.4",
"firebase-tools": "12.6.0",
"prettier": "3.0.3"
},
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions hosting/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6343,10 +6343,10 @@ find-up@^5.0.0:
locate-path "^6.0.0"
path-exists "^4.0.0"

firebase-tools@12.5.4:
version "12.5.4"
resolved "https://registry.npmjs.org/firebase-tools/-/firebase-tools-12.5.4.tgz"
integrity sha512-fLE+91tJp3PNZPyB6kN9zfn5rkQWhzPX3mlsAGKTMJUA5TLeZA1YlfBbgPr2DJUO47cHN/9b0BYUQjYcYsBPgw==
firebase-tools@12.6.0:
version "12.6.0"
resolved "https://registry.npmjs.org/firebase-tools/-/firebase-tools-12.6.0.tgz"
integrity sha512-Ij+wai6tgUkP8GoeJQbflWLJ7+0kkzrHCr362eicgt1oL26rnQfzyrUcZuyGnSHoL9DbQPeKGtiQEWiQFIAWDQ==
dependencies:
"@google-cloud/pubsub" "^3.0.1"
abort-controller "^3.0.0"
Expand Down

0 comments on commit 59a7261

Please sign in to comment.