From 4c3b5639c0fc07026d067d90dcf7a08d6555505b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Dec 2021 17:19:22 +0000 Subject: [PATCH] Bump firebase-tools from 10.0.0 to 10.0.1 in /hashira-web Bumps [firebase-tools](https://github.com/firebase/firebase-tools) from 10.0.0 to 10.0.1. - [Release notes](https://github.com/firebase/firebase-tools/releases) - [Commits](https://github.com/firebase/firebase-tools/compare/v10.0.0...v10.0.1) --- updated-dependencies: - dependency-name: firebase-tools dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- hashira-web/package.json | 2 +- hashira-web/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hashira-web/package.json b/hashira-web/package.json index 78e81459..bef9a633 100644 --- a/hashira-web/package.json +++ b/hashira-web/package.json @@ -17,7 +17,7 @@ "@types/styled-components": "^5.1.17", "@types/uuid": "^8.3.3", "ansi-regex": "6.0.1", - "firebase-tools": "^10.0.0", + "firebase-tools": "^10.0.1", "prettier": "^2.5.1", "reload": "^3.2.0", "styled-components": "^5.3.3", diff --git a/hashira-web/yarn.lock b/hashira-web/yarn.lock index e7a20b69..5434edd0 100644 --- a/hashira-web/yarn.lock +++ b/hashira-web/yarn.lock @@ -2290,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@^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== +firebase-tools@^10.0.1: + version "10.0.1" + resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-10.0.1.tgz#06499c85eafee3e19e4fd267ae4eb082d2423887" + integrity sha512-KmovP22GtPb/rLFR6J6dtByqm4Dd2BJWtJTcmqoWNP+fxIPEa0kqxRikXsQwdoYbBEm0qIGHOKpRTsl5016sWQ== dependencies: "@google-cloud/pubsub" "^2.7.0" "@types/archiver" "^5.1.0"