Skip to content

Commit 1965cb0

Browse files
committed
Update all non-major dependencies
1 parent ec5ca2e commit 1965cb0

File tree

30 files changed

+884
-382
lines changed

30 files changed

+884
-382
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": "8.10.0",
7-
"firebase-functions": "3.3.0"
7+
"firebase-functions": "3.6.0"
88
},
99
"private": true,
1010
"engines": {

integration/browserify/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"firebase": "7.13.2"
1111
},
1212
"devDependencies": {
13-
"@babel/core": "7.8.7",
14-
"@babel/preset-env": "7.8.7",
15-
"browserify": "16.5.0",
13+
"@babel/core": "7.9.0",
14+
"@babel/preset-env": "7.9.0",
15+
"browserify": "16.5.1",
1616
"chai": "4.2.0",
1717
"karma": "4.4.1",
1818
"karma-babel-preprocessor": "8.0.1",
@@ -21,7 +21,7 @@
2121
"karma-mocha": "1.3.0",
2222
"karma-sauce-launcher": "1.2.0",
2323
"karma-spec-reporter": "0.0.32",
24-
"mkdirp": "0.5.3",
25-
"mocha": "7.1.0"
24+
"mkdirp": "0.5.5",
25+
"mocha": "7.1.1"
2626
}
2727
}

integration/firestore/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"karma-firefox-launcher": "1.3.0",
2323
"karma-mocha": "1.3.0",
2424
"karma-spec-reporter": "0.0.32",
25-
"mocha": "7.1.0",
26-
"ts-loader": "6.2.1",
25+
"mocha": "7.1.1",
26+
"ts-loader": "6.2.2",
2727
"typescript": "3.8.3",
28-
"webpack": "4.42.0",
28+
"webpack": "4.42.1",
2929
"webpack-stream": "5.2.1"
3030
}
3131
}

integration/messaging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"chromedriver": "80.0.1",
1616
"express": "4.17.1",
1717
"geckodriver": "1.19.1",
18-
"mocha": "7.1.0",
18+
"mocha": "7.1.1",
1919
"node-fetch": "2.6.0",
2020
"selenium-assistant": "6.0.0"
2121
}

integration/typescript/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"firebase": "7.13.2"
1010
},
1111
"devDependencies": {
12-
"@babel/core": "7.8.7",
13-
"@babel/preset-env": "7.8.7",
12+
"@babel/core": "7.9.0",
13+
"@babel/preset-env": "7.9.0",
1414
"@types/chai": "4.2.11",
1515
"@types/mocha": "7.0.2",
1616
"chai": "4.2.0",
@@ -21,8 +21,8 @@
2121
"karma-mocha": "1.3.0",
2222
"karma-sauce-launcher": "1.2.0",
2323
"karma-spec-reporter": "0.0.32",
24-
"karma-typescript": "5.0.0",
25-
"mocha": "7.1.0",
24+
"karma-typescript": "5.0.1",
25+
"mocha": "7.1.1",
2626
"npm-run-all": "4.1.5",
2727
"typescript": "3.8.3"
2828
}

integration/webpack/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"firebase": "7.13.2"
1111
},
1212
"devDependencies": {
13-
"@babel/core": "7.8.7",
14-
"@babel/preset-env": "7.8.7",
13+
"@babel/core": "7.9.0",
14+
"@babel/preset-env": "7.9.0",
1515
"chai": "4.2.0",
1616
"karma": "4.4.1",
1717
"karma-babel-preprocessor": "8.0.1",
@@ -20,8 +20,8 @@
2020
"karma-mocha": "1.3.0",
2121
"karma-sauce-launcher": "1.2.0",
2222
"karma-spec-reporter": "0.0.32",
23-
"mocha": "7.1.0",
24-
"webpack": "4.42.0",
23+
"mocha": "7.1.1",
24+
"webpack": "4.42.1",
2525
"webpack-cli": "3.3.11"
2626
}
2727
}

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -59,25 +59,25 @@
5959
"@types/mocha": "7.0.2",
6060
"@types/node": "8.10.59",
6161
"@types/sinon": "7.5.2",
62-
"@types/sinon-chai": "3.2.3",
63-
"@typescript-eslint/eslint-plugin": "2.24.0",
64-
"@typescript-eslint/eslint-plugin-tslint": "2.24.0",
65-
"@typescript-eslint/parser": "2.24.0",
66-
"babel-loader": "8.0.6",
62+
"@types/sinon-chai": "3.2.4",
63+
"@typescript-eslint/eslint-plugin": "2.26.0",
64+
"@typescript-eslint/eslint-plugin-tslint": "2.26.0",
65+
"@typescript-eslint/parser": "2.26.0",
66+
"babel-loader": "8.1.0",
6767
"chai": "4.2.0",
6868
"chai-as-promised": "7.1.1",
6969
"chalk": "3.0.0",
7070
"child-process-promise": "2.2.1",
7171
"clone": "2.1.2",
72-
"coveralls": "3.0.9",
72+
"coveralls": "3.0.11",
7373
"del": "5.1.0",
7474
"dependency-graph": "0.9.0",
7575
"eslint": "6.8.0",
76-
"eslint-plugin-import": "2.20.1",
76+
"eslint-plugin-import": "2.20.2",
7777
"express": "4.17.1",
7878
"find-free-port": "2.0.0",
79-
"firebase-functions": "3.3.0",
80-
"firebase-tools": "7.15.1",
79+
"firebase-functions": "3.6.0",
80+
"firebase-tools": "7.16.2",
8181
"git-rev-sync": "2.0.0",
8282
"glob": "7.1.6",
8383
"http-server": "0.12.1",
@@ -104,32 +104,32 @@
104104
"lodash": "4.17.15",
105105
"long": "3.2.0",
106106
"merge2": "1.3.0",
107-
"mkdirp": "0.5.3",
108-
"mocha": "7.1.0",
107+
"mkdirp": "0.5.5",
108+
"mocha": "7.1.1",
109109
"mz": "2.7.0",
110110
"npm-run-all": "4.1.5",
111111
"npm-run-path": "4.0.1",
112-
"nyc": "15.0.0",
112+
"nyc": "15.0.1",
113113
"ora": "4.0.3",
114114
"prettier": "1.19.1",
115115
"protractor": "5.4.2",
116-
"rxjs": "6.5.4",
116+
"rxjs": "6.5.5",
117117
"semver": "7.1.3",
118118
"simple-git": "1.132.0",
119119
"sinon": "9.0.1",
120120
"sinon-chai": "3.5.0",
121121
"source-map-loader": "0.2.4",
122-
"terser": "4.6.7",
123-
"ts-loader": "6.2.1",
124-
"ts-node": "8.6.2",
125-
"tslint": "6.1.0",
122+
"terser": "4.6.10",
123+
"ts-loader": "6.2.2",
124+
"ts-node": "8.8.1",
125+
"tslint": "6.1.1",
126126
"typedoc": "0.16.11",
127127
"typescript": "3.8.3",
128128
"watch": "1.0.2",
129-
"webpack": "4.42.0",
129+
"webpack": "4.42.1",
130130
"yargs": "15.3.1",
131-
"@microsoft/api-extractor": "7.7.8",
132-
"@microsoft/api-documenter": "7.7.12"
131+
"@microsoft/api-extractor": "7.7.12",
132+
"@microsoft/api-documenter": "7.7.17"
133133
},
134134
"husky": {
135135
"hooks": {

packages-exp/app-exp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"rollup": "1.32.1",
3939
"rollup-plugin-json": "4.0.0",
4040
"rollup-plugin-replace": "2.2.0",
41-
"rollup-plugin-typescript2": "0.26.0",
41+
"rollup-plugin-typescript2": "0.27.0",
4242
"typescript": "3.8.3"
4343
},
4444
"repository": {

packages/analytics/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
},
3535
"license": "Apache-2.0",
3636
"devDependencies": {
37-
"rollup": "2.0.6",
37+
"rollup": "2.3.2",
3838
"rollup-plugin-commonjs": "10.1.0",
3939
"rollup-plugin-json": "4.0.0",
4040
"rollup-plugin-node-resolve": "5.2.0",
41-
"rollup-plugin-typescript2": "0.26.0",
41+
"rollup-plugin-typescript2": "0.27.0",
4242
"rollup-plugin-uglify": "6.0.4",
4343
"typescript": "3.8.3"
4444
},

packages/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
"xmlhttprequest": "1.8.0"
3838
},
3939
"devDependencies": {
40-
"rollup": "2.0.6",
40+
"rollup": "2.3.2",
4141
"rollup-plugin-json": "4.0.0",
4242
"rollup-plugin-replace": "2.2.0",
43-
"rollup-plugin-typescript2": "0.26.0",
43+
"rollup-plugin-typescript2": "0.27.0",
4444
"typescript": "3.8.3"
4545
},
4646
"repository": {

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.10.0",
13-
"firebase-functions": "3.3.0"
13+
"firebase-functions": "3.6.0"
1414
},
1515
"private": true
1616
}

packages/auth/demo/functions/yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -215,13 +215,14 @@
215215
"@types/node" "*"
216216
"@types/range-parser" "*"
217217

218-
"@types/express@^4.17.0":
219-
version "4.17.1"
220-
resolved "https://registry.npmjs.org/@types/express/-/express-4.17.1.tgz#4cf7849ae3b47125a567dfee18bfca4254b88c5c"
221-
integrity sha512-VfH/XCP0QbQk5B5puLqTLEeFgR8lfCJHZJKkInZ9mkYd+u8byX0kztXEQxEk4wZXJs8HI+7km2ALXjn4YKcX9w==
218+
"@types/express@^4.17.3":
219+
version "4.17.4"
220+
resolved "https://registry.npmjs.org/@types/express/-/express-4.17.4.tgz#e78bf09f3f530889575f4da8a94cd45384520aac"
221+
integrity sha512-DO1L53rGqIDUEvOjJKmbMEQ5Z+BM2cIEPy/eV3En+s166Gz+FeuzRerxcab757u/U4v4XF4RYrZPmqKa+aY/2w==
222222
dependencies:
223223
"@types/body-parser" "*"
224224
"@types/express-serve-static-core" "*"
225+
"@types/qs" "*"
225226
"@types/serve-static" "*"
226227

227228
"@types/fs-extra@^8.0.1":
@@ -256,6 +257,11 @@
256257
resolved "https://registry.npmjs.org/@types/node/-/node-8.10.59.tgz#9e34261f30183f9777017a13d185dfac6b899e04"
257258
integrity sha512-8RkBivJrDCyPpBXhVZcjh7cQxVBSmRk9QM7hOketZzp6Tg79c0N8kkpAIito9bnJ3HCVCHVYz+KHTEbfQNfeVQ==
258259

260+
"@types/qs@*":
261+
version "6.9.1"
262+
resolved "https://registry.npmjs.org/@types/qs/-/qs-6.9.1.tgz#937fab3194766256ee09fcd40b781740758617e7"
263+
integrity sha512-lhbQXx9HKZAPgBkISrBcmAcMpZsmpe/Cd/hY7LGZS5OfkySUBItnPZHgQPssWYUET8elF+yCFBbP1Q0RZPTdaw==
264+
259265
"@types/range-parser@*":
260266
version "1.2.3"
261267
resolved "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.3.tgz#7ee330ba7caafb98090bece86a5ee44115904c2c"
@@ -688,12 +694,12 @@ [email protected]:
688694
"@google-cloud/firestore" "^3.0.0"
689695
"@google-cloud/storage" "^4.1.2"
690696

691-
firebase-functions@3.3.0:
692-
version "3.3.0"
693-
resolved "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.3.0.tgz#8c6d909eebfa4bce1b25a2e34edfc52cc786a020"
694-
integrity sha512-dP6PCG+OwR6RtFpOqwPsLnfiCr3CwXAm/SVGMbO53vDAk0nhUQ1WGAyHDYmIyMAkaLJkIKGwDnX7XmZ5+yAg7g==
697+
firebase-functions@3.6.0:
698+
version "3.6.0"
699+
resolved "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.6.0.tgz#10fb2a46d13625a88299bbf9176750315f9da628"
700+
integrity sha512-8S70Pq5nOblDKmBExq2CAgBMq+L8IDOcv10HfpDWGtgK5IpYlP0BKcchXYXcyjHtIG7xWHtR9oBLVtXFUiTp3A==
695701
dependencies:
696-
"@types/express" "^4.17.0"
702+
"@types/express" "^4.17.3"
697703
cors "^2.8.5"
698704
express "^4.17.1"
699705
jsonwebtoken "^8.5.1"

packages/component/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
},
2929
"license": "Apache-2.0",
3030
"devDependencies": {
31-
"rollup": "2.0.6",
32-
"rollup-plugin-typescript2": "0.26.0",
31+
"rollup": "2.3.2",
32+
"rollup-plugin-typescript2": "0.27.0",
3333
"typescript": "3.8.3"
3434
},
3535
"repository": {

packages/database/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"devDependencies": {
3838
"@firebase/app": "0.6.1",
3939
"@firebase/app-types": "0.6.0",
40-
"rollup": "2.0.6",
41-
"rollup-plugin-typescript2": "0.26.0",
40+
"rollup": "2.3.2",
41+
"rollup-plugin-typescript2": "0.27.0",
4242
"typescript": "3.8.3"
4343
},
4444
"repository": {

packages/firebase/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@
5555
"@firebase/util": "0.2.44"
5656
},
5757
"devDependencies": {
58-
"rollup": "2.0.6",
58+
"rollup": "2.3.2",
5959
"rollup-plugin-commonjs": "10.1.0",
6060
"rollup-plugin-license": "0.13.0",
6161
"rollup-plugin-node-resolve": "5.2.0",
6262
"rollup-plugin-sourcemaps": "0.5.0",
6363
"rollup-plugin-terser": "5.3.0",
64-
"rollup-plugin-typescript2": "0.26.0",
64+
"rollup-plugin-typescript2": "0.27.0",
6565
"rollup-plugin-uglify": "6.0.4",
6666
"typescript": "3.8.3"
6767
},

packages/firestore/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@
5353
"@types/json-stable-stringify": "1.0.32",
5454
"json-stable-stringify": "1.0.1",
5555
"protobufjs": "6.8.9",
56-
"rollup": "2.0.6",
56+
"rollup": "2.3.2",
5757
"rollup-plugin-copy-assets": "1.1.0",
5858
"rollup-plugin-json": "4.0.0",
5959
"rollup-plugin-node-resolve": "5.2.0",
6060
"rollup-plugin-replace": "2.2.0",
6161
"rollup-plugin-sourcemaps": "0.5.0",
6262
"rollup-plugin-terser": "5.3.0",
63-
"rollup-plugin-typescript2": "0.26.0",
64-
"ts-node": "8.6.2",
63+
"rollup-plugin-typescript2": "0.27.0",
64+
"ts-node": "8.8.1",
6565
"typescript": "3.8.3"
6666
},
6767
"repository": {

packages/functions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
},
3232
"devDependencies": {
3333
"@firebase/messaging": "0.6.11",
34-
"rollup": "2.0.6",
35-
"rollup-plugin-typescript2": "0.26.0",
34+
"rollup": "2.3.2",
35+
"rollup-plugin-typescript2": "0.27.0",
3636
"typescript": "3.8.3"
3737
},
3838
"repository": {

packages/installations/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"url": "https://github.com/firebase/firebase-js-sdk/issues"
3131
},
3232
"devDependencies": {
33-
"rollup": "2.0.6",
33+
"rollup": "2.3.2",
3434
"rollup-plugin-commonjs": "10.1.0",
3535
"rollup-plugin-json": "4.0.0",
3636
"rollup-plugin-node-resolve": "5.2.0",
37-
"rollup-plugin-typescript2": "0.26.0",
37+
"rollup-plugin-typescript2": "0.27.0",
3838
"rollup-plugin-uglify": "6.0.4",
3939
"typescript": "3.8.3"
4040
},

packages/logger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
},
2424
"license": "Apache-2.0",
2525
"devDependencies": {
26-
"rollup": "2.0.6",
27-
"rollup-plugin-typescript2": "0.26.0",
26+
"rollup": "2.3.2",
27+
"rollup-plugin-typescript2": "0.27.0",
2828
"typescript": "3.8.3"
2929
},
3030
"repository": {

packages/messaging/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"tslib": "1.11.1"
3636
},
3737
"devDependencies": {
38-
"rollup": "2.0.6",
39-
"rollup-plugin-typescript2": "0.26.0",
40-
"ts-essentials": "6.0.2",
38+
"rollup": "2.3.2",
39+
"rollup-plugin-typescript2": "0.27.0",
40+
"ts-essentials": "6.0.4",
4141
"typescript": "3.8.3"
4242
},
4343
"repository": {

packages/performance/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
},
3737
"license": "Apache-2.0",
3838
"devDependencies": {
39-
"rollup": "2.0.6",
39+
"rollup": "2.3.2",
4040
"rollup-plugin-json": "4.0.0",
41-
"rollup-plugin-typescript2": "0.26.0",
41+
"rollup-plugin-typescript2": "0.27.0",
4242
"typescript": "3.8.3"
4343
},
4444
"repository": {

0 commit comments

Comments
 (0)