Skip to content

Commit 21866c2

Browse files
renovate[bot]renovate-botFeiyang1
authored
Update all non-major dependencies (#5217)
* Update all non-major dependencies * fix lock * remove unneeded file Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Feiyang1 <[email protected]>
1 parent a81979a commit 21866c2

File tree

51 files changed

+1206
-825
lines changed

Some content is hidden

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

51 files changed

+1206
-825
lines changed

.github/workflows/label-doc-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Print if doc changed output
3030
run: echo "${{steps.check-doc-changes.outputs.DOC_CHANGED}}"
3131
- name: Add label if there are doc changes
32-
uses: actions-ecosystem/[email protected].0
32+
uses: actions-ecosystem/[email protected].3
3333
if: ${{steps.check-doc-changes.outputs.DOC_CHANGED == 'true'}}
3434
with:
3535
labels: doc-changes

config/functions/package.json

Lines changed: 2 additions & 2 deletions
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.9.0",
7-
"firebase-functions": "3.14.1"
6+
"firebase-admin": "9.11.1",
7+
"firebase-functions": "3.15.5"
88
},
99
"private": true,
1010
"engines": {

integration/firebase/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
},
99
"devDependencies": {
1010
"firebase": "9.0.2",
11-
"@types/chai": "4.2.14",
11+
"@types/chai": "4.2.21",
1212
"@types/mocha": "9.0.0",
1313
"chai": "4.3.4",
1414
"karma": "6.3.4",
1515
"karma-babel-preprocessor": "8.0.1",
1616
"karma-chrome-launcher": "3.1.0",
17-
"karma-firefox-launcher": "2.1.0",
17+
"karma-firefox-launcher": "2.1.1",
1818
"karma-mocha": "2.0.1",
1919
"karma-spec-reporter": "0.0.32",
20-
"karma-typescript": "5.5.1",
20+
"karma-typescript": "5.5.2",
2121
"mocha": "9.1.1",
2222
"npm-run-all": "4.1.5",
2323
"typescript": "4.2.2"

integration/firestore/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"gulp-replace": "1.1.3",
2323
"karma": "6.3.4",
2424
"karma-chrome-launcher": "3.1.0",
25-
"karma-firefox-launcher": "2.1.0",
25+
"karma-firefox-launcher": "2.1.1",
2626
"karma-mocha": "2.0.1",
2727
"karma-spec-reporter": "0.0.32",
2828
"mocha": "9.1.1",
2929
"ts-loader": "8.3.0",
3030
"typescript": "4.2.2",
3131
"webpack": "4.46.0",
32-
"webpack-stream": "6.1.1"
32+
"webpack-stream": "6.1.2"
3333
}
3434
}

integration/messaging/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"chai": "4.3.4",
1414
"chromedriver": "93.0.1",
1515
"express": "4.17.1",
16-
"geckodriver": "2.0.3",
16+
"geckodriver": "2.0.4",
1717
"mocha": "9.1.1",
18-
"node-fetch": "2.6.1",
18+
"node-fetch": "2.6.2",
1919
"selenium-assistant": "6.1.0"
2020
}
2121
}

package.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -62,68 +62,68 @@
6262
"repo-scripts/*"
6363
],
6464
"devDependencies": {
65-
"@babel/core": "7.14.6",
66-
"@babel/plugin-transform-modules-commonjs": "7.14.5",
67-
"@babel/preset-env": "7.14.7",
68-
"@changesets/changelog-github": "0.4.0",
69-
"@changesets/cli": "2.16.0",
70-
"@types/chai": "4.2.14",
71-
"@types/chai-as-promised": "7.1.3",
72-
"@types/child-process-promise": "2.2.1",
73-
"@types/clone": "2.1.0",
74-
"@types/eslint": "7.2.10",
75-
"@types/inquirer": "7.3.1",
76-
"@types/listr": "0.14.2",
65+
"@babel/core": "7.15.5",
66+
"@babel/plugin-transform-modules-commonjs": "7.15.4",
67+
"@babel/preset-env": "7.15.6",
68+
"@changesets/changelog-github": "0.4.1",
69+
"@changesets/cli": "2.17.0",
70+
"@types/chai": "4.2.21",
71+
"@types/chai-as-promised": "7.1.4",
72+
"@types/child-process-promise": "2.2.2",
73+
"@types/clone": "2.1.1",
74+
"@types/eslint": "7.28.0",
75+
"@types/inquirer": "7.3.3",
76+
"@types/listr": "0.14.4",
7777
"@types/long": "4.0.1",
7878
"@types/mocha": "9.0.0",
79-
"@types/mz": "2.7.3",
80-
"@types/node": "12.20.15",
81-
"@types/sinon": "9.0.10",
79+
"@types/mz": "2.7.4",
80+
"@types/node": "12.20.24",
81+
"@types/sinon": "9.0.11",
8282
"@types/sinon-chai": "3.2.5",
83-
"@types/tmp": "0.2.0",
83+
"@types/tmp": "0.2.1",
8484
"@types/yargs": "17.0.2",
85-
"@types/js-yaml": "4.0.0",
85+
"@types/js-yaml": "4.0.3",
8686
"@types/request": "2.48.7",
87-
"@typescript-eslint/eslint-plugin": "4.28.0",
88-
"@typescript-eslint/eslint-plugin-tslint": "4.28.0",
89-
"@typescript-eslint/parser": "4.28.0",
87+
"@typescript-eslint/eslint-plugin": "4.31.0",
88+
"@typescript-eslint/eslint-plugin-tslint": "4.31.0",
89+
"@typescript-eslint/parser": "4.31.0",
9090
"api-documenter-me": "0.1.1",
9191
"api-extractor-me": "0.1.2",
9292
"babel-loader": "8.2.2",
9393
"chai": "4.3.4",
9494
"chai-as-promised": "7.1.1",
95-
"chalk": "4.1.0",
95+
"chalk": "4.1.2",
9696
"child-process-promise": "2.2.1",
9797
"clone": "2.1.2",
98-
"coveralls": "3.1.0",
98+
"coveralls": "3.1.1",
9999
"del": "6.0.0",
100100
"dependency-graph": "0.11.0",
101-
"eslint": "7.29.0",
102-
"eslint-plugin-import": "2.23.4",
103-
"eslint-plugin-unused-imports": "1.1.1",
101+
"eslint": "7.32.0",
102+
"eslint-plugin-import": "2.24.2",
103+
"eslint-plugin-unused-imports": "1.1.4",
104104
"express": "4.17.1",
105105
"find-free-port": "2.0.0",
106-
"firebase-functions": "3.14.1",
107-
"firebase-tools": "9.14.0",
106+
"firebase-functions": "3.15.5",
107+
"firebase-tools": "9.18.0",
108108
"git-rev-sync": "3.0.1",
109-
"glob": "7.1.6",
109+
"glob": "7.1.7",
110110
"http-server": "13.0.1",
111-
"husky": "4.3.6",
111+
"husky": "4.3.8",
112112
"indexeddbshim": "7.1.0",
113-
"inquirer": "8.1.1",
113+
"inquirer": "8.1.2",
114114
"istanbul-instrumenter-loader": "3.0.1",
115115
"js-yaml": "4.1.0",
116116
"karma": "6.3.4",
117117
"karma-chrome-launcher": "3.1.0",
118118
"karma-cli": "2.0.0",
119119
"karma-coverage-istanbul-reporter": "3.0.3",
120-
"karma-firefox-launcher": "2.1.0",
120+
"karma-firefox-launcher": "2.1.1",
121121
"karma-mocha": "2.0.1",
122122
"karma-mocha-reporter": "2.2.5",
123123
"karma-safari-launcher": "1.0.0",
124124
"karma-sourcemap-loader": "0.3.8",
125125
"karma-spec-reporter": "0.0.32",
126-
"karma-summary-reporter": "2.0.0",
126+
"karma-summary-reporter": "2.0.2",
127127
"karma-webpack": "4.0.2",
128128
"lcov-result-merger": "3.1.0",
129129
"lerna": "4.0.0",
@@ -138,15 +138,15 @@
138138
"npm-run-path": "4.0.1",
139139
"nyc": "15.1.0",
140140
"ora": "5.4.1",
141-
"prettier": "2.3.1",
141+
"prettier": "2.4.0",
142142
"protractor": "5.4.2",
143143
"request": "2.88.2",
144-
"semver": "7.3.4",
145-
"simple-git": "2.40.0",
146-
"sinon": "9.2.2",
144+
"semver": "7.3.5",
145+
"simple-git": "2.45.1",
146+
"sinon": "9.2.4",
147147
"sinon-chai": "3.7.0",
148148
"source-map-loader": "1.1.3",
149-
"terser": "5.7.0",
149+
"terser": "5.7.2",
150150
"ts-loader": "8.3.0",
151151
"ts-node": "10.2.1",
152152
"tslint": "6.1.3",

packages/analytics-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.1.1",
18-
"rollup": "2.52.2",
18+
"rollup": "2.56.3",
1919
"@rollup/plugin-json": "4.1.0",
2020
"rollup-plugin-typescript2": "0.30.0",
2121
"typescript": "4.2.2"

packages/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"license": "Apache-2.0",
4040
"devDependencies": {
4141
"@firebase/app": "0.7.0",
42-
"rollup": "2.52.2",
42+
"rollup": "2.56.3",
4343
"@rollup/plugin-commonjs": "17.1.0",
4444
"@rollup/plugin-json": "4.1.0",
4545
"@rollup/plugin-node-resolve": "13.0.4",

packages/app-check-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"license": "Apache-2.0",
3535
"devDependencies": {
3636
"@firebase/app-compat": "0.1.1",
37-
"rollup": "2.52.2",
37+
"rollup": "2.56.3",
3838
"@rollup/plugin-commonjs": "17.1.0",
3939
"@rollup/plugin-json": "4.1.0",
4040
"@rollup/plugin-node-resolve": "13.0.4",

packages/app-check/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"license": "Apache-2.0",
3737
"devDependencies": {
3838
"@firebase/app": "0.7.0",
39-
"rollup": "2.52.2",
39+
"rollup": "2.56.3",
4040
"@rollup/plugin-commonjs": "17.1.0",
4141
"@rollup/plugin-json": "4.1.0",
4242
"@rollup/plugin-node-resolve": "13.0.4",

packages/app-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"tslib": "^2.1.0"
3636
},
3737
"devDependencies": {
38-
"rollup": "2.52.2",
38+
"rollup": "2.56.3",
3939
"@rollup/plugin-json": "4.1.0",
4040
"rollup-plugin-replace": "2.2.0",
4141
"rollup-plugin-typescript2": "0.30.0",

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"license": "Apache-2.0",
3737
"devDependencies": {
38-
"rollup": "2.52.2",
38+
"rollup": "2.56.3",
3939
"@rollup/plugin-json": "4.1.0",
4040
"rollup-plugin-replace": "2.2.0",
4141
"rollup-plugin-typescript2": "0.30.0",

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

Lines changed: 1 addition & 1 deletion
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.14.1"
13+
"firebase-functions": "3.15.5"
1414
},
1515
"private": true
1616
}

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,11 @@
212212
dependencies:
213213
"@types/node" "*"
214214

215+
"@types/cors@^2.8.5":
216+
version "2.8.12"
217+
resolved "https://registry.npmjs.org/@types/cors/-/cors-2.8.12.tgz#6b2c510a7ad7039e98e7b8d3d6598f4359e5c080"
218+
integrity sha512-vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNNFhp0lEThw==
219+
215220
"@types/express-serve-static-core@*":
216221
version "4.17.18"
217222
resolved "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.18.tgz#8371e260f40e0e1ca0c116a9afcd9426fa094c40"
@@ -702,11 +707,12 @@ [email protected]:
702707
"@google-cloud/firestore" "^3.0.0"
703708
"@google-cloud/storage" "^4.1.2"
704709

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==
710+
firebase-functions@3.15.5:
711+
version "3.15.5"
712+
resolved "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.15.5.tgz#d0b9d719c88332048f59ee3ecda5755cb0dabda2"
713+
integrity sha512-w5Twk7txwfPFasx+i25f0U4fLiSa06XvwOIoEwazGYLPOLe18b2jCDQ9X8aeJm8S7FZE40ODWGVTLtF6dX6xHg==
709714
dependencies:
715+
"@types/cors" "^2.8.5"
710716
"@types/express" "4.17.3"
711717
cors "^2.8.5"
712718
express "^4.17.1"

packages/auth-compat/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@firebase/logger": "^0.2.2",
2323
"@firebase/util": "^1.0.0",
2424
"lerna": "^4.0.0",
25-
"tslib": "2.3.0"
25+
"tslib": "2.3.1"
2626
},
2727
"license": "Apache-2.0",
2828
"devDependencies": {

packages/auth-compat/demo/yarn.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4372,16 +4372,21 @@ [email protected]:
43724372
resolved "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
43734373
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
43744374

4375-
[email protected].0, tslib@^2.1.0:
4376-
version "2.3.0"
4377-
resolved "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
4378-
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
4375+
4376+
version "2.3.1"
4377+
resolved "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
4378+
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
43794379

43804380
tslib@^1.9.0:
43814381
version "1.14.1"
43824382
resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
43834383
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
43844384

4385+
tslib@^2.1.0:
4386+
version "2.3.0"
4387+
resolved "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
4388+
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
4389+
43854390
tunnel-agent@^0.6.0:
43864391
version "0.6.0"
43874392
resolved "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"

packages/auth-compat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
"@firebase/auth-types": "0.11.0",
3636
"@firebase/component": "0.5.6",
3737
"@firebase/util": "1.3.0",
38-
"node-fetch": "2.6.1",
38+
"node-fetch": "2.6.2",
3939
"selenium-webdriver": "^4.0.0-beta.2",
4040
"tslib": "^2.1.0"
4141
},
4242
"license": "Apache-2.0",
4343
"devDependencies": {
4444
"@firebase/app-compat": "0.1.1",
4545
"@rollup/plugin-json": "4.1.0",
46-
"rollup": "2.52.2",
46+
"rollup": "2.56.3",
4747
"rollup-plugin-replace": "2.2.0",
4848
"rollup-plugin-typescript2": "0.30.0",
4949
"typescript": "4.2.2"

packages/auth/cordova/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"cordova-ios": "6.2.0",
1515
"cordova-plugin-whitelist": "1.3.5",
1616
"cordova-universal-links-plugin": "1.2.1",
17-
"rollup": "2.53.1"
17+
"rollup": "2.56.3"
1818
},
1919
"cordova": {
2020
"plugins": {
@@ -37,7 +37,7 @@
3737
},
3838
"dependencies": {
3939
"@firebase/app": "0.7.0",
40-
"@firebase/auth": "0.17.0",
40+
"@firebase/auth": "0.17.2",
4141
"@firebase/logger": "0.2.6",
4242
"@firebase/util": "1.3.0",
4343
"cordova-plugin-browsertab": "0.2.0",

packages/auth/demo/functions/package.json

Lines changed: 1 addition & 1 deletion
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.14.1"
13+
"firebase-functions": "3.15.5"
1414
},
1515
"private": true,
1616
"engines": {

packages/auth/demo/functions/yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,11 @@
212212
dependencies:
213213
"@types/node" "*"
214214

215+
"@types/cors@^2.8.5":
216+
version "2.8.12"
217+
resolved "https://registry.npmjs.org/@types/cors/-/cors-2.8.12.tgz#6b2c510a7ad7039e98e7b8d3d6598f4359e5c080"
218+
integrity sha512-vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNNFhp0lEThw==
219+
215220
"@types/express-serve-static-core@*":
216221
version "4.17.18"
217222
resolved "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.18.tgz#8371e260f40e0e1ca0c116a9afcd9426fa094c40"
@@ -702,11 +707,12 @@ [email protected]:
702707
"@google-cloud/firestore" "^3.0.0"
703708
"@google-cloud/storage" "^4.1.2"
704709

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==
710+
firebase-functions@3.15.5:
711+
version "3.15.5"
712+
resolved "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.15.5.tgz#d0b9d719c88332048f59ee3ecda5755cb0dabda2"
713+
integrity sha512-w5Twk7txwfPFasx+i25f0U4fLiSa06XvwOIoEwazGYLPOLe18b2jCDQ9X8aeJm8S7FZE40ODWGVTLtF6dX6xHg==
709714
dependencies:
715+
"@types/cors" "^2.8.5"
710716
"@types/express" "4.17.3"
711717
cors "^2.8.5"
712718
express "^4.17.1"

0 commit comments

Comments
 (0)