File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
packages/auth/demo/functions Expand file tree Collapse file tree 4 files changed +9
-9
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" : " 8.10.0" ,
7
- "firebase-functions" : " 3.6 .0"
7
+ "firebase-functions" : " 3.3 .0"
8
8
},
9
9
"private" : true ,
10
10
"engines" : {
Original file line number Diff line number Diff line change 80
80
"eslint-plugin-import" : " 2.20.2" ,
81
81
"express" : " 4.17.1" ,
82
82
"find-free-port" : " 2.0.0" ,
83
- "firebase-functions" : " 3.6 .0" ,
83
+ "firebase-functions" : " 3.3 .0" ,
84
84
"firebase-tools" : " 7.16.2" ,
85
85
"git-rev-sync" : " 2.0.0" ,
86
86
"glob" : " 7.1.6" ,
Original file line number Diff line number Diff line change 10
10
},
11
11
"dependencies" : {
12
12
"firebase-admin" : " 8.10.0" ,
13
- "firebase-functions" : " 3.6 .0"
13
+ "firebase-functions" : " 3.3 .0"
14
14
},
15
15
"private" : true
16
16
}
Original file line number Diff line number Diff line change 2037
2037
"@types/node" "*"
2038
2038
"@types/range-parser" "*"
2039
2039
2040
- "@types/express@^4.17.3 ":
2040
+ "@types/express@^4.17.0 ":
2041
2041
version "4.17.6"
2042
2042
resolved "https://registry.npmjs.org/@types/express/-/express-4.17.6.tgz#6bce49e49570507b86ea1b07b806f04697fac45e"
2043
2043
integrity sha512-n/mr9tZI83kd4azlPG5y997C/M4DNABK9yErhFM6hKdym4kkmd9j0vtsJyjFIwfRBxtrxZtAfGZCNRIBMFLK5w==
@@ -6395,12 +6395,12 @@ fined@^1.0.1:
6395
6395
object.pick "^1.2.0"
6396
6396
parse-filepath "^1.0.1"
6397
6397
6398
- firebase-functions@3.6 .0:
6399
- version "3.6 .0"
6400
- resolved "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.6 .0.tgz#10fb2a46d13625a88299bbf9176750315f9da628 "
6401
- integrity sha512-8S70Pq5nOblDKmBExq2CAgBMq+L8IDOcv10HfpDWGtgK5IpYlP0BKcchXYXcyjHtIG7xWHtR9oBLVtXFUiTp3A ==
6398
+ firebase-functions@3.3 .0:
6399
+ version "3.3 .0"
6400
+ resolved "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.3 .0.tgz#8c6d909eebfa4bce1b25a2e34edfc52cc786a020 "
6401
+ integrity sha512-dP6PCG+OwR6RtFpOqwPsLnfiCr3CwXAm/SVGMbO53vDAk0nhUQ1WGAyHDYmIyMAkaLJkIKGwDnX7XmZ5+yAg7g ==
6402
6402
dependencies:
6403
- "@types/express" "^4.17.3 "
6403
+ "@types/express" "^4.17.0 "
6404
6404
cors "^2.8.5"
6405
6405
express "^4.17.1"
6406
6406
jsonwebtoken "^8.5.1"
You can’t perform that action at this time.
0 commit comments