File tree 4 files changed +7
-12
lines changed
4 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 27
27
"devDependencies" : {
28
28
"firebase-tools" : " 8.12.1" ,
29
29
"google-closure-compiler" : " 20200112.0.0" ,
30
- "google-closure-library" : " 20200224 .0.0" ,
30
+ "google-closure-library" : " 20200830 .0.0" ,
31
31
"gulp" : " 4.0.2" ,
32
32
"gulp-sourcemaps" : " 2.6.5"
33
33
},
Original file line number Diff line number Diff line change @@ -1989,7 +1989,7 @@ fireauth.RpcHandler.verifyPhoneNumberForExistingErrorMap_[
1989
1989
* @private
1990
1990
*/
1991
1991
fireauth . RpcHandler . validateDeleteLinkedAccountsRequest_ = function ( request ) {
1992
- if ( ! goog . isArray ( request [ 'deleteProvider' ] ) ) {
1992
+ if ( ! Array . isArray ( request [ 'deleteProvider' ] ) ) {
1993
1993
throw new fireauth . AuthError ( fireauth . authenum . Error . INTERNAL_ERROR ) ;
1994
1994
}
1995
1995
} ;
Original file line number Diff line number Diff line change 17
17
"license" : " Apache-2.0" ,
18
18
"devDependencies" : {
19
19
"google-closure-compiler" : " 20200628.0.0" ,
20
- "google-closure-library" : " 20200628 .0.0" ,
20
+ "google-closure-library" : " 20200830 .0.0" ,
21
21
"gulp" : " 4.0.2" ,
22
22
"gulp-sourcemaps" : " 2.6.5" ,
23
23
"rollup" : " 2.29.0" ,
Original file line number Diff line number Diff line change 8074
8074
google-closure-compiler-osx "^20200628.0.0"
8075
8075
google-closure-compiler-windows "^20200628.0.0"
8076
8076
8077
-
8078
- version "20200224.0.0"
8079
- resolved "https://registry.npmjs.org/google-closure-library/-/google-closure-library-20200224.0.0.tgz#70c36576b21c81c514cfbfcc001780c2fdacd173"
8080
- integrity sha512-cF9LP7F5Klj4go5TB4cPpcCvC/qgSVNYgzVS+bzxPgLvIiVL8aWOwApj6rsCkPY9Yr675FouylqNE24F31LWeQ==
8081
-
8082
-
8083
- version "20200628.0.0"
8084
- resolved "https://registry.npmjs.org/google-closure-library/-/google-closure-library-20200628.0.0.tgz#0a1b6f40a4b1dc408832d33bfe3494a2ef212f3f"
8085
- integrity sha512-G+PoGe8vtcjxszr1ie3GSrlxjO+gZDuOZClanGJMWHsefUynzPqJeIGh3zMpSsCAXZXtO6DpB59l99DVvRVcVQ==
8077
+
8078
+ version "20200830.0.0"
8079
+ resolved "https://registry.npmjs.org/google-closure-library/-/google-closure-library-20200830.0.0.tgz#9f3807e5a4af55ebf2c8a22853d53b8da39a48e8"
8080
+ integrity sha512-s4ma73K+FTeVywSMjVOxQ435t6kPfSlxEtIflq7Gabp2fxAnc9i8vUpvT8ZP/GH89LwSJReIaBGtrn72rfNC5Q==
8086
8081
8087
8082
google-gax@^1.14.2:
8088
8083
version "1.15.3"
You can’t perform that action at this time.
0 commit comments