Skip to content

Commit

Permalink
Update dependency firebase-tools to v13.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 27, 2024
1 parent f6a1fbc commit ca46da0
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.5.2"
"firebase-tools": "13.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 @@ -2344,10 +2344,10 @@ firebase-functions@4.8.1:
node-fetch "^2.6.7"
protobufjs "^7.2.2"

firebase-tools@13.5.2:
version "13.5.2"
resolved "https://registry.npmjs.org/firebase-tools/-/firebase-tools-13.5.2.tgz"
integrity sha512-Kpm+eIaSSKu1s2PPTWE303NBN/wQgUbn9lqQyWCwwY1tel+HbdlEcfXlv+R5WkvMS8dQXethKp+wetFxpWtFgw==
firebase-tools@13.6.0:
version "13.6.0"
resolved "https://registry.npmjs.org/firebase-tools/-/firebase-tools-13.6.0.tgz"
integrity sha512-BXXkFkw8FupINBJHd+aPFRKpvIf8R5P1GyOnWjwsk06kgXXdfFuuYctxkL8e82N4sUomdNP5Q/ru/u2esnoSQA==
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.0",
"firebase-tools": "13.5.2",
"firebase-tools": "13.6.0",
"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 @@ -6339,10 +6339,10 @@ find-up@^5.0.0:
locate-path "^6.0.0"
path-exists "^4.0.0"

firebase-tools@13.5.2:
version "13.5.2"
resolved "https://registry.npmjs.org/firebase-tools/-/firebase-tools-13.5.2.tgz"
integrity sha512-Kpm+eIaSSKu1s2PPTWE303NBN/wQgUbn9lqQyWCwwY1tel+HbdlEcfXlv+R5WkvMS8dQXethKp+wetFxpWtFgw==
firebase-tools@13.6.0:
version "13.6.0"
resolved "https://registry.npmjs.org/firebase-tools/-/firebase-tools-13.6.0.tgz"
integrity sha512-BXXkFkw8FupINBJHd+aPFRKpvIf8R5P1GyOnWjwsk06kgXXdfFuuYctxkL8e82N4sUomdNP5Q/ru/u2esnoSQA==
dependencies:
"@google-cloud/pubsub" "^3.0.1"
abort-controller "^3.0.0"
Expand Down

0 comments on commit ca46da0

Please sign in to comment.