Skip to content

Commit 29d50c8

Browse files
committed
Update all non-major dependencies
1 parent ce41a64 commit 29d50c8

File tree

30 files changed

+545
-722
lines changed

30 files changed

+545
-722
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.14.0"
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.5",
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
},
1313
"devDependencies": {
1414
"chai": "4.2.0",
15-
"chromedriver": "80.0.1",
15+
"chromedriver": "80.0.2",
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",
20-
"selenium-assistant": "6.0.0"
20+
"selenium-assistant": "6.1.0"
2121
}
2222
}

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.14.0"
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.5",
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.2",
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.14.0"
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.5",
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: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -61,31 +61,31 @@
6161
"@types/chai-as-promised": "7.1.2",
6262
"@types/long": "4.0.1",
6363
"@types/mocha": "7.0.2",
64-
"@types/node": "12.12.34",
64+
"@types/node": "12.12.35",
6565
"@types/sinon": "7.5.2",
66-
"@types/sinon-chai": "3.2.3",
67-
"@typescript-eslint/eslint-plugin": "2.24.0",
68-
"@typescript-eslint/eslint-plugin-tslint": "2.24.0",
69-
"@typescript-eslint/parser": "2.24.0",
70-
"babel-loader": "8.0.6",
66+
"@types/sinon-chai": "3.2.4",
67+
"@typescript-eslint/eslint-plugin": "2.28.0",
68+
"@typescript-eslint/eslint-plugin-tslint": "2.28.0",
69+
"@typescript-eslint/parser": "2.28.0",
70+
"babel-loader": "8.1.0",
7171
"chai": "4.2.0",
7272
"chai-as-promised": "7.1.1",
7373
"chalk": "3.0.0",
7474
"child-process-promise": "2.2.1",
7575
"clone": "2.1.2",
76-
"coveralls": "3.0.9",
76+
"coveralls": "3.0.11",
7777
"del": "5.1.0",
7878
"dependency-graph": "0.9.0",
7979
"eslint": "6.8.0",
80-
"eslint-plugin-import": "2.20.1",
80+
"eslint-plugin-import": "2.20.2",
8181
"express": "4.17.1",
8282
"find-free-port": "2.0.0",
83-
"firebase-functions": "3.3.0",
84-
"firebase-tools": "7.15.1",
83+
"firebase-functions": "3.6.0",
84+
"firebase-tools": "7.16.2",
8585
"git-rev-sync": "2.0.0",
8686
"glob": "7.1.6",
8787
"http-server": "0.12.1",
88-
"husky": "4.2.3",
88+
"husky": "4.2.5",
8989
"indexeddbshim": "5.0.0",
9090
"inquirer": "7.1.0",
9191
"istanbul-instrumenter-loader": "3.0.1",
@@ -108,32 +108,32 @@
108108
"lodash": "4.17.15",
109109
"long": "3.2.0",
110110
"merge2": "1.3.0",
111-
"mkdirp": "0.5.3",
112-
"mocha": "7.1.0",
111+
"mkdirp": "0.5.5",
112+
"mocha": "7.1.1",
113113
"mz": "2.7.0",
114114
"npm-run-all": "4.1.5",
115115
"npm-run-path": "4.0.1",
116-
"nyc": "15.0.0",
116+
"nyc": "15.0.1",
117117
"ora": "4.0.3",
118118
"prettier": "1.19.1",
119119
"protractor": "5.4.2",
120-
"rxjs": "6.5.4",
121-
"semver": "7.1.3",
120+
"rxjs": "6.5.5",
121+
"semver": "7.3.2",
122122
"simple-git": "1.132.0",
123-
"sinon": "9.0.1",
123+
"sinon": "9.0.2",
124124
"sinon-chai": "3.5.0",
125125
"source-map-loader": "0.2.4",
126-
"terser": "4.6.7",
127-
"ts-loader": "6.2.1",
128-
"ts-node": "8.6.2",
129-
"tslint": "6.1.0",
126+
"terser": "4.6.11",
127+
"ts-loader": "6.2.2",
128+
"ts-node": "8.8.2",
129+
"tslint": "6.1.1",
130130
"typedoc": "0.16.11",
131131
"typescript": "3.8.3",
132132
"watch": "1.0.2",
133-
"webpack": "4.42.0",
133+
"webpack": "4.42.1",
134134
"yargs": "15.3.1",
135-
"@microsoft/api-extractor": "7.7.8",
136-
"@microsoft/api-documenter": "7.7.12"
135+
"@microsoft/api-extractor": "7.7.13",
136+
"@microsoft/api-documenter": "7.7.18"
137137
},
138138
"husky": {
139139
"hooks": {

packages-exp/app-exp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"rollup": "1.32.1",
4040
"rollup-plugin-json": "4.0.0",
4141
"rollup-plugin-replace": "2.2.0",
42-
"rollup-plugin-typescript2": "0.26.0",
42+
"rollup-plugin-typescript2": "0.27.0",
4343
"typescript": "3.8.3"
4444
},
4545
"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.6.1",
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.6.1",
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.6"
220+
resolved "https://registry.npmjs.org/@types/express/-/express-4.17.6.tgz#6bce49e49570507b86ea1b07b806f04697fac45e"
221+
integrity sha512-n/mr9tZI83kd4azlPG5y997C/M4DNABK9yErhFM6hKdym4kkmd9j0vtsJyjFIwfRBxtrxZtAfGZCNRIBMFLK5w==
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.6.1",
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.6.1",
41+
"rollup-plugin-typescript2": "0.27.0",
4242
"typescript": "3.8.3"
4343
},
4444
"repository": {

packages/firebase/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
"@firebase/util": "0.2.44"
6060
},
6161
"devDependencies": {
62-
"rollup": "2.0.6",
62+
"rollup": "2.6.1",
6363
"rollup-plugin-commonjs": "10.1.0",
64-
"rollup-plugin-license": "0.13.0",
64+
"rollup-plugin-license": "0.14.0",
6565
"rollup-plugin-node-resolve": "5.2.0",
6666
"rollup-plugin-sourcemaps": "0.5.0",
6767
"rollup-plugin-terser": "5.3.0",
68-
"rollup-plugin-typescript2": "0.26.0",
68+
"rollup-plugin-typescript2": "0.27.0",
6969
"rollup-plugin-uglify": "6.0.4",
7070
"typescript": "3.8.3"
7171
},

packages/firestore/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@firebase/logger": "0.2.1",
4545
"@firebase/util": "0.2.44",
4646
"@firebase/webchannel-wrapper": "0.2.38",
47-
"@grpc/grpc-js": "0.7.5",
47+
"@grpc/grpc-js": "0.8.0",
4848
"@grpc/proto-loader": "^0.5.0",
4949
"tslib": "1.11.1"
5050
},
@@ -56,15 +56,15 @@
5656
"@types/json-stable-stringify": "1.0.32",
5757
"json-stable-stringify": "1.0.1",
5858
"protobufjs": "6.8.9",
59-
"rollup": "2.0.6",
59+
"rollup": "2.6.1",
6060
"rollup-plugin-copy-assets": "1.1.0",
6161
"rollup-plugin-json": "4.0.0",
6262
"rollup-plugin-node-resolve": "5.2.0",
6363
"rollup-plugin-replace": "2.2.0",
6464
"rollup-plugin-sourcemaps": "0.5.0",
6565
"rollup-plugin-terser": "5.3.0",
66-
"rollup-plugin-typescript2": "0.26.0",
67-
"ts-node": "8.6.2",
66+
"rollup-plugin-typescript2": "0.27.0",
67+
"ts-node": "8.8.2",
6868
"typescript": "3.8.3"
6969
},
7070
"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.12",
34-
"rollup": "2.0.6",
35-
"rollup-plugin-typescript2": "0.26.0",
34+
"rollup": "2.6.1",
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.6.1",
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.6.1",
27+
"rollup-plugin-typescript2": "0.27.0",
2828
"typescript": "3.8.3"
2929
},
3030
"repository": {

0 commit comments

Comments
 (0)