Skip to content

Commit

Permalink
Bump firebase-tools from 10.2.0 to 10.2.1 in /hashira-web
Browse files Browse the repository at this point in the history
Bumps [firebase-tools](https://github.com/firebase/firebase-tools) from 10.2.0 to 10.2.1.
- [Release notes](https://github.com/firebase/firebase-tools/releases)
- [Commits](firebase/firebase-tools@v10.2.0...v10.2.1)

---
updated-dependencies:
- dependency-name: firebase-tools
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 18, 2022
1 parent 3477865 commit 4ae54c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion hashira-web/package.json
Expand Up @@ -17,7 +17,7 @@
"@types/styled-components": "^5.1.22",
"@types/uuid": "^8.3.4",
"ansi-regex": "6.0.1",
"firebase-tools": "^10.2.0",
"firebase-tools": "^10.2.1",
"prettier": "^2.5.1",
"reload": "^3.2.0",
"styled-components": "^5.3.3",
Expand Down
12 changes: 6 additions & 6 deletions hashira-web/yarn.lock
Expand Up @@ -2270,10 +2270,10 @@ finalhandler@1.1.2, finalhandler@~1.1.1, finalhandler@~1.1.2:
statuses "~1.5.0"
unpipe "~1.0.0"

firebase-tools@^10.2.0:
version "10.2.0"
resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-10.2.0.tgz#36d5af21a87159eeccd84a836d9684f54bc6caba"
integrity sha512-gp/pmL3fSGcX3eIK056s63DqKuz4mt0ppkCQLuF3mLHerIXWpz/lPiwmFo4nn8ndstV48iMCV08EcEsUhQW2NQ==
firebase-tools@^10.2.1:
version "10.2.1"
resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-10.2.1.tgz#74008b767c7e2e611979e1836e99bbb0a170efc5"
integrity sha512-MBAN5fMMiP8eUfh3pNXREOPzsjp6VpOLAWxD/h2+qLGqzmS3A1S/PQA+VCx46+ebkeo8oilNaVbNLAN/+yAbLw==
dependencies:
"@google-cloud/pubsub" "^2.18.4"
abort-controller "^3.0.0"
Expand Down Expand Up @@ -2309,7 +2309,7 @@ firebase-tools@^10.2.0:
mime "^2.5.2"
minimatch "^3.0.4"
morgan "^1.10.0"
node-fetch "^2.6.1"
node-fetch "^2.6.7"
open "^6.3.0"
ora "^5.4.1"
portfinder "^1.0.23"
Expand Down Expand Up @@ -3780,7 +3780,7 @@ node-emoji@^1.4.1:
dependencies:
lodash "^4.17.21"

node-fetch@2.6.7, node-fetch@^2.6.1:
node-fetch@2.6.7, node-fetch@^2.6.1, node-fetch@^2.6.7:
version "2.6.7"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
Expand Down

0 comments on commit 4ae54c0

Please sign in to comment.