Skip to content

Commit d3041d8

Browse files
Update all non-major dependencies (#5507)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 85d2c4d commit d3041d8

File tree

48 files changed

+225
-255
lines changed

Some content is hidden

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

48 files changed

+225
-255
lines changed

config/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dependencies": {
55
"cors": "2.8.5",
66
"firebase-admin": "9.11.1",
7-
"firebase-functions": "3.15.5"
7+
"firebase-functions": "3.15.7"
88
},
99
"private": true,
1010
"engines": {

integration/firebase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"devDependencies": {
1010
"firebase": "9.1.0",
11-
"@types/chai": "4.2.21",
11+
"@types/chai": "4.2.22",
1212
"@types/mocha": "9.0.0",
1313
"chai": "4.3.4",
1414
"karma": "6.3.4",

integration/messaging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"express": "4.17.1",
1616
"geckodriver": "2.0.4",
1717
"mocha": "9.1.1",
18-
"node-fetch": "2.6.2",
18+
"node-fetch": "2.6.5",
1919
"selenium-assistant": "6.1.0"
2020
}
2121
}

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@babel/preset-env": "7.15.6",
6868
"@changesets/changelog-github": "0.4.1",
6969
"@changesets/cli": "2.17.0",
70-
"@types/chai": "4.2.21",
70+
"@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",
@@ -77,16 +77,16 @@
7777
"@types/long": "4.0.1",
7878
"@types/mocha": "9.0.0",
7979
"@types/mz": "2.7.4",
80-
"@types/node": "12.20.24",
80+
"@types/node": "12.20.26",
8181
"@types/sinon": "9.0.11",
8282
"@types/sinon-chai": "3.2.5",
8383
"@types/tmp": "0.2.1",
84-
"@types/yargs": "17.0.2",
84+
"@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.0",
88-
"@typescript-eslint/eslint-plugin-tslint": "4.31.0",
89-
"@typescript-eslint/parser": "4.31.0",
87+
"@typescript-eslint/eslint-plugin": "4.31.2",
88+
"@typescript-eslint/eslint-plugin-tslint": "4.31.2",
89+
"@typescript-eslint/parser": "4.31.2",
9090
"api-documenter-me": "0.1.1",
9191
"api-extractor-me": "0.1.2",
9292
"babel-loader": "8.2.2",
@@ -100,17 +100,17 @@
100100
"dependency-graph": "0.11.0",
101101
"eslint": "7.32.0",
102102
"eslint-plugin-import": "2.24.2",
103-
"eslint-plugin-unused-imports": "1.1.4",
103+
"eslint-plugin-unused-imports": "1.1.5",
104104
"express": "4.17.1",
105105
"find-free-port": "2.0.0",
106-
"firebase-functions": "3.15.5",
106+
"firebase-functions": "3.15.7",
107107
"firebase-tools": "9.18.0",
108108
"git-rev-sync": "3.0.1",
109-
"glob": "7.1.7",
110-
"http-server": "13.0.1",
109+
"glob": "7.2.0",
110+
"http-server": "13.0.2",
111111
"husky": "4.3.8",
112112
"indexeddbshim": "8.0.0",
113-
"inquirer": "8.1.2",
113+
"inquirer": "8.1.5",
114114
"istanbul-instrumenter-loader": "3.0.1",
115115
"js-yaml": "4.1.0",
116116
"karma": "6.3.4",
@@ -123,7 +123,7 @@
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.2",
126+
"karma-summary-reporter": "2.0.3",
127127
"karma-webpack": "4.0.2",
128128
"lcov-result-merger": "3.1.0",
129129
"lerna": "4.0.0",
@@ -138,23 +138,23 @@
138138
"npm-run-path": "4.0.1",
139139
"nyc": "15.1.0",
140140
"ora": "5.4.1",
141-
"prettier": "2.4.0",
141+
"prettier": "2.4.1",
142142
"protractor": "5.4.2",
143143
"request": "2.88.2",
144144
"semver": "7.3.5",
145145
"simple-git": "2.45.1",
146146
"sinon": "9.2.4",
147147
"sinon-chai": "3.7.0",
148148
"source-map-loader": "1.1.3",
149-
"terser": "5.7.2",
149+
"terser": "5.9.0",
150150
"ts-loader": "8.3.0",
151151
"ts-node": "10.2.1",
152152
"tslint": "6.1.3",
153153
"typedoc": "0.16.11",
154154
"typescript": "4.2.2",
155155
"watch": "1.0.2",
156156
"webpack": "4.46.0",
157-
"yargs": "17.1.1"
157+
"yargs": "17.2.0"
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.2",
18-
"rollup": "2.56.3",
18+
"rollup": "2.57.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
"license": "Apache-2.0",
4040
"devDependencies": {
4141
"@firebase/app": "0.7.1",
42-
"rollup": "2.56.3",
42+
"rollup": "2.57.0",
4343
"@rollup/plugin-commonjs": "20.0.0",
4444
"@rollup/plugin-json": "4.1.0",
45-
"@rollup/plugin-node-resolve": "13.0.4",
45+
"@rollup/plugin-node-resolve": "13.0.5",
4646
"rollup-plugin-typescript2": "0.30.0",
4747
"typescript": "4.2.2"
4848
},

packages/app-check-compat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"license": "Apache-2.0",
3535
"devDependencies": {
3636
"@firebase/app-compat": "0.1.2",
37-
"rollup": "2.56.3",
37+
"rollup": "2.57.0",
3838
"@rollup/plugin-commonjs": "20.0.0",
3939
"@rollup/plugin-json": "4.1.0",
40-
"@rollup/plugin-node-resolve": "13.0.4",
40+
"@rollup/plugin-node-resolve": "13.0.5",
4141
"rollup-plugin-typescript2": "0.30.0",
4242
"typescript": "4.2.2"
4343
},

packages/app-check/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
"license": "Apache-2.0",
3737
"devDependencies": {
3838
"@firebase/app": "0.7.1",
39-
"rollup": "2.56.3",
39+
"rollup": "2.57.0",
4040
"@rollup/plugin-commonjs": "20.0.0",
4141
"@rollup/plugin-json": "4.1.0",
42-
"@rollup/plugin-node-resolve": "13.0.4",
42+
"@rollup/plugin-node-resolve": "13.0.5",
4343
"rollup-plugin-typescript2": "0.30.0",
4444
"typescript": "4.2.2"
4545
},

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.56.3",
38+
"rollup": "2.57.0",
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.56.3",
38+
"rollup": "2.57.0",
3939
"@rollup/plugin-json": "4.1.0",
4040
"rollup-plugin-replace": "2.2.0",
4141
"rollup-plugin-typescript2": "0.30.0",

0 commit comments

Comments
 (0)