Skip to content

Commit d5baaff

Browse files
Update all non-major dependencies (#4044)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 4da7606 commit d5baaff

File tree

39 files changed

+295
-196
lines changed

39 files changed

+295
-196
lines changed

config/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Cloud Functions for Firebase",
44
"dependencies": {
55
"cors": "2.8.5",
6-
"firebase-admin": "9.3.0",
6+
"firebase-admin": "9.4.1",
77
"firebase-functions": "3.11.0"
88
},
99
"private": true,

integration/firestore/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"karma-mocha": "2.0.1",
2727
"karma-spec-reporter": "0.0.32",
2828
"mocha": "7.2.0",
29-
"ts-loader": "8.0.9",
29+
"ts-loader": "8.0.11",
3030
"typescript": "4.0.5",
3131
"webpack": "4.44.2",
32-
"webpack-stream": "6.1.0"
32+
"webpack-stream": "6.1.1"
3333
}
3434
}

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@
7878
"@types/long": "4.0.1",
7979
"@types/mocha": "7.0.2",
8080
"@types/mz": "2.7.2",
81-
"@types/node": "12.19.3",
81+
"@types/node": "12.19.4",
8282
"@types/sinon": "9.0.8",
8383
"@types/sinon-chai": "3.2.5",
8484
"@types/tmp": "0.2.0",
8585
"@types/yargs": "15.0.9",
86-
"@typescript-eslint/eslint-plugin": "4.6.1",
87-
"@typescript-eslint/eslint-plugin-tslint": "4.6.1",
88-
"@typescript-eslint/parser": "4.6.1",
89-
"babel-loader": "8.1.0",
86+
"@typescript-eslint/eslint-plugin": "4.8.1",
87+
"@typescript-eslint/eslint-plugin-tslint": "4.8.1",
88+
"@typescript-eslint/parser": "4.8.1",
89+
"babel-loader": "8.2.1",
9090
"@babel/core": "7.12.3",
9191
"@babel/preset-env": "7.12.1",
9292
"@babel/plugin-transform-modules-commonjs": "7.12.1",
@@ -98,12 +98,12 @@
9898
"coveralls": "3.1.0",
9999
"del": "6.0.0",
100100
"dependency-graph": "0.9.0",
101-
"eslint": "7.12.1",
101+
"eslint": "7.13.0",
102102
"eslint-plugin-import": "2.22.1",
103103
"express": "4.17.1",
104104
"find-free-port": "2.0.0",
105105
"firebase-functions": "3.11.0",
106-
"firebase-tools": "8.15.0",
106+
"firebase-tools": "8.16.2",
107107
"git-rev-sync": "3.0.1",
108108
"glob": "7.1.6",
109109
"http-server": "0.12.3",
@@ -142,19 +142,19 @@
142142
"protractor": "5.4.2",
143143
"rxjs": "6.6.3",
144144
"semver": "7.3.2",
145-
"simple-git": "2.21.0",
145+
"simple-git": "2.22.0",
146146
"sinon": "9.2.1",
147147
"sinon-chai": "3.5.0",
148148
"source-map-loader": "1.1.2",
149-
"terser": "5.3.8",
150-
"ts-loader": "8.0.9",
149+
"terser": "5.4.0",
150+
"ts-loader": "8.0.11",
151151
"ts-node": "9.0.0",
152152
"tslint": "6.1.3",
153153
"typedoc": "0.16.11",
154154
"typescript": "4.0.5",
155155
"watch": "1.0.2",
156156
"webpack": "4.44.2",
157-
"yargs": "16.1.0"
157+
"yargs": "16.1.1"
158158
},
159159
"husky": {
160160
"hooks": {

packages-exp/app-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"xmlhttprequest": "1.8.0"
3838
},
3939
"devDependencies": {
40-
"rollup": "2.33.1",
40+
"rollup": "2.33.2",
4141
"@rollup/plugin-json": "4.1.0",
4242
"rollup-plugin-replace": "2.2.0",
4343
"rollup-plugin-typescript2": "0.29.0",

packages-exp/app-exp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"license": "Apache-2.0",
4040
"devDependencies": {
41-
"rollup": "2.33.1",
41+
"rollup": "2.33.2",
4242
"@rollup/plugin-json": "4.1.0",
4343
"rollup-plugin-replace": "2.2.0",
4444
"rollup-plugin-typescript2": "0.29.0",

packages-exp/auth-compat-exp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"license": "Apache-2.0",
3838
"devDependencies": {
3939
"@firebase/app-compat": "0.x",
40-
"rollup": "2.33.1",
40+
"rollup": "2.33.2",
4141
"@rollup/plugin-json": "4.1.0",
4242
"rollup-plugin-replace": "2.2.0",
4343
"rollup-plugin-typescript2": "0.29.0",

packages-exp/auth-exp/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"@firebase/auth-exp": "0.0.900",
2222
"@firebase/auth-types-exp": "0.0.900",
2323
"@firebase/logger": "0.2.6",
24-
"@firebase/util": "0.3.3",
24+
"@firebase/util": "0.3.4",
2525
"tslib": "^1.11.1"
2626
},
2727
"license": "Apache-2.0",
2828
"devDependencies": {
2929
"@rollup/plugin-strip": "2.0.0",
30-
"rollup": "2.33.1",
30+
"rollup": "2.33.2",
3131
"@rollup/plugin-json": "4.1.0",
3232
"rollup-plugin-replace": "2.2.0",
3333
"rollup-plugin-terser": "6.1.0",

packages-exp/auth-exp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"license": "Apache-2.0",
4949
"devDependencies": {
5050
"@firebase/app-exp": "0.0.900",
51-
"rollup": "2.33.1",
51+
"rollup": "2.33.2",
5252
"@rollup/plugin-json": "4.1.0",
5353
"rollup-plugin-sourcemaps": "0.6.3",
5454
"rollup-plugin-typescript2": "0.29.0",

packages-exp/firebase-exp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@firebase/remote-config-exp": "0.0.900"
4747
},
4848
"devDependencies": {
49-
"rollup": "2.33.1",
49+
"rollup": "2.33.2",
5050
"@rollup/plugin-commonjs": "15.1.0",
5151
"rollup-plugin-license": "2.2.0",
5252
"@rollup/plugin-node-resolve": "9.0.0",

packages-exp/functions-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@firebase/app-compat": "0.0.900",
18-
"rollup": "2.33.1",
18+
"rollup": "2.33.2",
1919
"@rollup/plugin-json": "4.1.0",
2020
"rollup-plugin-typescript2": "0.29.0",
2121
"typescript": "4.0.5"

packages-exp/functions-exp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@firebase/app-exp": "0.0.900",
39-
"rollup": "2.33.1",
39+
"rollup": "2.33.2",
4040
"@rollup/plugin-json": "4.1.0",
4141
"rollup-plugin-typescript2": "0.29.0",
4242
"typescript": "4.0.5"

packages-exp/installations-exp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"@firebase/app-exp": "0.0.900",
44-
"rollup": "2.33.1",
44+
"rollup": "2.33.2",
4545
"@rollup/plugin-commonjs": "15.1.0",
4646
"@rollup/plugin-json": "4.1.0",
4747
"@rollup/plugin-node-resolve": "9.0.0",

packages-exp/performance-exp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"license": "Apache-2.0",
4343
"devDependencies": {
4444
"@firebase/app-exp": "0.0.900",
45-
"rollup": "2.33.1",
45+
"rollup": "2.33.2",
4646
"@rollup/plugin-json": "4.1.0",
4747
"rollup-plugin-typescript2": "0.29.0",
4848
"typescript": "4.0.5"

packages-exp/remote-config-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"tslib": "^1.11.1"
3838
},
3939
"devDependencies": {
40-
"rollup": "2.33.1",
40+
"rollup": "2.33.2",
4141
"@rollup/plugin-json": "4.1.0",
4242
"rollup-plugin-replace": "2.2.0",
4343
"rollup-plugin-typescript2": "0.29.0",

packages-exp/remote-config-exp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"license": "Apache-2.0",
4343
"devDependencies": {
4444
"@firebase/app-exp": "0.0.900",
45-
"rollup": "2.33.1",
45+
"rollup": "2.33.2",
4646
"rollup-plugin-typescript2": "0.29.0",
4747
"typescript": "4.0.5"
4848
},

packages/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"license": "Apache-2.0",
3636
"devDependencies": {
3737
"@firebase/app": "0.6.13",
38-
"rollup": "2.33.1",
38+
"rollup": "2.33.2",
3939
"@rollup/plugin-commonjs": "15.1.0",
4040
"@rollup/plugin-json": "4.1.0",
4141
"@rollup/plugin-node-resolve": "9.0.0",

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"xmlhttprequest": "1.8.0"
3737
},
3838
"devDependencies": {
39-
"rollup": "2.33.1",
39+
"rollup": "2.33.2",
4040
"@rollup/plugin-json": "4.1.0",
4141
"rollup-plugin-replace": "2.2.0",
4242
"rollup-plugin-typescript2": "0.29.0",

packages/auth/demo/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"logs": "firebase functions:log"
1010
},
1111
"dependencies": {
12-
"firebase-admin": "9.3.0",
12+
"firebase-admin": "9.4.1",
1313
"firebase-functions": "3.11.0"
1414
},
1515
"private": true

packages/auth/demo/functions/yarn.lock

Lines changed: 60 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@
6767
retry-request "^4.1.1"
6868
teeny-request "^7.0.0"
6969

70-
"@google-cloud/firestore@^4.0.0":
71-
version "4.4.0"
72-
resolved "https://registry.npmjs.org/@google-cloud/firestore/-/firestore-4.4.0.tgz#6cdbd462f32a8f94e138c57ef81195156c79e680"
73-
integrity sha512-nixsumd4C7eL+hHEgyihspzhBBNe3agsvNFRX0xfqO3uR/6ro4CUj9XdcCvdnSSd3yTyqKfdBSRK2fEj1jIbYg==
70+
"@google-cloud/firestore@^4.5.0":
71+
version "4.7.1"
72+
resolved "https://registry.npmjs.org/@google-cloud/firestore/-/firestore-4.7.1.tgz#d170c72ecda6286ebab460765511103362da7b21"
73+
integrity sha512-Qici+WKB6uRdDS1S3CaxGrIaCl4Bck70DYSzA5dZFkTU03Jj5DKXC4PYeUkfCAiB4haj7tzx+2ye7rhLxPclhQ==
7474
dependencies:
7575
fast-deep-equal "^3.1.1"
7676
functional-red-black-tree "^1.0.1"
77-
google-gax "^2.2.0"
77+
google-gax "^2.9.2"
7878

7979
"@google-cloud/paginator@^3.0.0":
8080
version "3.0.5"
@@ -670,10 +670,10 @@ find-up@^4.1.0:
670670
locate-path "^5.0.0"
671671
path-exists "^4.0.0"
672672

673-
firebase-admin@9.3.0:
674-
version "9.3.0"
675-
resolved "https://registry.npmjs.org/firebase-admin/-/firebase-admin-9.3.0.tgz#05f3efb1bb97f17b2c562f4b59820a381d2f903f"
676-
integrity sha512-qMUITOp2QKLLc2o0/wSiDC2OO2knejjieZN/8Or9AzfFk8ftTcUKq5ALNlQXu+7aUzGe0IwSJq9TVnkIU0h1xw==
673+
firebase-admin@9.4.1:
674+
version "9.4.1"
675+
resolved "https://registry.npmjs.org/firebase-admin/-/firebase-admin-9.4.1.tgz#9b8704320dd8894dfa4acc70c66237323cba12ed"
676+
integrity sha512-y9r2Mz2x1WTr60YrCDqz8Lw70DlwIvRIieVltP+UdRogkVpfnvyd+bi4D0KPlujW3teqcFPmxuzsXB+DP5vGfQ==
677677
dependencies:
678678
"@firebase/database" "^0.6.10"
679679
"@firebase/database-types" "^0.5.2"
@@ -682,7 +682,7 @@ [email protected]:
682682
jsonwebtoken "^8.5.1"
683683
node-forge "^0.10.0"
684684
optionalDependencies:
685-
"@google-cloud/firestore" "^4.0.0"
685+
"@google-cloud/firestore" "^4.5.0"
686686
"@google-cloud/storage" "^5.3.0"
687687

688688
@@ -721,6 +721,17 @@ gaxios@^3.0.0:
721721
is-stream "^2.0.0"
722722
node-fetch "^2.3.0"
723723

724+
gaxios@^4.0.0:
725+
version "4.0.1"
726+
resolved "https://registry.npmjs.org/gaxios/-/gaxios-4.0.1.tgz#bc7b205a89d883452822cc75e138620c35e3291e"
727+
integrity sha512-jOin8xRZ/UytQeBpSXFqIzqU7Fi5TqgPNLlUsSB8kjJ76+FiGBfImF8KJu++c6J4jOldfJUtt0YmkRj2ZpSHTQ==
728+
dependencies:
729+
abort-controller "^3.0.0"
730+
extend "^3.0.2"
731+
https-proxy-agent "^5.0.0"
732+
is-stream "^2.0.0"
733+
node-fetch "^2.3.0"
734+
724735
gcp-metadata@^4.1.0:
725736
version "4.2.0"
726737
resolved "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-4.2.0.tgz#3b424355ccdc240ee07c5791e2fd6a60a283d89a"
@@ -729,6 +740,14 @@ gcp-metadata@^4.1.0:
729740
gaxios "^3.0.0"
730741
json-bigint "^1.0.0"
731742

743+
gcp-metadata@^4.2.0:
744+
version "4.2.1"
745+
resolved "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-4.2.1.tgz#31849fbcf9025ef34c2297c32a89a1e7e9f2cd62"
746+
integrity sha512-tSk+REe5iq/N+K+SK1XjZJUrFPuDqGZVzCy2vocIHIGmPlTGsa8owXMJwGkrXr73NO0AzhPW4MF2DEHz7P2AVw==
747+
dependencies:
748+
gaxios "^4.0.0"
749+
json-bigint "^1.0.0"
750+
732751
gcs-resumable-upload@^3.1.0:
733752
version "3.1.1"
734753
resolved "https://registry.npmjs.org/gcs-resumable-upload/-/gcs-resumable-upload-3.1.1.tgz#67c766a0555d6a352f9651b7603337207167d0de"
@@ -762,23 +781,38 @@ google-auth-library@^6.0.0:
762781
jws "^4.0.0"
763782
lru-cache "^6.0.0"
764783

765-
google-gax@^2.2.0:
766-
version "2.9.0"
767-
resolved "https://registry.npmjs.org/google-gax/-/google-gax-2.9.0.tgz#84edef8715d82c0f91a6e5485b8f2803d2690f00"
768-
integrity sha512-MFMwA7Fb8PEwjnYwfGXjZMidCNyMl3gSnvS/+kS8TQioJZQDpzK+W3dmwyNyig/U13+kbABqDnbkkAXJ5NiUkw==
784+
google-auth-library@^6.1.3:
785+
version "6.1.3"
786+
resolved "https://registry.npmjs.org/google-auth-library/-/google-auth-library-6.1.3.tgz#39d868140b70d0c4b32c6f6d8f4ccc1400d84dca"
787+
integrity sha512-m9mwvY3GWbr7ZYEbl61isWmk+fvTmOt0YNUfPOUY2VH8K5pZlAIWJjxEi0PqR3OjMretyiQLI6GURMrPSwHQ2g==
788+
dependencies:
789+
arrify "^2.0.0"
790+
base64-js "^1.3.0"
791+
ecdsa-sig-formatter "^1.0.11"
792+
fast-text-encoding "^1.0.0"
793+
gaxios "^4.0.0"
794+
gcp-metadata "^4.2.0"
795+
gtoken "^5.0.4"
796+
jws "^4.0.0"
797+
lru-cache "^6.0.0"
798+
799+
google-gax@^2.9.2:
800+
version "2.9.2"
801+
resolved "https://registry.npmjs.org/google-gax/-/google-gax-2.9.2.tgz#780b2c0fc031c864007e1e198a9b90c7e946cca0"
802+
integrity sha512-Pve4osEzNKpBZqFXMfGKBbKCtgnHpUe5IQMh5Ou+Xtg8nLcba94L3gF0xgM5phMdGRRqJn0SMjcuEVmOYu7EBg==
769803
dependencies:
770804
"@grpc/grpc-js" "~1.1.1"
771805
"@grpc/proto-loader" "^0.5.1"
772806
"@types/long" "^4.0.0"
773807
abort-controller "^3.0.0"
774808
duplexify "^4.0.0"
775-
google-auth-library "^6.0.0"
809+
google-auth-library "^6.1.3"
776810
is-stream-ended "^0.1.4"
777811
node-fetch "^2.6.1"
778812
protobufjs "^6.9.0"
779813
retry-request "^4.0.0"
780814

781-
google-p12-pem@^3.0.0:
815+
google-p12-pem@^3.0.0, google-p12-pem@^3.0.3:
782816
version "3.0.3"
783817
resolved "https://registry.npmjs.org/google-p12-pem/-/google-p12-pem-3.0.3.tgz#673ac3a75d3903a87f05878f3c75e06fc151669e"
784818
integrity sha512-wS0ek4ZtFx/ACKYF3JhyGe5kzH7pgiQ7J5otlumqR9psmWMYc+U9cErKlCYVYHoUaidXHdZ2xbo34kB+S+24hA==
@@ -800,6 +834,16 @@ gtoken@^5.0.0:
800834
jws "^4.0.0"
801835
mime "^2.2.0"
802836

837+
gtoken@^5.0.4:
838+
version "5.1.0"
839+
resolved "https://registry.npmjs.org/gtoken/-/gtoken-5.1.0.tgz#4ba8d2fc9a8459098f76e7e8fd7beaa39fda9fe4"
840+
integrity sha512-4d8N6Lk8TEAHl9vVoRVMh9BNOKWVgl2DdNtr3428O75r3QFrF/a5MMu851VmK0AA8+iSvbwRv69k5XnMLURGhg==
841+
dependencies:
842+
gaxios "^4.0.0"
843+
google-p12-pem "^3.0.3"
844+
jws "^4.0.0"
845+
mime "^2.2.0"
846+
803847
hash-stream-validation@^0.2.2:
804848
version "0.2.4"
805849
resolved "https://registry.npmjs.org/hash-stream-validation/-/hash-stream-validation-0.2.4.tgz#ee68b41bf822f7f44db1142ec28ba9ee7ccb7512"

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@firebase/auth-types": "0.10.1"
2626
},
2727
"devDependencies": {
28-
"firebase-tools": "8.15.0",
28+
"firebase-tools": "8.16.2",
2929
"google-closure-compiler": "20200112.0.0",
3030
"google-closure-library": "20200830.0.0",
3131
"gulp": "4.0.2",

packages/component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"license": "Apache-2.0",
2929
"devDependencies": {
30-
"rollup": "2.33.1",
30+
"rollup": "2.33.2",
3131
"rollup-plugin-typescript2": "0.29.0",
3232
"typescript": "4.0.5"
3333
},

packages/database/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@firebase/app": "0.6.13",
3838
"@firebase/app-types": "0.6.1",
39-
"rollup": "2.33.1",
39+
"rollup": "2.33.2",
4040
"rollup-plugin-typescript2": "0.29.0",
4141
"typescript": "4.0.5"
4242
},

packages/firebase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@firebase/util": "0.3.4"
6262
},
6363
"devDependencies": {
64-
"rollup": "2.33.1",
64+
"rollup": "2.33.2",
6565
"@rollup/plugin-commonjs": "15.1.0",
6666
"rollup-plugin-license": "2.2.0",
6767
"@rollup/plugin-node-resolve": "9.0.0",

0 commit comments

Comments
 (0)