Skip to content

Commit

Permalink
Update dependency firebase-tools to v12.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 28, 2023
1 parent ef4c9d1 commit 3d62eb5
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.6.0"
"firebase-tools": "12.6.1"
},
"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.6.0:
version "12.6.0"
resolved "https://registry.npmjs.org/firebase-tools/-/firebase-tools-12.6.0.tgz"
integrity sha512-Ij+wai6tgUkP8GoeJQbflWLJ7+0kkzrHCr362eicgt1oL26rnQfzyrUcZuyGnSHoL9DbQPeKGtiQEWiQFIAWDQ==
firebase-tools@12.6.1:
version "12.6.1"
resolved "https://registry.npmjs.org/firebase-tools/-/firebase-tools-12.6.1.tgz"
integrity sha512-/b6Ix9gSmltmDXJvHDTAe6y8yh7C6f5rjYwlHULAzNDQGZv5S4reIUgc06D7XuAdNK+4gNjy7vZoVVpqJ32J4A==
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.6.0",
"firebase-tools": "12.6.1",
"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.6.0:
version "12.6.0"
resolved "https://registry.npmjs.org/firebase-tools/-/firebase-tools-12.6.0.tgz"
integrity sha512-Ij+wai6tgUkP8GoeJQbflWLJ7+0kkzrHCr362eicgt1oL26rnQfzyrUcZuyGnSHoL9DbQPeKGtiQEWiQFIAWDQ==
firebase-tools@12.6.1:
version "12.6.1"
resolved "https://registry.npmjs.org/firebase-tools/-/firebase-tools-12.6.1.tgz"
integrity sha512-/b6Ix9gSmltmDXJvHDTAe6y8yh7C6f5rjYwlHULAzNDQGZv5S4reIUgc06D7XuAdNK+4gNjy7vZoVVpqJ32J4A==
dependencies:
"@google-cloud/pubsub" "^3.0.1"
abort-controller "^3.0.0"
Expand Down

0 comments on commit 3d62eb5

Please sign in to comment.