Skip to content

Commit b463bf7

Browse files
committed
re-apply firebaseadmin and json-stable-stringify
1 parent 32552b3 commit b463bf7

File tree

6 files changed

+103
-9
lines changed

6 files changed

+103
-9
lines changed

config/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Cloud Functions for Firebase",
44
"dependencies": {
55
"cors": "2.8.5",
6-
"firebase-admin": "11.10.1",
6+
"firebase-admin": "11.11.1",
77
"firebase-functions": "3.24.1"
88
},
99
"private": true,

packages/auth-compat/demo/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"logs": "firebase functions:log"
1010
},
1111
"dependencies": {
12-
"firebase-admin": "11.10.1",
12+
"firebase-admin": "11.11.1",
1313
"firebase-functions": "3.24.1"
1414
},
1515
"private": true

packages/auth/demo/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"logs": "firebase functions:log"
1010
},
1111
"dependencies": {
12-
"firebase-admin": "11.10.1",
12+
"firebase-admin": "11.11.1",
1313
"firebase-functions": "3.24.1"
1414
},
1515
"private": true,

packages/firestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"@types/eslint": "7.29.0",
118118
"@types/json-stable-stringify": "1.0.36",
119119
"chai-exclude": "2.1.0",
120-
"json-stable-stringify": "1.0.2",
120+
"json-stable-stringify": "1.1.1",
121121
"protobufjs": "7.2.4",
122122
"rollup": "2.79.1",
123123
"rollup-plugin-copy": "3.4.0",

packages/rules-unit-testing/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"private": true,
1010
"dependencies": {
11-
"firebase-admin": "11.10.1",
11+
"firebase-admin": "11.11.1",
1212
"firebase-functions": "3.24.1"
1313
},
1414
"engines": {

yarn.lock

Lines changed: 98 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5516,6 +5516,17 @@ call-bind@^1.0.0, call-bind@^1.0.2:
55165516
function-bind "^1.1.1"
55175517
get-intrinsic "^1.0.2"
55185518

5519+
call-bind@^1.0.5:
5520+
version "1.0.7"
5521+
resolved "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz#06016599c40c56498c18769d2730be242b6fa3b9"
5522+
integrity sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==
5523+
dependencies:
5524+
es-define-property "^1.0.0"
5525+
es-errors "^1.3.0"
5526+
function-bind "^1.1.2"
5527+
get-intrinsic "^1.2.4"
5528+
set-function-length "^1.2.1"
5529+
55195530
call-me-maybe@^1.0.1:
55205531
version "1.0.1"
55215532
resolved "https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.1.tgz"
@@ -6785,6 +6796,15 @@ defer-to-connect@^2.0.0:
67856796
resolved "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz"
67866797
integrity sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==
67876798

6799+
define-data-property@^1.1.4:
6800+
version "1.1.4"
6801+
resolved "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz#894dc141bb7d3060ae4366f6a0107e68fbe48c5e"
6802+
integrity sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==
6803+
dependencies:
6804+
es-define-property "^1.0.0"
6805+
es-errors "^1.3.0"
6806+
gopd "^1.0.1"
6807+
67886808
define-properties@^1.1.3:
67896809
version "1.1.3"
67906810
resolved "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz"
@@ -7302,6 +7322,18 @@ es-abstract@^1.19.0, es-abstract@^1.19.1, es-abstract@^1.19.2, es-abstract@^1.19
73027322
string.prototype.trimstart "^1.0.5"
73037323
unbox-primitive "^1.0.2"
73047324

7325+
es-define-property@^1.0.0:
7326+
version "1.0.0"
7327+
resolved "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz#c7faefbdff8b2696cf5f46921edfb77cc4ba3845"
7328+
integrity sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==
7329+
dependencies:
7330+
get-intrinsic "^1.2.4"
7331+
7332+
es-errors@^1.3.0:
7333+
version "1.3.0"
7334+
resolved "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
7335+
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
7336+
73057337
es-module-lexer@^0.7.1:
73067338
version "0.7.1"
73077339
resolved "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.7.1.tgz"
@@ -8558,6 +8590,11 @@ function-bind@^1.1.1:
85588590
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz"
85598591
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
85608592

8593+
function-bind@^1.1.2:
8594+
version "1.1.2"
8595+
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
8596+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
8597+
85618598
function.prototype.name@^1.1.5:
85628599
version "1.1.5"
85638600
resolved "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz"
@@ -8698,6 +8735,17 @@ get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1:
86988735
has "^1.0.3"
86998736
has-symbols "^1.0.1"
87008737

8738+
get-intrinsic@^1.1.3, get-intrinsic@^1.2.4:
8739+
version "1.2.4"
8740+
resolved "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz#e385f5a4b5227d449c3eabbad05494ef0abbeadd"
8741+
integrity sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==
8742+
dependencies:
8743+
es-errors "^1.3.0"
8744+
function-bind "^1.1.2"
8745+
has-proto "^1.0.1"
8746+
has-symbols "^1.0.3"
8747+
hasown "^2.0.0"
8748+
87018749
get-package-type@^0.1.0:
87028750
version "0.1.0"
87038751
resolved "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz"
@@ -9112,6 +9160,13 @@ google-p12-pem@^4.0.0:
91129160
dependencies:
91139161
node-forge "^1.3.1"
91149162

9163+
gopd@^1.0.1:
9164+
version "1.0.1"
9165+
resolved "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c"
9166+
integrity sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==
9167+
dependencies:
9168+
get-intrinsic "^1.1.3"
9169+
91159170
91169171
version "11.8.2"
91179172
resolved "https://registry.npmjs.org/got/-/got-11.8.2.tgz"
@@ -9332,6 +9387,18 @@ has-property-descriptors@^1.0.0:
93329387
dependencies:
93339388
get-intrinsic "^1.1.1"
93349389

9390+
has-property-descriptors@^1.0.2:
9391+
version "1.0.2"
9392+
resolved "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz#963ed7d071dc7bf5f084c5bfbe0d1b6222586854"
9393+
integrity sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==
9394+
dependencies:
9395+
es-define-property "^1.0.0"
9396+
9397+
has-proto@^1.0.1:
9398+
version "1.0.3"
9399+
resolved "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz#b31ddfe9b0e6e9914536a6ab286426d0214f77fd"
9400+
integrity sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==
9401+
93359402
has-symbols@^1.0.1, has-symbols@^1.0.2:
93369403
version "1.0.2"
93379404
resolved "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz"
@@ -9422,6 +9489,13 @@ hasha@^5.0.0:
94229489
is-stream "^2.0.0"
94239490
type-fest "^0.8.0"
94249491

9492+
hasown@^2.0.0:
9493+
version "2.0.2"
9494+
resolved "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
9495+
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
9496+
dependencies:
9497+
function-bind "^1.1.2"
9498+
94259499
[email protected], he@^1.2.0:
94269500
version "1.2.0"
94279501
resolved "https://registry.npmjs.org/he/-/he-1.2.0.tgz"
@@ -10454,6 +10528,11 @@ [email protected], isarray@~1.0.0:
1045410528
resolved "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz"
1045510529
integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=
1045610530

10531+
isarray@^2.0.5:
10532+
version "2.0.5"
10533+
resolved "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723"
10534+
integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==
10535+
1045710536
isbinaryfile@^4.0.8:
1045810537
version "4.0.8"
1045910538
resolved "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-4.0.8.tgz"
@@ -10926,12 +11005,15 @@ json-stable-stringify-without-jsonify@^1.0.1:
1092611005
resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz"
1092711006
integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=
1092811007

10929-
json-stable-stringify@1.0.2:
10930-
version "1.0.2"
10931-
resolved "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.2.tgz"
10932-
integrity sha512-eunSSaEnxV12z+Z73y/j5N37/In40GK4GmsSy+tEHJMxknvqnA7/djeYtAgW0GsWHUfg+847WJjKaEylk2y09g==
11008+
json-stable-stringify@1.1.1:
11009+
version "1.1.1"
11010+
resolved "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.1.1.tgz#52d4361b47d49168bcc4e564189a42e5a7439454"
11011+
integrity sha512-SU/971Kt5qVQfJpyDveVhQ/vya+5hvrjClFOcr8c0Fq5aODJjMwutrOfCU+eCnVD5gpx1Q3fEqkyom77zH1iIg==
1093311012
dependencies:
11013+
call-bind "^1.0.5"
11014+
isarray "^2.0.5"
1093411015
jsonify "^0.0.1"
11016+
object-keys "^1.1.1"
1093511017

1093611018
json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1:
1093711019
version "5.0.1"
@@ -15380,6 +15462,18 @@ set-blocking@^2.0.0, set-blocking@~2.0.0:
1538015462
resolved "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz"
1538115463
integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc=
1538215464

15465+
set-function-length@^1.2.1:
15466+
version "1.2.2"
15467+
resolved "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz#aac72314198eaed975cf77b2c3b6b880695e5449"
15468+
integrity sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==
15469+
dependencies:
15470+
define-data-property "^1.1.4"
15471+
es-errors "^1.3.0"
15472+
function-bind "^1.1.2"
15473+
get-intrinsic "^1.2.4"
15474+
gopd "^1.0.1"
15475+
has-property-descriptors "^1.0.2"
15476+
1538315477
set-immediate-shim@~1.0.1:
1538415478
version "1.0.1"
1538515479
resolved "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz"

0 commit comments

Comments
 (0)