From d752e809657cea68e6562b24d3f15e60c32ce079 Mon Sep 17 00:00:00 2001 From: Daniel La Rocque Date: Wed, 10 Jul 2024 13:30:47 -0400 Subject: [PATCH] Upgrade firebase-admin and google/cloud-firestore in rules-unit-testing yarn lock (#8298) * Upgrade google-cloud-firestore in rules-unit-testing yarn lock The version of google-cloud-firestore in the rules-unit-testing yarn.lock was listed as 6.6.0, when it was actually 6.8.0. This change ugrades the listed version to be the real version. * Add changeset --- .changeset/chilly-plums-burn.md | 5 +++++ packages/rules-unit-testing/functions/yarn.lock | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 .changeset/chilly-plums-burn.md diff --git a/.changeset/chilly-plums-burn.md b/.changeset/chilly-plums-burn.md new file mode 100644 index 00000000000..05dbf60d69c --- /dev/null +++ b/.changeset/chilly-plums-burn.md @@ -0,0 +1,5 @@ +--- +'@firebase/rules-unit-testing': patch +--- + +Upgrade firebase-admin to 11.11.1 diff --git a/packages/rules-unit-testing/functions/yarn.lock b/packages/rules-unit-testing/functions/yarn.lock index 4617e31a3c7..8a777c0ba14 100644 --- a/packages/rules-unit-testing/functions/yarn.lock +++ b/packages/rules-unit-testing/functions/yarn.lock @@ -78,7 +78,7 @@ dependencies: tslib "^2.1.0" -"@google-cloud/firestore@^6.6.0": +"@google-cloud/firestore@^6.8.0": version "6.8.0" resolved "https://registry.npmjs.org/@google-cloud/firestore/-/firestore-6.8.0.tgz#d8c852844c381afaf62592796606c10e178400b5" integrity sha512-JRpk06SmZXLGz0pNx1x7yU3YhkUXheKgH5hbDZ4kMsdhtfV5qPLJLRI4wv69K0cZorIk+zTMOwptue7hizo0eA== @@ -803,10 +803,10 @@ finalhandler@~1.1.2: statuses "~1.5.0" unpipe "~1.0.0" -firebase-admin@11.10.1: - version "11.10.1" - resolved "https://registry.npmjs.org/firebase-admin/-/firebase-admin-11.10.1.tgz#5f0f83a44627e89938d350c5e4bbac76596c963e" - integrity sha512-atv1E6GbuvcvWaD3eHwrjeP5dAVs+EaHEJhu9CThMzPY6In8QYDiUR6tq5SwGl4SdA/GcAU0nhwWc/FSJsAzfQ== +firebase-admin@11.11.1: + version "11.11.1" + resolved "https://registry.npmjs.org/firebase-admin/-/firebase-admin-11.11.1.tgz#6712923de70d218c9f514d73005d976d03339605" + integrity sha512-UyEbq+3u6jWzCYbUntv/HuJiTixwh36G1R9j0v71mSvGAx/YZEWEW7uSGLYxBYE6ckVRQoKMr40PYUEzrm/4dg== dependencies: "@fastify/busboy" "^1.2.1" "@firebase/database-compat" "^0.3.4" @@ -817,7 +817,7 @@ firebase-admin@11.10.1: node-forge "^1.3.1" uuid "^9.0.0" optionalDependencies: - "@google-cloud/firestore" "^6.6.0" + "@google-cloud/firestore" "^6.8.0" "@google-cloud/storage" "^6.9.5" firebase-functions@3.24.1: