Skip to content

Commit d752e80

Browse files
authored
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
1 parent 9cd3c1e commit d752e80

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

.changeset/chilly-plums-burn.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@firebase/rules-unit-testing': patch
3+
---
4+
5+
Upgrade firebase-admin to 11.11.1

packages/rules-unit-testing/functions/yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
dependencies:
7979
tslib "^2.1.0"
8080

81-
"@google-cloud/firestore@^6.6.0":
81+
"@google-cloud/firestore@^6.8.0":
8282
version "6.8.0"
8383
resolved "https://registry.npmjs.org/@google-cloud/firestore/-/firestore-6.8.0.tgz#d8c852844c381afaf62592796606c10e178400b5"
8484
integrity sha512-JRpk06SmZXLGz0pNx1x7yU3YhkUXheKgH5hbDZ4kMsdhtfV5qPLJLRI4wv69K0cZorIk+zTMOwptue7hizo0eA==
@@ -803,10 +803,10 @@ finalhandler@~1.1.2:
803803
statuses "~1.5.0"
804804
unpipe "~1.0.0"
805805

806-
firebase-admin@11.10.1:
807-
version "11.10.1"
808-
resolved "https://registry.npmjs.org/firebase-admin/-/firebase-admin-11.10.1.tgz#5f0f83a44627e89938d350c5e4bbac76596c963e"
809-
integrity sha512-atv1E6GbuvcvWaD3eHwrjeP5dAVs+EaHEJhu9CThMzPY6In8QYDiUR6tq5SwGl4SdA/GcAU0nhwWc/FSJsAzfQ==
806+
firebase-admin@11.11.1:
807+
version "11.11.1"
808+
resolved "https://registry.npmjs.org/firebase-admin/-/firebase-admin-11.11.1.tgz#6712923de70d218c9f514d73005d976d03339605"
809+
integrity sha512-UyEbq+3u6jWzCYbUntv/HuJiTixwh36G1R9j0v71mSvGAx/YZEWEW7uSGLYxBYE6ckVRQoKMr40PYUEzrm/4dg==
810810
dependencies:
811811
"@fastify/busboy" "^1.2.1"
812812
"@firebase/database-compat" "^0.3.4"
@@ -817,7 +817,7 @@ [email protected]:
817817
node-forge "^1.3.1"
818818
uuid "^9.0.0"
819819
optionalDependencies:
820-
"@google-cloud/firestore" "^6.6.0"
820+
"@google-cloud/firestore" "^6.8.0"
821821
"@google-cloud/storage" "^6.9.5"
822822

823823

0 commit comments

Comments
 (0)