Skip to content

Commit

Permalink
Upgrade firebase-admin and google/cloud-firestore in rules-unit-testi…
Browse files Browse the repository at this point in the history
…ng 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
  • Loading branch information
dlarocque committed Jul 10, 2024
1 parent 9cd3c1e commit d752e80
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilly-plums-burn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@firebase/rules-unit-testing': patch
---

Upgrade firebase-admin to 11.11.1
12 changes: 6 additions & 6 deletions packages/rules-unit-testing/functions/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand Down Expand Up @@ -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"
Expand All @@ -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:
Expand Down

0 comments on commit d752e80

Please sign in to comment.