Skip to content

Commit

Permalink
Merge pull request #388 from pankona/dependabot/npm_and_yarn/hashira-…
Browse files Browse the repository at this point in the history
…web/firebase-tools-10.0.0

Bump firebase-tools from 9.23.1 to 10.0.0 in /hashira-web
  • Loading branch information
pankona committed Dec 17, 2021
2 parents cb45f19 + d990c9e commit a44acaa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion hashira-web/package.json
Expand Up @@ -17,7 +17,7 @@
"@types/styled-components": "^5.1.17",
"@types/uuid": "^8.3.3",
"ansi-regex": "6.0.1",
"firebase-tools": "^9.23.1",
"firebase-tools": "^10.0.0",
"prettier": "^2.5.1",
"reload": "^3.2.0",
"styled-components": "^5.3.3",
Expand Down
19 changes: 9 additions & 10 deletions hashira-web/yarn.lock
Expand Up @@ -1476,13 +1476,12 @@ cli-spinners@^2.0.0:
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.6.1.tgz#adc954ebe281c37a6319bfa401e6dd2488ffb70d"
integrity sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==

cli-table@^0.3.1, cli-table@^0.3.8:
version "0.3.8"
resolved "https://registry.yarnpkg.com/cli-table/-/cli-table-0.3.8.tgz#d3629cbf893459a8ad99671554e702a1c6d48a01"
integrity sha512-5IO15fJRzgM+hHZjvQlqD6UPRuVGWR4Ny5ZzaM5VJxJEQqSIEVyVh9dMAUN6CBAVfMc4/6CFEzbhnRftLRCyug==
cli-table@0.3.11, cli-table@^0.3.1:
version "0.3.11"
resolved "https://registry.yarnpkg.com/cli-table/-/cli-table-0.3.11.tgz#ac69cdecbe81dccdba4889b9a18b7da312a9d3ee"
integrity sha512-IqLQi4lO0nIB4tcdTpN4LCB9FI3uqrJZK7RC515EnhZ6qBaglkIgICb1wjeAqpdoOabm1+SuQtkXIPdYC93jhQ==
dependencies:
colors "1.0.3"
strip-ansi "^6.0.1"

cli-width@^2.0.0:
version "2.2.1"
Expand Down Expand Up @@ -2291,10 +2290,10 @@ finalhandler@1.1.2, finalhandler@~1.1.1, finalhandler@~1.1.2:
statuses "~1.5.0"
unpipe "~1.0.0"

firebase-tools@^9.23.1:
version "9.23.1"
resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-9.23.1.tgz#fff2690e4b073866ca37e0db0630fa6212800f17"
integrity sha512-voBcfApvEyyuFGFg0ypmtSldFLtifDquxix1htLHll6PFvmSzBOCz+1U4manzOnoUMBcy8cVNhNNgDgcErzgHQ==
firebase-tools@^10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-10.0.0.tgz#20b1d808727b27707100056e57fed8ac40dd7b54"
integrity sha512-2OUoI8j8u6GMHgzh+zEmvWrfN6OWT0U14HHeLBvQjrBm4+hzz/VseFLQWkLSyWec7BAQOZWf+UqQ2jm39JfYdQ==
dependencies:
"@google-cloud/pubsub" "^2.7.0"
"@types/archiver" "^5.1.0"
Expand All @@ -2306,7 +2305,7 @@ firebase-tools@^9.23.1:
chokidar "^3.0.2"
cjson "^0.3.1"
cli-color "^1.2.0"
cli-table "^0.3.8"
cli-table "0.3.11"
commander "^4.0.1"
configstore "^5.0.1"
cors "^2.8.5"
Expand Down

0 comments on commit a44acaa

Please sign in to comment.