Skip to content

Commit 599527d

Browse files
Merge a62f4aa into 7d655a8
2 parents 7d655a8 + a62f4aa commit 599527d

File tree

4 files changed

+7
-12
lines changed

4 files changed

+7
-12
lines changed

packages/auth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"google-closure-compiler": "20200112.0.0",
29-
"google-closure-library": "20200224.0.0",
29+
"google-closure-library": "20200830.0.0",
3030
"gulp": "4.0.2",
3131
"gulp-sourcemaps": "2.6.5"
3232
},

packages/auth/src/rpchandler.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1948,7 +1948,7 @@ fireauth.RpcHandler.verifyPhoneNumberForExistingErrorMap_[
19481948
* @private
19491949
*/
19501950
fireauth.RpcHandler.validateDeleteLinkedAccountsRequest_ = function(request) {
1951-
if (!goog.isArray(request['deleteProvider'])) {
1951+
if (!Array.isArray(request['deleteProvider'])) {
19521952
throw new fireauth.AuthError(fireauth.authenum.Error.INTERNAL_ERROR);
19531953
}
19541954
};

packages/webchannel-wrapper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"license": "Apache-2.0",
1818
"devDependencies": {
1919
"google-closure-compiler": "20200628.0.0",
20-
"google-closure-library": "20200628.0.0",
20+
"google-closure-library": "20200830.0.0",
2121
"gulp": "4.0.2",
2222
"gulp-sourcemaps": "2.6.5",
2323
"rollup": "2.28.1",

yarn.lock

+4-9
Original file line numberDiff line numberDiff line change
@@ -7697,15 +7697,10 @@ [email protected]:
76977697
google-closure-compiler-osx "^20200628.0.0"
76987698
google-closure-compiler-windows "^20200628.0.0"
76997699

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==
77097704

77107705
google-gax@^1.14.2:
77117706
version "1.15.3"

0 commit comments

Comments
 (0)