Skip to content

Commit 6cf7147

Browse files
committed
Update all non-major dependencies
1 parent a7e00b9 commit 6cf7147

File tree

44 files changed

+1210
-612
lines changed

Some content is hidden

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

44 files changed

+1210
-612
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.11.1",
6+
"firebase-admin": "9.12.0",
77
"firebase-functions": "3.15.7"
88
},
99
"private": true,

e2e/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@
1616
"author": "",
1717
"license": "ISC",
1818
"dependencies": {
19-
"firebase": "9.0.2"
19+
"firebase": "9.1.1"
2020
},
2121
"devDependencies": {
22-
"@babel/core": "7.14.6",
23-
"@babel/preset-env": "7.14.4",
24-
"@types/chai": "4.2.18",
25-
"@types/mocha": "8.2.2",
26-
"babel-loader": "8.0.5",
22+
"@babel/core": "7.15.8",
23+
"@babel/preset-env": "7.15.8",
24+
"@types/chai": "4.2.22",
25+
"@types/mocha": "8.2.3",
26+
"babel-loader": "8.2.2",
2727
"chai": "4.3.4",
2828
"karma": "6.3.4",
2929
"karma-chrome-launcher": "3.1.0",
3030
"karma-mocha": "2.0.1",
3131
"karma-spec-reporter": "0.0.32",
32-
"karma-typescript": "5.5.1",
33-
"karma-typescript-es6-transform": "5.5.1",
34-
"mocha": "9.0.0",
32+
"karma-typescript": "5.5.2",
33+
"karma-typescript-es6-transform": "5.5.2",
34+
"mocha": "9.1.2",
3535
"typescript": "4.3.4",
36-
"webpack": "5.41.1",
37-
"webpack-cli": "4.7.2",
38-
"webpack-dev-server": "3.10.1"
36+
"webpack": "5.57.1",
37+
"webpack-cli": "4.9.0",
38+
"webpack-dev-server": "3.11.2"
3939
}
4040
}

e2e/yarn.lock

Lines changed: 849 additions & 372 deletions
Large diffs are not rendered by default.

integration/firebase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"karma-mocha": "2.0.1",
1919
"karma-spec-reporter": "0.0.32",
2020
"karma-typescript": "5.5.2",
21-
"mocha": "9.1.1",
21+
"mocha": "9.1.2",
2222
"npm-run-all": "4.1.5",
2323
"typescript": "4.2.2"
2424
}

integration/firestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"karma-firefox-launcher": "2.1.1",
2626
"karma-mocha": "2.0.1",
2727
"karma-spec-reporter": "0.0.32",
28-
"mocha": "9.1.1",
28+
"mocha": "9.1.2",
2929
"ts-loader": "8.3.0",
3030
"typescript": "4.2.2",
3131
"webpack": "4.46.0",

integration/messaging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"chromedriver": "93.0.1",
1515
"express": "4.17.1",
1616
"geckodriver": "2.0.4",
17-
"mocha": "9.1.1",
17+
"mocha": "9.1.2",
1818
"node-fetch": "2.6.5",
1919
"selenium-assistant": "6.1.0"
2020
}

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,31 +62,31 @@
6262
"repo-scripts/*"
6363
],
6464
"devDependencies": {
65-
"@babel/core": "7.15.5",
65+
"@babel/core": "7.15.8",
6666
"@babel/plugin-transform-modules-commonjs": "7.15.4",
67-
"@babel/preset-env": "7.15.6",
67+
"@babel/preset-env": "7.15.8",
6868
"@changesets/changelog-github": "0.4.1",
6969
"@changesets/cli": "2.17.0",
7070
"@types/chai": "4.2.22",
7171
"@types/chai-as-promised": "7.1.4",
7272
"@types/child-process-promise": "2.2.2",
7373
"@types/clone": "2.1.1",
7474
"@types/eslint": "7.28.0",
75-
"@types/inquirer": "8.1.2",
75+
"@types/inquirer": "8.1.3",
7676
"@types/listr": "0.14.4",
7777
"@types/long": "4.0.1",
7878
"@types/mocha": "9.0.0",
7979
"@types/mz": "2.7.4",
80-
"@types/node": "12.20.26",
80+
"@types/node": "12.20.28",
8181
"@types/sinon": "9.0.11",
8282
"@types/sinon-chai": "3.2.5",
8383
"@types/tmp": "0.2.1",
8484
"@types/yargs": "17.0.3",
8585
"@types/js-yaml": "4.0.3",
8686
"@types/request": "2.48.7",
87-
"@typescript-eslint/eslint-plugin": "4.31.2",
88-
"@typescript-eslint/eslint-plugin-tslint": "4.31.2",
89-
"@typescript-eslint/parser": "4.31.2",
87+
"@typescript-eslint/eslint-plugin": "4.33.0",
88+
"@typescript-eslint/eslint-plugin-tslint": "4.33.0",
89+
"@typescript-eslint/parser": "4.33.0",
9090
"api-documenter-me": "0.1.1",
9191
"api-extractor-me": "0.1.2",
9292
"babel-loader": "8.2.2",
@@ -104,13 +104,13 @@
104104
"express": "4.17.1",
105105
"find-free-port": "2.0.0",
106106
"firebase-functions": "3.15.7",
107-
"firebase-tools": "9.18.0",
107+
"firebase-tools": "9.19.0",
108108
"git-rev-sync": "3.0.1",
109109
"glob": "7.2.0",
110110
"http-server": "13.0.2",
111111
"husky": "4.3.8",
112112
"indexeddbshim": "8.0.0",
113-
"inquirer": "8.1.5",
113+
"inquirer": "8.2.0",
114114
"istanbul-instrumenter-loader": "3.0.1",
115115
"js-yaml": "4.1.0",
116116
"karma": "6.3.4",
@@ -132,7 +132,7 @@
132132
"long": "3.2.0",
133133
"merge2": "1.4.1",
134134
"mkdirp": "1.0.4",
135-
"mocha": "9.1.1",
135+
"mocha": "9.1.2",
136136
"mz": "2.7.0",
137137
"npm-run-all": "4.1.5",
138138
"npm-run-path": "4.0.1",
@@ -142,7 +142,7 @@
142142
"protractor": "5.4.2",
143143
"request": "2.88.2",
144144
"semver": "7.3.5",
145-
"simple-git": "2.45.1",
145+
"simple-git": "2.46.0",
146146
"sinon": "9.2.4",
147147
"sinon-chai": "3.7.0",
148148
"source-map-loader": "1.1.3",
@@ -154,7 +154,7 @@
154154
"typescript": "4.2.2",
155155
"watch": "1.0.2",
156156
"webpack": "4.46.0",
157-
"yargs": "17.2.0"
157+
"yargs": "17.2.1"
158158
},
159159
"husky": {
160160
"hooks": {

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.3",
18-
"rollup": "2.57.0",
18+
"rollup": "2.58.0",
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.2",
42-
"rollup": "2.57.0",
42+
"rollup": "2.58.0",
4343
"@rollup/plugin-commonjs": "20.0.0",
4444
"@rollup/plugin-json": "4.1.0",
4545
"@rollup/plugin-node-resolve": "13.0.5",

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.3",
37-
"rollup": "2.57.0",
37+
"rollup": "2.58.0",
3838
"@rollup/plugin-commonjs": "20.0.0",
3939
"@rollup/plugin-json": "4.1.0",
4040
"@rollup/plugin-node-resolve": "13.0.5",

0 commit comments

Comments
 (0)