File tree 6 files changed +11
-10
lines changed
auth-compat/demo/functions
rules-unit-testing/functions
6 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 4
4
"dependencies" : {
5
5
"cors" : " 2.8.5" ,
6
6
"firebase-admin" : " 9.12.0" ,
7
- "firebase-functions" : " 3.15.7 "
7
+ "firebase-functions" : " 3.20.0 "
8
8
},
9
9
"private" : true ,
10
10
"engines" : {
Original file line number Diff line number Diff line change 106
106
"eslint-plugin-unused-imports" : " 2.0.0" ,
107
107
"express" : " 4.17.1" ,
108
108
"find-free-port" : " 2.0.0" ,
109
- "firebase-functions" : " 3.15.7 " ,
109
+ "firebase-functions" : " 3.20.0 " ,
110
110
"firebase-tools" : " 9.23.0" ,
111
111
"git-rev-sync" : " 3.0.1" ,
112
112
"glob" : " 7.2.0" ,
Original file line number Diff line number Diff line change 10
10
},
11
11
"dependencies" : {
12
12
"firebase-admin" : " 9.12.0" ,
13
- "firebase-functions" : " 3.15.7 "
13
+ "firebase-functions" : " 3.20.0 "
14
14
},
15
15
"private" : true
16
16
}
Original file line number Diff line number Diff line change 10
10
},
11
11
"dependencies" : {
12
12
"firebase-admin" : " 9.12.0" ,
13
- "firebase-functions" : " 3.15.7 "
13
+ "firebase-functions" : " 3.20.0 "
14
14
},
15
15
"private" : true ,
16
16
"engines" : {
Original file line number Diff line number Diff line change 9
9
"private" : true ,
10
10
"dependencies" : {
11
11
"firebase-admin" : " 9.12.0" ,
12
- "firebase-functions" : " 3.15.7 "
12
+ "firebase-functions" : " 3.20.0 "
13
13
}
14
14
}
Original file line number Diff line number Diff line change @@ -7741,16 +7741,17 @@ fined@^1.0.1:
7741
7741
object.pick "^1.2.0"
7742
7742
parse-filepath "^1.0.1"
7743
7743
7744
- firebase-functions@3.15.7 :
7745
- version "3.15.7 "
7746
- resolved "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.15.7 .tgz#ac88657e7e28f5a5926d41ae3e8fae9c94621ccd "
7747
- integrity sha512-ZD7r8eoWWebgs+mTqfH8NLUT2C0f7/cyAvIA1RSUdBVQZN7MBBt3oSlN/rL3e+m6tdlJz6YbQ3hrOKOGjOVYvQ ==
7744
+ firebase-functions@3.20.0 :
7745
+ version "3.20.0 "
7746
+ resolved "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.20.0 .tgz#78945c167ac4a5c150cd3f40b1672a1060b11c1a "
7747
+ integrity sha512-Srh2iW/A24ia1CUfSIz5wRxCCFN2cQX6cg6whM0zAnoJs2oBwrI8PUfB4ZKDM7alBZSwXGHJbEw+4P/gC0npUg ==
7748
7748
dependencies:
7749
7749
"@types/cors" "^2.8.5"
7750
7750
"@types/express" "4.17.3"
7751
7751
cors "^2.8.5"
7752
7752
express "^4.17.1"
7753
7753
lodash "^4.17.14"
7754
+ node-fetch "^2.6.7"
7754
7755
7755
7756
7756
7757
version "9.23.0"
@@ -12042,7 +12043,7 @@ node-emoji@^1.4.1:
12042
12043
dependencies:
12043
12044
lodash "^4.17.21"
12044
12045
12045
-
12046
+ [email protected] , node-fetch@^2.6.7 :
12046
12047
version "2.6.7"
12047
12048
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
12048
12049
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
You can’t perform that action at this time.
0 commit comments