Skip to content

Commit 9f6db86

Browse files
committed
Update all non-major dependencies
1 parent 5bda08e commit 9f6db86

File tree

56 files changed

+687
-489
lines changed

Some content is hidden

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

56 files changed

+687
-489
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].2
3333
if: ${{steps.check-doc-changes.outputs.DOC_CHANGED == 'true'}}
3434
with:
3535
labels: doc-changes

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.9.0",
6+
"firebase-admin": "9.11.0",
77
"firebase-functions": "3.14.1"
88
},
99
"private": true,

integration/firebase/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
},
99
"devDependencies": {
1010
"firebase": "8.8.1",
11-
"@types/chai": "4.2.14",
11+
"@types/chai": "4.2.21",
1212
"@types/mocha": "8.2.3",
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",
2020
"karma-typescript": "5.5.1",

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": "7.2.0",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"firebase": "8.8.1",
1313
"chai": "4.3.4",
14-
"chromedriver": "91.0.0",
14+
"chromedriver": "91.0.1",
1515
"express": "4.17.1",
1616
"geckodriver": "1.22.3",
1717
"mocha": "7.2.0",

package.json

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -67,67 +67,67 @@
6767
"repo-scripts/*"
6868
],
6969
"devDependencies": {
70-
"@babel/core": "7.14.6",
71-
"@babel/plugin-transform-modules-commonjs": "7.14.5",
72-
"@babel/preset-env": "7.14.7",
70+
"@babel/core": "7.15.0",
71+
"@babel/plugin-transform-modules-commonjs": "7.15.0",
72+
"@babel/preset-env": "7.15.0",
7373
"@changesets/changelog-github": "0.4.0",
7474
"@changesets/cli": "2.16.0",
75-
"@types/chai": "4.2.14",
76-
"@types/chai-as-promised": "7.1.3",
77-
"@types/child-process-promise": "2.2.1",
78-
"@types/clone": "2.1.0",
79-
"@types/eslint": "7.2.10",
80-
"@types/inquirer": "7.3.1",
81-
"@types/listr": "0.14.2",
75+
"@types/chai": "4.2.21",
76+
"@types/chai-as-promised": "7.1.4",
77+
"@types/child-process-promise": "2.2.2",
78+
"@types/clone": "2.1.1",
79+
"@types/eslint": "7.28.0",
80+
"@types/inquirer": "7.3.3",
81+
"@types/listr": "0.14.4",
8282
"@types/long": "4.0.1",
8383
"@types/mocha": "8.2.3",
84-
"@types/mz": "2.7.3",
85-
"@types/node": "12.20.15",
86-
"@types/sinon": "9.0.10",
84+
"@types/mz": "2.7.4",
85+
"@types/node": "12.20.19",
86+
"@types/sinon": "9.0.11",
8787
"@types/sinon-chai": "3.2.5",
88-
"@types/tmp": "0.2.0",
89-
"@types/yargs": "16.0.0",
90-
"@types/js-yaml": "4.0.0",
91-
"@typescript-eslint/eslint-plugin": "4.28.0",
92-
"@typescript-eslint/eslint-plugin-tslint": "4.28.0",
93-
"@typescript-eslint/parser": "4.28.0",
88+
"@types/tmp": "0.2.1",
89+
"@types/yargs": "16.0.4",
90+
"@types/js-yaml": "4.0.2",
91+
"@typescript-eslint/eslint-plugin": "4.29.0",
92+
"@typescript-eslint/eslint-plugin-tslint": "4.29.0",
93+
"@typescript-eslint/parser": "4.29.0",
9494
"api-documenter-me": "0.1.1",
9595
"api-extractor-me": "0.1.2",
9696
"babel-loader": "8.2.2",
9797
"chai": "4.3.4",
9898
"chai-as-promised": "7.1.1",
99-
"chalk": "4.1.0",
99+
"chalk": "4.1.2",
100100
"child-process-promise": "2.2.1",
101101
"clone": "2.1.2",
102-
"coveralls": "3.1.0",
102+
"coveralls": "3.1.1",
103103
"del": "6.0.0",
104104
"dependency-graph": "0.11.0",
105-
"eslint": "7.29.0",
105+
"eslint": "7.32.0",
106106
"eslint-plugin-import": "2.23.4",
107-
"eslint-plugin-unused-imports": "1.1.1",
107+
"eslint-plugin-unused-imports": "1.1.2",
108108
"express": "4.17.1",
109109
"find-free-port": "2.0.0",
110110
"firebase-functions": "3.14.1",
111-
"firebase-tools": "9.14.0",
111+
"firebase-tools": "9.16.0",
112112
"git-rev-sync": "3.0.1",
113-
"glob": "7.1.6",
113+
"glob": "7.1.7",
114114
"http-server": "0.12.3",
115-
"husky": "4.3.6",
115+
"husky": "4.3.8",
116116
"indexeddbshim": "7.1.0",
117-
"inquirer": "8.1.1",
117+
"inquirer": "8.1.2",
118118
"istanbul-instrumenter-loader": "3.0.1",
119119
"js-yaml": "4.1.0",
120120
"karma": "6.3.4",
121121
"karma-chrome-launcher": "3.1.0",
122122
"karma-cli": "2.0.0",
123123
"karma-coverage-istanbul-reporter": "3.0.3",
124-
"karma-firefox-launcher": "2.1.0",
124+
"karma-firefox-launcher": "2.1.1",
125125
"karma-mocha": "2.0.1",
126126
"karma-mocha-reporter": "2.2.5",
127127
"karma-safari-launcher": "1.0.0",
128128
"karma-sourcemap-loader": "0.3.8",
129129
"karma-spec-reporter": "0.0.32",
130-
"karma-summary-reporter": "2.0.0",
130+
"karma-summary-reporter": "2.0.2",
131131
"karma-webpack": "4.0.2",
132132
"lcov-result-merger": "3.1.0",
133133
"lerna": "4.0.0",
@@ -142,15 +142,15 @@
142142
"npm-run-path": "4.0.1",
143143
"nyc": "15.1.0",
144144
"ora": "5.4.1",
145-
"prettier": "2.3.1",
145+
"prettier": "2.3.2",
146146
"protractor": "5.4.2",
147-
"rxjs": "6.6.3",
148-
"semver": "7.3.4",
149-
"simple-git": "2.40.0",
150-
"sinon": "9.2.2",
147+
"rxjs": "6.6.7",
148+
"semver": "7.3.5",
149+
"simple-git": "2.42.0",
150+
"sinon": "9.2.4",
151151
"sinon-chai": "3.7.0",
152152
"source-map-loader": "1.1.3",
153-
"terser": "5.7.0",
153+
"terser": "5.7.1",
154154
"ts-loader": "8.3.0",
155155
"ts-node": "9.1.1",
156156
"tslint": "6.1.3",

packages-exp/analytics-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@firebase/app-compat": "0.0.900",
19-
"rollup": "2.52.2",
19+
"rollup": "2.56.0",
2020
"@rollup/plugin-json": "4.1.0",
2121
"rollup-plugin-typescript2": "0.30.0",
2222
"typescript": "4.2.2"

packages-exp/analytics-exp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"license": "Apache-2.0",
4242
"devDependencies": {
4343
"@firebase/app-exp": "0.0.900",
44-
"rollup": "2.52.2",
44+
"rollup": "2.56.0",
4545
"@rollup/plugin-commonjs": "17.1.0",
4646
"@rollup/plugin-json": "4.1.0",
47-
"@rollup/plugin-node-resolve": "11.2.0",
47+
"@rollup/plugin-node-resolve": "11.2.1",
4848
"rollup-plugin-typescript2": "0.30.0",
4949
"typescript": "4.2.2"
5050
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"license": "Apache-2.0",
3636
"devDependencies": {
3737
"@firebase/app-compat": "0.0.900",
38-
"rollup": "2.52.2",
38+
"rollup": "2.56.0",
3939
"@rollup/plugin-commonjs": "17.1.0",
4040
"@rollup/plugin-json": "4.1.0",
41-
"@rollup/plugin-node-resolve": "11.2.0",
41+
"@rollup/plugin-node-resolve": "11.2.1",
4242
"rollup-plugin-typescript2": "0.30.0",
4343
"typescript": "4.2.2"
4444
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"license": "Apache-2.0",
3939
"devDependencies": {
4040
"@firebase/app-exp": "0.0.900",
41-
"rollup": "2.52.2",
41+
"rollup": "2.56.0",
4242
"@rollup/plugin-commonjs": "17.1.0",
4343
"@rollup/plugin-json": "4.1.0",
44-
"@rollup/plugin-node-resolve": "11.2.0",
44+
"@rollup/plugin-node-resolve": "11.2.1",
4545
"rollup-plugin-typescript2": "0.30.0",
4646
"typescript": "4.2.2"
4747
},

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.52.2",
40+
"rollup": "2.56.0",
4141
"@rollup/plugin-json": "4.1.0",
4242
"rollup-plugin-replace": "2.2.0",
4343
"rollup-plugin-typescript2": "0.30.0",

packages-exp/app-exp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"license": "Apache-2.0",
3939
"devDependencies": {
40-
"rollup": "2.52.2",
40+
"rollup": "2.56.0",
4141
"@rollup/plugin-json": "4.1.0",
4242
"rollup-plugin-replace": "2.2.0",
4343
"rollup-plugin-typescript2": "0.30.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"rollup-plugin-replace": "2.2.0",
3232
"@rollup/plugin-commonjs": "17.1.0",
3333
"rollup-plugin-license": "0.14.0",
34-
"@rollup/plugin-node-resolve": "11.2.0",
34+
"@rollup/plugin-node-resolve": "11.2.1",
3535
"rollup-plugin-sourcemaps": "0.6.3",
3636
"rollup-plugin-typescript2": "0.30.0",
3737
"rollup-plugin-uglify": "6.0.4",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -928,10 +928,10 @@
928928
dependencies:
929929
"@rollup/pluginutils" "^3.0.8"
930930

931-
"@rollup/[email protected].0":
932-
version "11.2.0"
933-
resolved "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.0.tgz#a5ab88c35bb7622d115f44984dee305112b6f714"
934-
integrity sha512-qHjNIKYt5pCcn+5RUBQxK8krhRvf1HnyVgUCcFFcweDS7fhkOLZeYh0mhHK6Ery8/bb9tvN/ubPzmfF0qjDCTA==
931+
"@rollup/[email protected].1":
932+
version "11.2.1"
933+
resolved "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz#82aa59397a29cd4e13248b106e6a4a1880362a60"
934+
integrity sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==
935935
dependencies:
936936
"@rollup/pluginutils" "^3.1.0"
937937
"@types/resolve" "1.17.1"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"devDependencies": {
4545
"@firebase/app-compat": "0.x",
4646
"@rollup/plugin-json": "4.1.0",
47-
"rollup": "2.52.2",
47+
"rollup": "2.56.0",
4848
"rollup-plugin-replace": "2.2.0",
4949
"rollup-plugin-typescript2": "0.30.0",
5050
"typescript": "4.2.2"

packages-exp/auth-exp/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.0"
1818
},
1919
"cordova": {
2020
"plugins": {
@@ -39,7 +39,7 @@
3939
"@firebase/app-exp": "0.0.900",
4040
"@firebase/auth-exp": "0.0.900",
4141
"@firebase/logger": "0.2.6",
42-
"@firebase/util": "1.1.0",
42+
"@firebase/util": "1.2.0",
4343
"cordova-plugin-browsertab": "0.2.0",
4444
"cordova-plugin-buildinfo": "4.0.0",
4545
"cordova-plugin-compat": "1.2.0",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@
1919
"@firebase/app-exp": "0.0.900",
2020
"@firebase/auth-exp": "0.0.900",
2121
"@firebase/logger": "0.2.6",
22-
"@firebase/util": "1.1.0",
22+
"@firebase/util": "1.2.0",
2323
"tslib": "^2.1.0"
2424
},
2525
"license": "Apache-2.0",
2626
"devDependencies": {
27-
"@rollup/plugin-strip": "2.0.1",
28-
"rollup": "2.52.2",
27+
"@rollup/plugin-strip": "2.1.0",
28+
"rollup": "2.56.0",
2929
"@rollup/plugin-json": "4.1.0",
3030
"rollup-plugin-replace": "2.2.0",
3131
"rollup-plugin-terser": "6.1.0",
3232
"rollup-plugin-typescript2": "0.30.0",
3333
"rollup-plugin-uglify": "6.0.4",
34-
"@rollup/plugin-node-resolve": "11.2.0",
34+
"@rollup/plugin-node-resolve": "11.2.1",
3535
"lerna": "4.0.0"
3636
},
3737
"repository": {

packages-exp/auth-exp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@
5656
"@firebase/logger": "0.2.6",
5757
"@firebase/util": "1.2.0",
5858
"node-fetch": "2.6.1",
59-
"selenium-webdriver": "4.0.0-beta.1",
59+
"selenium-webdriver": "4.0.0-beta.4",
6060
"tslib": "^2.1.0"
6161
},
6262
"license": "Apache-2.0",
6363
"devDependencies": {
6464
"@firebase/app-exp": "0.0.900",
6565
"@rollup/plugin-json": "4.1.0",
66-
"rollup": "2.52.2",
66+
"rollup": "2.56.0",
6767
"rollup-plugin-sourcemaps": "0.6.3",
6868
"rollup-plugin-typescript2": "0.30.0",
69-
"@rollup/plugin-strip": "2.0.1",
69+
"@rollup/plugin-strip": "2.1.0",
7070
"typescript": "4.2.2"
7171
},
7272
"repository": {

packages-exp/firebase-exp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,15 +242,15 @@
242242
"@firebase/messaging-compat": "0.0.900"
243243
},
244244
"devDependencies": {
245-
"rollup": "2.52.2",
245+
"rollup": "2.56.0",
246246
"@rollup/plugin-commonjs": "17.1.0",
247247
"rollup-plugin-license": "2.5.0",
248-
"@rollup/plugin-node-resolve": "11.2.0",
248+
"@rollup/plugin-node-resolve": "11.2.1",
249249
"rollup-plugin-sourcemaps": "0.6.3",
250250
"rollup-plugin-terser": "7.0.2",
251251
"rollup-plugin-typescript2": "0.30.0",
252252
"rollup-plugin-uglify": "6.0.4",
253-
"@rollup/plugin-alias": "3.1.2",
253+
"@rollup/plugin-alias": "3.1.5",
254254
"gulp": "4.0.2",
255255
"gulp-sourcemaps": "3.0.0",
256256
"gulp-concat": "2.6.1",

packages-exp/functions-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@firebase/app-compat": "0.0.900",
19-
"rollup": "2.52.2",
19+
"rollup": "2.56.0",
2020
"@rollup/plugin-json": "4.1.0",
2121
"rollup-plugin-typescript2": "0.30.0",
2222
"typescript": "4.2.2"

packages-exp/functions-exp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@firebase/app-exp": "0.0.900",
38-
"rollup": "2.52.2",
38+
"rollup": "2.56.0",
3939
"@rollup/plugin-json": "4.1.0",
4040
"rollup-plugin-typescript2": "0.30.0",
4141
"typescript": "4.2.2"

packages-exp/installations-compat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
},
3838
"devDependencies": {
3939
"@firebase/app-compat": "0.0.900",
40-
"rollup": "2.52.2",
40+
"rollup": "2.56.0",
4141
"@rollup/plugin-commonjs": "17.1.0",
4242
"@rollup/plugin-json": "4.1.0",
43-
"@rollup/plugin-node-resolve": "11.2.0",
43+
"@rollup/plugin-node-resolve": "11.2.1",
4444
"rollup-plugin-typescript2": "0.30.0",
4545
"rollup-plugin-uglify": "6.0.4",
4646
"typescript": "4.2.2"

0 commit comments

Comments
 (0)