From f3a68a5915ff484e0bcb121091d4958f05ee050f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:33:37 +0000 Subject: [PATCH] Bump firebase-tools from 13.2.0 to 13.2.1 in /hashira-web (#1152) Bumps [firebase-tools](https://github.com/firebase/firebase-tools) from 13.2.0 to 13.2.1. - [Release notes](https://github.com/firebase/firebase-tools/releases) - [Commits](https://github.com/firebase/firebase-tools/compare/v13.2.0...v13.2.1) --- updated-dependencies: - dependency-name: firebase-tools dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 8eb6dcd1..56a600f5 100644 --- a/hashira-web/package.json +++ b/hashira-web/package.json @@ -21,7 +21,7 @@ "@types/uuid": "^9.0.8", "@vitejs/plugin-react": "^4.2.1", "ansi-regex": "6.0.1", - "firebase-tools": "^13.2.0", + "firebase-tools": "^13.2.1", "react-router-dom": "^6.21.3", "reload": "^3.2.1", "styled-components": "^6.1.8", diff --git a/hashira-web/yarn.lock b/hashira-web/yarn.lock index 75a75f66..a1301bcf 100644 --- a/hashira-web/yarn.lock +++ b/hashira-web/yarn.lock @@ -2633,10 +2633,10 @@ finalhandler@1.2.0, finalhandler@~1.2.0: statuses "2.0.1" unpipe "~1.0.0" -firebase-tools@^13.2.0: - version "13.2.0" - resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-13.2.0.tgz#86ae9bdff6d759c97d65ad110e74eb1df6869492" - integrity sha512-TaOJSVE7Io48wixH7uyADYn1IBeCTpAyL1qKxuSJFEzM+gyaFdZepummEWPj6DF1XMsKjmRPc9q/2W7gXvFz6g== +firebase-tools@^13.2.1: + version "13.2.1" + resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-13.2.1.tgz#f83ea3e8741d3d5957ac0592d1b5d770d21f5fbb" + integrity sha512-Dx0h9P4m0T1wWz6Yjk+VOZA/Fef1iM09gpbAxBl+2GAO3KcN3kQf8fvhlzkisCqAnVxB8U2rYRI6ZR1JwY+cqQ== dependencies: "@google-cloud/pubsub" "^3.0.1" abort-controller "^3.0.0"