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 26
26
},
27
27
"devDependencies" : {
28
28
"google-closure-compiler" : " 20200112.0.0" ,
29
- "google-closure-library" : " 20200224 .0.0" ,
29
+ "google-closure-library" : " 20200830 .0.0" ,
30
30
"gulp" : " 4.0.2" ,
31
31
"gulp-sourcemaps" : " 2.6.5"
32
32
},
Original file line number Diff line number Diff line change @@ -1948,7 +1948,7 @@ fireauth.RpcHandler.verifyPhoneNumberForExistingErrorMap_[
1948
1948
* @private
1949
1949
*/
1950
1950
fireauth . RpcHandler . validateDeleteLinkedAccountsRequest_ = function ( request ) {
1951
- if ( ! goog . isArray ( request [ 'deleteProvider' ] ) ) {
1951
+ if ( ! Array . isArray ( request [ 'deleteProvider' ] ) ) {
1952
1952
throw new fireauth . AuthError ( fireauth . authenum . Error . INTERNAL_ERROR ) ;
1953
1953
}
1954
1954
} ;
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.28.1" ,
Original file line number Diff line number Diff line change 7697
7697
google-closure-compiler-osx "^20200628.0.0"
7698
7698
google-closure-compiler-windows "^20200628.0.0"
7699
7699
7700
-
7701
- version "20200224.0.0"
7702
- resolved "https://registry.npmjs.org/google-closure-library/-/google-closure-library-20200224.0.0.tgz#70c36576b21c81c514cfbfcc001780c2fdacd173"
7703
- integrity sha512-cF9LP7F5Klj4go5TB4cPpcCvC/qgSVNYgzVS+bzxPgLvIiVL8aWOwApj6rsCkPY9Yr675FouylqNE24F31LWeQ==
7704
-
7705
-
7706
- version "20200628.0.0"
7707
- resolved "https://registry.npmjs.org/google-closure-library/-/google-closure-library-20200628.0.0.tgz#0a1b6f40a4b1dc408832d33bfe3494a2ef212f3f"
7708
- integrity sha512-G+PoGe8vtcjxszr1ie3GSrlxjO+gZDuOZClanGJMWHsefUynzPqJeIGh3zMpSsCAXZXtO6DpB59l99DVvRVcVQ==
7700
+
7701
+ version "20200830.0.0"
7702
+ resolved "https://registry.npmjs.org/google-closure-library/-/google-closure-library-20200830.0.0.tgz#9f3807e5a4af55ebf2c8a22853d53b8da39a48e8"
7703
+ integrity sha512-s4ma73K+FTeVywSMjVOxQ435t6kPfSlxEtIflq7Gabp2fxAnc9i8vUpvT8ZP/GH89LwSJReIaBGtrn72rfNC5Q==
7709
7704
7710
7705
google-gax@^1.14.2:
7711
7706
version "1.15.3"
You can’t perform that action at this time.
0 commit comments