Skip to content

Commit 3f6f5e4

Browse files
renovate[bot]renovate-botavolkovi
authored
Update dependency google-closure-library to v20200830 (#3765)
* Update dependency google-closure-library to v20200830 * Replace goog.isArray with Array.isArray https://github.com/google/closure-library/releases/tag/v20200628 Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Alex Volkovitsky <[email protected]>
1 parent a7991f4 commit 3f6f5e4

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
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"firebase-tools": "8.12.1",
2929
"google-closure-compiler": "20200112.0.0",
30-
"google-closure-library": "20200224.0.0",
30+
"google-closure-library": "20200830.0.0",
3131
"gulp": "4.0.2",
3232
"gulp-sourcemaps": "2.6.5"
3333
},

packages/auth/src/rpchandler.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1989,7 +1989,7 @@ fireauth.RpcHandler.verifyPhoneNumberForExistingErrorMap_[
19891989
* @private
19901990
*/
19911991
fireauth.RpcHandler.validateDeleteLinkedAccountsRequest_ = function(request) {
1992-
if (!goog.isArray(request['deleteProvider'])) {
1992+
if (!Array.isArray(request['deleteProvider'])) {
19931993
throw new fireauth.AuthError(fireauth.authenum.Error.INTERNAL_ERROR);
19941994
}
19951995
};

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.29.0",

yarn.lock

+4-9
Original file line numberDiff line numberDiff line change
@@ -8074,15 +8074,10 @@ [email protected]:
80748074
google-closure-compiler-osx "^20200628.0.0"
80758075
google-closure-compiler-windows "^20200628.0.0"
80768076

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

80878082
google-gax@^1.14.2:
80888083
version "1.15.3"

0 commit comments

Comments
 (0)