Skip to content

Commit b11f70e

Browse files
committed
Update all non-major dependencies
1 parent 2e6d95a commit b11f70e

File tree

57 files changed

+1745
-1640
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1745
-1640
lines changed

config/functions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "Cloud Functions for Firebase",
44
"dependencies": {
55
"cors": "2.8.5",
6-
"firebase-admin": "9.4.2",
7-
"firebase-functions": "3.13.0"
6+
"firebase-admin": "9.9.0",
7+
"firebase-functions": "3.14.1"
88
},
99
"private": true,
1010
"engines": {

integration/firebase/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"firebase": "8.6.8",
1111
"@types/chai": "4.2.14",
1212
"@types/mocha": "7.0.2",
13-
"chai": "4.2.0",
13+
"chai": "4.3.4",
1414
"karma": "5.2.3",
1515
"karma-babel-preprocessor": "8.0.1",
1616
"karma-chrome-launcher": "3.1.0",
1717
"karma-firefox-launcher": "2.1.0",
1818
"karma-mocha": "2.0.1",
1919
"karma-spec-reporter": "0.0.32",
20-
"karma-typescript": "5.2.0",
20+
"karma-typescript": "5.5.1",
2121
"mocha": "7.2.0",
2222
"npm-run-all": "4.1.5",
2323
"typescript": "4.2.2"

integration/firestore/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
"@types/mocha": "7.0.2",
2020
"gulp": "4.0.2",
2121
"gulp-filter": "6.0.0",
22-
"gulp-replace": "1.0.0",
22+
"gulp-replace": "1.1.3",
2323
"karma": "5.2.3",
2424
"karma-chrome-launcher": "3.1.0",
2525
"karma-firefox-launcher": "2.1.0",
2626
"karma-mocha": "2.0.1",
2727
"karma-spec-reporter": "0.0.32",
2828
"mocha": "7.2.0",
29-
"ts-loader": "8.0.12",
29+
"ts-loader": "8.3.0",
3030
"typescript": "4.2.2",
31-
"webpack": "4.44.2",
31+
"webpack": "4.46.0",
3232
"webpack-stream": "6.1.1"
3333
}
3434
}

integration/messaging/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
},
1111
"devDependencies": {
1212
"firebase": "8.6.8",
13-
"chai": "4.2.0",
13+
"chai": "4.3.4",
1414
"chromedriver": "91.0.0",
1515
"express": "4.17.1",
16-
"geckodriver": "1.21.1",
16+
"geckodriver": "1.22.3",
1717
"mocha": "7.2.0",
1818
"node-fetch": "2.6.1",
1919
"selenium-assistant": "6.1.0"

package.json

+26-26
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@
6767
"repo-scripts/*"
6868
],
6969
"devDependencies": {
70-
"@babel/core": "7.12.10",
71-
"@babel/plugin-transform-modules-commonjs": "7.12.1",
72-
"@babel/preset-env": "7.12.11",
73-
"@changesets/changelog-github": "0.2.7",
74-
"@changesets/cli": "2.12.0",
70+
"@babel/core": "7.14.6",
71+
"@babel/plugin-transform-modules-commonjs": "7.14.5",
72+
"@babel/preset-env": "7.14.7",
73+
"@changesets/changelog-github": "0.4.0",
74+
"@changesets/cli": "2.16.0",
7575
"@types/chai": "4.2.14",
7676
"@types/chai-as-promised": "7.1.3",
7777
"@types/child-process-promise": "2.2.1",
@@ -82,41 +82,41 @@
8282
"@types/long": "4.0.1",
8383
"@types/mocha": "7.0.2",
8484
"@types/mz": "2.7.3",
85-
"@types/node": "12.19.11",
85+
"@types/node": "12.20.15",
8686
"@types/sinon": "9.0.10",
8787
"@types/sinon-chai": "3.2.5",
8888
"@types/tmp": "0.2.0",
8989
"@types/yargs": "16.0.0",
9090
"@types/js-yaml": "4.0.0",
91-
"@typescript-eslint/eslint-plugin": "4.11.1",
92-
"@typescript-eslint/eslint-plugin-tslint": "4.11.1",
93-
"@typescript-eslint/parser": "4.11.1",
91+
"@typescript-eslint/eslint-plugin": "4.28.0",
92+
"@typescript-eslint/eslint-plugin-tslint": "4.28.0",
93+
"@typescript-eslint/parser": "4.28.0",
9494
"api-documenter-me": "0.1.1",
9595
"api-extractor-me": "0.1.2",
9696
"babel-loader": "8.2.2",
97-
"chai": "4.2.0",
97+
"chai": "4.3.4",
9898
"chai-as-promised": "7.1.1",
9999
"chalk": "4.1.0",
100100
"child-process-promise": "2.2.1",
101101
"clone": "2.1.2",
102102
"coveralls": "3.1.0",
103103
"del": "6.0.0",
104-
"dependency-graph": "0.9.0",
105-
"eslint": "7.16.0",
106-
"eslint-plugin-import": "2.22.1",
107-
"eslint-plugin-unused-imports": "1.0.1",
104+
"dependency-graph": "0.11.0",
105+
"eslint": "7.29.0",
106+
"eslint-plugin-import": "2.23.4",
107+
"eslint-plugin-unused-imports": "1.1.1",
108108
"express": "4.17.1",
109109
"find-free-port": "2.0.0",
110-
"firebase-functions": "3.13.0",
111-
"firebase-tools": "9.1.0",
110+
"firebase-functions": "3.14.1",
111+
"firebase-tools": "9.13.1",
112112
"git-rev-sync": "3.0.1",
113113
"glob": "7.1.6",
114114
"http-server": "0.12.3",
115115
"husky": "4.3.6",
116-
"indexeddbshim": "7.0.0",
117-
"inquirer": "8.0.0",
116+
"indexeddbshim": "7.1.0",
117+
"inquirer": "8.1.1",
118118
"istanbul-instrumenter-loader": "3.0.1",
119-
"js-yaml": "4.0.0",
119+
"js-yaml": "4.1.0",
120120
"karma": "5.2.3",
121121
"karma-chrome-launcher": "3.1.0",
122122
"karma-cli": "2.0.0",
@@ -141,23 +141,23 @@
141141
"npm-run-all": "4.1.5",
142142
"npm-run-path": "4.0.1",
143143
"nyc": "15.1.0",
144-
"ora": "5.1.0",
145-
"prettier": "2.2.1",
144+
"ora": "5.4.1",
145+
"prettier": "2.3.1",
146146
"protractor": "5.4.2",
147147
"rxjs": "6.6.3",
148148
"semver": "7.3.4",
149-
"simple-git": "2.31.0",
149+
"simple-git": "2.40.0",
150150
"sinon": "9.2.2",
151-
"sinon-chai": "3.5.0",
151+
"sinon-chai": "3.7.0",
152152
"source-map-loader": "1.1.3",
153-
"terser": "5.5.1",
154-
"ts-loader": "8.0.12",
153+
"terser": "5.7.0",
154+
"ts-loader": "8.3.0",
155155
"ts-node": "9.1.1",
156156
"tslint": "6.1.3",
157157
"typedoc": "0.16.11",
158158
"typescript": "4.2.2",
159159
"watch": "1.0.2",
160-
"webpack": "4.44.2",
160+
"webpack": "4.46.0",
161161
"yargs": "16.2.0"
162162
},
163163
"husky": {

packages-exp/analytics-compat/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
},
1717
"devDependencies": {
1818
"@firebase/app-compat": "0.0.900",
19-
"rollup": "2.35.1",
19+
"rollup": "2.52.2",
2020
"@rollup/plugin-json": "4.1.0",
21-
"rollup-plugin-typescript2": "0.29.0",
21+
"rollup-plugin-typescript2": "0.30.0",
2222
"typescript": "4.2.2"
2323
},
2424
"repository": {

packages-exp/analytics-exp/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
"license": "Apache-2.0",
4242
"devDependencies": {
4343
"@firebase/app-exp": "0.0.900",
44-
"rollup": "2.33.2",
44+
"rollup": "2.52.2",
4545
"@rollup/plugin-commonjs": "17.1.0",
4646
"@rollup/plugin-json": "4.1.0",
4747
"@rollup/plugin-node-resolve": "11.2.0",
48-
"rollup-plugin-typescript2": "0.29.0",
48+
"rollup-plugin-typescript2": "0.30.0",
4949
"typescript": "4.2.2"
5050
},
5151
"repository": {

packages-exp/app-check-exp/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
"license": "Apache-2.0",
3939
"devDependencies": {
4040
"@firebase/app-exp": "0.0.900",
41-
"rollup": "2.33.2",
41+
"rollup": "2.52.2",
4242
"@rollup/plugin-commonjs": "17.1.0",
4343
"@rollup/plugin-json": "4.1.0",
4444
"@rollup/plugin-node-resolve": "11.2.0",
45-
"rollup-plugin-typescript2": "0.29.0",
45+
"rollup-plugin-typescript2": "0.30.0",
4646
"typescript": "4.2.2"
4747
},
4848
"repository": {

packages-exp/app-compat/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
"xmlhttprequest": "1.8.0"
3838
},
3939
"devDependencies": {
40-
"rollup": "2.35.1",
40+
"rollup": "2.52.2",
4141
"@rollup/plugin-json": "4.1.0",
4242
"rollup-plugin-replace": "2.2.0",
43-
"rollup-plugin-typescript2": "0.29.0",
43+
"rollup-plugin-typescript2": "0.30.0",
4444
"typescript": "4.2.2"
4545
},
4646
"repository": {

packages-exp/app-exp/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
},
3838
"license": "Apache-2.0",
3939
"devDependencies": {
40-
"rollup": "2.35.1",
40+
"rollup": "2.52.2",
4141
"@rollup/plugin-json": "4.1.0",
4242
"rollup-plugin-replace": "2.2.0",
43-
"rollup-plugin-typescript2": "0.29.0",
43+
"rollup-plugin-typescript2": "0.30.0",
4444
"typescript": "4.2.2"
4545
},
4646
"repository": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"firebase-admin": "8.13.0",
13-
"firebase-functions": "3.13.0"
13+
"firebase-functions": "3.14.1"
1414
},
1515
"private": true
1616
}

packages-exp/auth-compat-exp/demo/functions/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -702,10 +702,10 @@ [email protected]:
702702
"@google-cloud/firestore" "^3.0.0"
703703
"@google-cloud/storage" "^4.1.2"
704704

705-
firebase-functions@3.13.0:
706-
version "3.13.0"
707-
resolved "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.13.0.tgz#66278dbeb45f343a179814f2b1d95b383beec5e7"
708-
integrity sha512-tnltJL5KlGtbeBD9scsVjoKTSTMeo6EAy1gsdOfRlrwAu6idgLRKYVdmw0YymS8N7SwJ3CXo+3fuvSSihKhXbA==
705+
firebase-functions@3.14.1:
706+
version "3.14.1"
707+
resolved "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.14.1.tgz#3ac5bc70989365874f41d06bca3b42a233dd6039"
708+
integrity sha512-hL/qm+i5i1qKYmAFMlQ4mwRngDkP+3YT3F4E4Nd5Hj2QKeawBdZiMGgEt6zqTx08Zq04vHiSnSM0z75UJRSg6Q==
709709
dependencies:
710710
"@types/express" "4.17.3"
711711
cors "^2.8.5"

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
},
2121
"dependencies": {
2222
"@firebase/logger": "^0.2.2",
23-
"@firebase/util": "^0.3.0",
23+
"@firebase/util": "^0.4.0",
2424
"lerna": "^3.22.1",
25-
"tslib": "2.1.0"
25+
"tslib": "2.3.0"
2626
},
2727
"license": "Apache-2.0",
2828
"devDependencies": {
@@ -33,7 +33,7 @@
3333
"rollup-plugin-license": "0.14.0",
3434
"@rollup/plugin-node-resolve": "11.2.0",
3535
"rollup-plugin-sourcemaps": "0.6.3",
36-
"rollup-plugin-typescript2": "0.29.0",
36+
"rollup-plugin-typescript2": "0.30.0",
3737
"rollup-plugin-uglify": "6.0.4",
3838
"typescript": "4.2.2"
3939
},

packages-exp/auth-compat-exp/demo/yarn.lock

+27-26
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@
102102
resolved "https://registry.npmjs.org/@firebase/logger/-/logger-0.2.6.tgz#3aa2ca4fe10327cabf7808bd3994e88db26d7989"
103103
integrity sha512-KIxcUvW/cRGWlzK9Vd2KB864HlUnCfdTH0taHE0sXW5Xl7+W68suaeau1oKNEqmc3l45azkd4NzXTCWZRZdXrw==
104104

105-
"@firebase/util@^0.3.0":
106-
version "0.3.4"
107-
resolved "https://registry.npmjs.org/@firebase/util/-/util-0.3.4.tgz#e389d0e0e2aac88a5235b06ba9431db999d4892b"
108-
integrity sha512-VwjJUE2Vgr2UMfH63ZtIX9Hd7x+6gayi6RUXaTqEYxSbf/JmehLmAEYSuxS/NckfzAXWeGnKclvnXVibDgpjQQ==
105+
"@firebase/util@^0.4.0":
106+
version "0.4.1"
107+
resolved "https://registry.npmjs.org/@firebase/util/-/util-0.4.1.tgz#fe76cf0238901dc5455b341cf02e298e7bf68df4"
108+
integrity sha512-XhYCOwq4AH+YeQBEnDQvigz50WiiBU4LnJh2+//VMt4J2Ybsk0eTgUHNngUzXsmp80EJrwal3ItODg55q1ajWg==
109109
dependencies:
110-
tslib "^1.11.1"
110+
tslib "^2.1.0"
111111

112112
113113
version "3.21.0"
@@ -962,6 +962,14 @@
962962
estree-walker "^1.0.1"
963963
picomatch "^2.2.2"
964964

965+
"@rollup/pluginutils@^4.1.0":
966+
version "4.1.0"
967+
resolved "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.1.0.tgz#0dcc61c780e39257554feb7f77207dceca13c838"
968+
integrity sha512-TrBhfJkFxA+ER+ew2U2/fHbebhLT/l/2pRk0hfj9KusXUuRXd2v0R58AfaZK9VXDQ4TogOSEmICVrQAA3zFnHQ==
969+
dependencies:
970+
estree-walker "^2.0.1"
971+
picomatch "^2.2.2"
972+
965973
"@types/estree@*":
966974
version "0.0.46"
967975
resolved "https://registry.npmjs.org/@types/estree/-/estree-0.0.46.tgz#0fb6bfbbeabd7a30880504993369c4bf1deab1fe"
@@ -4464,14 +4472,7 @@ resolve-url@^0.2.1:
44644472
resolved "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
44654473
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
44664474

4467-
4468-
version "1.17.0"
4469-
resolved "https://registry.npmjs.org/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
4470-
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
4471-
dependencies:
4472-
path-parse "^1.0.6"
4473-
4474-
resolve@^1.10.0, resolve@^1.17.0, resolve@^1.19.0:
4475+
[email protected], resolve@^1.10.0, resolve@^1.17.0, resolve@^1.19.0:
44754476
version "1.20.0"
44764477
resolved "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
44774478
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
@@ -4534,16 +4535,16 @@ [email protected]:
45344535
"@rollup/pluginutils" "^3.0.9"
45354536
source-map-resolve "^0.6.0"
45364537

4537-
rollup-plugin-typescript2@0.29.0:
4538-
version "0.29.0"
4539-
resolved "https://registry.npmjs.org/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.29.0.tgz#b7ad83f5241dbc5bdf1e98d9c3fca005ffe39e1a"
4540-
integrity sha512-YytahBSZCIjn/elFugEGQR5qTsVhxhUwGZIsA9TmrSsC88qroGo65O5HZP/TTArH2dm0vUmYWhKchhwi2wL9bw==
4538+
rollup-plugin-typescript2@0.30.0:
4539+
version "0.30.0"
4540+
resolved "https://registry.npmjs.org/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.30.0.tgz#1cc99ac2309bf4b9d0a3ebdbc2002aecd56083d3"
4541+
integrity sha512-NUFszIQyhgDdhRS9ya/VEmsnpTe+GERDMmFo0Y+kf8ds51Xy57nPNGglJY+W6x1vcouA7Au7nsTgsLFj2I0PxQ==
45414542
dependencies:
4542-
"@rollup/pluginutils" "^3.1.0"
4543+
"@rollup/pluginutils" "^4.1.0"
45434544
find-cache-dir "^3.3.1"
45444545
fs-extra "8.1.0"
4545-
resolve "1.17.0"
4546-
tslib "2.0.1"
4546+
resolve "1.20.0"
4547+
tslib "2.1.0"
45474548

45484549
45494550
version "6.0.4"
@@ -5202,17 +5203,17 @@ trim-off-newlines@^1.0.0:
52025203
resolved "https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
52035204
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
52045205

5205-
5206-
version "2.0.1"
5207-
resolved "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz#410eb0d113e5b6356490eec749603725b021b43e"
5208-
integrity sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==
5209-
52105206
52115207
version "2.1.0"
52125208
resolved "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
52135209
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
52145210

5215-
tslib@^1.11.1, tslib@^1.9.0:
5211+
[email protected], tslib@^2.1.0:
5212+
version "2.3.0"
5213+
resolved "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
5214+
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
5215+
5216+
tslib@^1.9.0:
52165217
version "1.14.1"
52175218
resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
52185219
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
"devDependencies": {
4545
"@firebase/app-compat": "0.x",
4646
"@rollup/plugin-json": "4.1.0",
47-
"rollup": "2.35.1",
47+
"rollup": "2.52.2",
4848
"rollup-plugin-replace": "2.2.0",
49-
"rollup-plugin-typescript2": "0.29.0",
49+
"rollup-plugin-typescript2": "0.30.0",
5050
"typescript": "4.2.2"
5151
},
5252
"repository": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"firebase-admin": "8.13.0",
13-
"firebase-functions": "3.13.0"
13+
"firebase-functions": "3.14.1"
1414
},
1515
"private": true,
1616
"engines": {

0 commit comments

Comments
 (0)