Skip to content

Commit f4c06d1

Browse files
committed
Update all non-major dependencies
1 parent c9dbf19 commit f4c06d1

File tree

29 files changed

+555
-481
lines changed

29 files changed

+555
-481
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": "8.4.0",
6+
"firebase-admin": "8.6.0",
77
"firebase-functions": "3.2.0"
88
},
99
"private": true,

integration/browserify/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"firebase": "7.0.0"
1111
},
1212
"devDependencies": {
13-
"@babel/core": "7.5.5",
14-
"@babel/preset-env": "7.5.5",
13+
"@babel/core": "7.6.2",
14+
"@babel/preset-env": "7.6.2",
1515
"browserify": "16.5.0",
1616
"chai": "4.2.0",
1717
"karma": "4.3.0",
@@ -22,6 +22,6 @@
2222
"karma-sauce-launcher": "1.2.0",
2323
"karma-spec-reporter": "0.0.32",
2424
"mkdirp": "0.5.1",
25-
"mocha": "6.2.0"
25+
"mocha": "6.2.1"
2626
}
2727
}

integration/firestore/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@types/mocha": "5.2.7",
15-
"@types/node": "11.13.20",
15+
"@types/node": "11.13.21",
1616
"gulp": "4.0.2",
1717
"gulp-filter": "5.1.0",
1818
"gulp-replace": "1.0.0",
@@ -21,10 +21,10 @@
2121
"karma-firefox-launcher": "1.2.0",
2222
"karma-mocha": "1.3.0",
2323
"karma-spec-reporter": "0.0.32",
24-
"mocha": "6.2.0",
25-
"ts-loader": "6.0.4",
24+
"mocha": "6.2.1",
25+
"ts-loader": "6.2.0",
2626
"typescript": "3.5.3",
27-
"webpack": "4.39.3",
27+
"webpack": "4.41.0",
2828
"webpack-stream": "5.2.1"
2929
}
3030
}

integration/messaging/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"chai": "4.2.0",
1515
"chromedriver": "76.0.1",
1616
"express": "4.17.1",
17-
"geckodriver": "1.16.2",
18-
"mocha": "6.2.0",
17+
"geckodriver": "1.18.0",
18+
"mocha": "6.2.1",
1919
"node-fetch": "2.6.0",
2020
"selenium-assistant": "5.4.0",
21-
"sinon": "7.4.1"
21+
"sinon": "7.5.0"
2222
}
2323
}

integration/typescript/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"firebase": "7.0.0"
1010
},
1111
"devDependencies": {
12-
"@babel/core": "7.5.5",
13-
"@babel/preset-env": "7.5.5",
14-
"@types/chai": "4.2.0",
12+
"@babel/core": "7.6.2",
13+
"@babel/preset-env": "7.6.2",
14+
"@types/chai": "4.2.3",
1515
"@types/mocha": "5.2.7",
16-
"@types/node": "11.13.20",
16+
"@types/node": "11.13.21",
1717
"chai": "4.2.0",
1818
"karma": "4.3.0",
1919
"karma-babel-preprocessor": "8.0.1",
@@ -23,7 +23,7 @@
2323
"karma-sauce-launcher": "1.2.0",
2424
"karma-spec-reporter": "0.0.32",
2525
"karma-typescript": "4.1.1",
26-
"mocha": "6.2.0",
26+
"mocha": "6.2.1",
2727
"npm-run-all": "4.1.5",
2828
"typescript": "3.5.3"
2929
}

integration/webpack/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"firebase": "7.0.0"
1111
},
1212
"devDependencies": {
13-
"@babel/core": "7.5.5",
14-
"@babel/preset-env": "7.5.5",
13+
"@babel/core": "7.6.2",
14+
"@babel/preset-env": "7.6.2",
1515
"chai": "4.2.0",
1616
"karma": "4.3.0",
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": "6.2.0",
24-
"webpack": "4.39.3",
25-
"webpack-cli": "3.3.7"
23+
"mocha": "6.2.1",
24+
"webpack": "4.41.0",
25+
"webpack-cli": "3.3.9"
2626
}
2727
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,25 +50,25 @@
5050
"clone": "2.1.2",
5151
"coveralls": "3.0.6",
5252
"dependency-graph": "0.8.0",
53-
"firebase-tools": "7.3.0",
53+
"firebase-tools": "7.4.0",
5454
"glob": "7.1.4",
55-
"husky": "3.0.4",
55+
"husky": "3.0.7",
5656
"inquirer": "6.5.2",
5757
"istanbul-instrumenter-loader": "3.0.1",
5858
"js-yaml": "3.13.1",
5959
"lcov-result-merger": "3.1.0",
6060
"lerna": "3.16.4",
6161
"listr": "0.14.3",
62-
"merge2": "1.2.4",
62+
"merge2": "1.3.0",
6363
"mkdirp": "0.5.1",
6464
"mz": "2.7.0",
6565
"npm-run-path": "3.1.0",
6666
"ora": "3.4.0",
6767
"prettier": "1.18.2",
6868
"semver": "6.3.0",
69-
"simple-git": "1.124.0",
69+
"simple-git": "1.126.0",
7070
"typedoc": "0.15.0",
71-
"ts-node": "8.3.0",
71+
"ts-node": "8.4.1",
7272
"typescript": "3.5.3",
7373
"yargs": "14.0.0",
7474
"babel-loader": "8.0.6"

packages/analytics/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,29 +30,29 @@
3030
},
3131
"license": "Apache-2.0",
3232
"devDependencies": {
33-
"@types/chai": "4.2.0",
33+
"@types/chai": "4.2.3",
3434
"@types/mocha": "5.2.7",
3535
"@types/sinon": "7.0.13",
36-
"@typescript-eslint/parser": "2.0.0",
37-
"@typescript-eslint/eslint-plugin": "2.0.0",
38-
"@typescript-eslint/eslint-plugin-tslint": "2.0.0",
36+
"@typescript-eslint/parser": "2.3.2",
37+
"@typescript-eslint/eslint-plugin": "2.3.2",
38+
"@typescript-eslint/eslint-plugin-tslint": "2.3.2",
3939
"chai": "4.2.0",
4040
"chai-as-promised": "7.1.1",
4141
"eslint": "5.16.0",
4242
"eslint-plugin-import": "2.18.2",
43-
"mocha": "6.2.0",
43+
"mocha": "6.2.1",
4444
"rollup-plugin-commonjs": "10.1.0",
4545
"rollup-plugin-json": "4.0.0",
4646
"rollup-plugin-node-resolve": "5.2.0",
4747
"rollup-plugin-uglify": "6.0.3",
48-
"sinon": "7.4.1",
48+
"sinon": "7.5.0",
4949
"sinon-chai": "3.3.0",
5050
"npm-run-all": "4.1.5",
5151
"nyc": "14.1.1",
52-
"rollup": "1.20.3",
53-
"ts-loader": "6.0.4",
52+
"rollup": "1.22.0",
53+
"ts-loader": "6.2.0",
5454
"typescript": "3.5.3",
55-
"webpack": "4.39.3"
55+
"webpack": "4.41.0"
5656
},
5757
"repository": {
5858
"directory": "packages/analytics",

packages/app/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"xmlhttprequest": "1.8.0"
3535
},
3636
"devDependencies": {
37-
"@types/chai": "4.2.0",
37+
"@types/chai": "4.2.3",
3838
"@types/mocha": "5.2.7",
3939
"@types/sinon": "7.0.13",
4040
"chai": "4.2.0",
@@ -48,23 +48,23 @@
4848
"karma-sourcemap-loader": "0.3.7",
4949
"karma-spec-reporter": "0.0.32",
5050
"karma-webpack": "4.0.2",
51-
"mocha": "6.2.0",
51+
"mocha": "6.2.1",
5252
"npm-run-all": "4.1.5",
5353
"nyc": "14.1.1",
54-
"rollup": "1.20.3",
54+
"rollup": "1.22.0",
5555
"rollup-plugin-replace": "2.2.0",
56-
"rollup-plugin-typescript2": "0.24.0",
56+
"rollup-plugin-typescript2": "0.24.3",
5757
"rollup-plugin-json": "4.0.0",
58-
"sinon": "7.4.1",
58+
"sinon": "7.5.0",
5959
"source-map-loader": "0.2.4",
60-
"ts-loader": "6.0.4",
61-
"ts-node": "8.3.0",
60+
"ts-loader": "6.2.0",
61+
"ts-node": "8.4.1",
6262
"typescript": "3.5.3",
63-
"webpack": "4.39.3",
63+
"webpack": "4.41.0",
6464
"eslint": "5.16.0",
65-
"@typescript-eslint/parser": "2.0.0",
66-
"@typescript-eslint/eslint-plugin": "2.0.0",
67-
"@typescript-eslint/eslint-plugin-tslint": "2.0.0",
65+
"@typescript-eslint/parser": "2.3.2",
66+
"@typescript-eslint/eslint-plugin": "2.3.2",
67+
"@typescript-eslint/eslint-plugin-tslint": "2.3.2",
6868
"eslint-plugin-import": "2.18.2"
6969
},
7070
"repository": {

packages/auth/demo/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"logs": "firebase functions:log"
1010
},
1111
"dependencies": {
12-
"firebase-admin": "8.4.0",
12+
"firebase-admin": "8.6.0",
1313
"firebase-functions": "3.2.0"
1414
},
1515
"private": true

packages/auth/demo/functions/yarn.lock

Lines changed: 33 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,38 @@
22
# yarn lockfile v1
33

44

5-
"@firebase/[email protected]":
6-
version "0.4.2"
7-
resolved "https://registry.npmjs.org/@firebase/database-types/-/database-types-0.4.2.tgz#7bb2e605b914ad5cca7b1f4f5d8e7940fa37a708"
8-
integrity sha512-rBF/Sp4S4zzVg+a6h0iEiXR2GdNRrvx2BR6IcvGHnSPF7XVpj9UuUWtZMJyO+vWP3zlIGDvlNRJ4qF01Y6KxGg==
9-
10-
"@firebase/database@^0.4.7":
11-
version "0.4.9"
12-
resolved "https://registry.npmjs.org/@firebase/database/-/database-0.4.9.tgz#17bec6fa13ea6f2a096bed3b5bd7b4010de39ac4"
13-
integrity sha512-RhV6ID+n8fdC6bUkfYeYwYI8LvG5bfrp+BTiiBXdh/r7wbnZLcrGAIjdbp666KQhfd5ZLIzRLPpDP4DLEFC0sQ==
14-
dependencies:
15-
"@firebase/database-types" "0.4.2"
16-
"@firebase/logger" "0.1.20"
17-
"@firebase/util" "0.2.23"
5+
"@firebase/[email protected]":
6+
version "0.4.4"
7+
resolved "https://registry.npmjs.org/@firebase/app-types/-/app-types-0.4.4.tgz#6423e9b284018109d3658a6ecf7f82ca0e288bbb"
8+
integrity sha512-s3rKk6aGnzNTx6bzdtOdJpg2XXMiadLk/hv/PjiFEI/m+8MEKz+wkl+eGwvzxFyOd6BD5GVy637boGFqRt20FQ==
9+
10+
"@firebase/[email protected]":
11+
version "0.4.4"
12+
resolved "https://registry.npmjs.org/@firebase/database-types/-/database-types-0.4.4.tgz#d2337413a5d88b326c199cb3008a5fccc9626001"
13+
integrity sha512-n+CKrqfxKII6VMl44HFCPIB8xS78isRiA2V6SYJe4Mo6vauKggRBm8Tdt1SKmBco5zHhhYkhaYzU7bfPYm54Ag==
14+
dependencies:
15+
"@firebase/app-types" "0.4.4"
16+
17+
"@firebase/database@^0.5.1":
18+
version "0.5.5"
19+
resolved "https://registry.npmjs.org/@firebase/database/-/database-0.5.5.tgz#f636dd04f955136e1f406f35b1dfe66375a1c7a4"
20+
integrity sha512-rsOQCXoNLSKw7V2RL7xJhGAMS5bj8d/Y4/KfRwoaMsKUdfaogbZEdSgxMjKd00PKIiYa7TSAch0KziEujtAfuA==
21+
dependencies:
22+
"@firebase/database-types" "0.4.4"
23+
"@firebase/logger" "0.1.25"
24+
"@firebase/util" "0.2.28"
1825
faye-websocket "0.11.3"
1926
tslib "1.10.0"
2027

21-
"@firebase/[email protected].20":
22-
version "0.1.20"
23-
resolved "https://registry.npmjs.org/@firebase/logger/-/logger-0.1.20.tgz#b04cc13ddd4ec58e41efd335e98ad477f57202aa"
24-
integrity sha512-ahGXFhqow5RjrhwnYZNHluZt6UVdFt1iRrGzhYEJVGlkyBy0vXELn1P6ajIi8BKGQhu5sBQm8I1n6bVDlHQkUA==
28+
"@firebase/[email protected].25":
29+
version "0.1.25"
30+
resolved "https://registry.npmjs.org/@firebase/logger/-/logger-0.1.25.tgz#2f95832a62ae634a10242bdeedd84b62d9e5c8ef"
31+
integrity sha512-/lRhuepVcCCnQ2jcO5Hr08SYdmZDTQU9fdPdzg+qXJ9k/QnIrD2RbswXQcL6mmae3uPpX7fFXQAoScJ9pzp50w==
2532

26-
"@firebase/[email protected].23":
27-
version "0.2.23"
28-
resolved "https://registry.npmjs.org/@firebase/util/-/util-0.2.23.tgz#3e4090be9e2b8e720d72730724f026ce83f71736"
29-
integrity sha512-Zfc9Oo656ad/a51pow3zJvc2kGJR/KvacaL8MgHAWxYzOsiN6RofcgRlanWO2zLy76KCVI4ZRDrvcmGRnD7e+w==
33+
"@firebase/[email protected].28":
34+
version "0.2.28"
35+
resolved "https://registry.npmjs.org/@firebase/util/-/util-0.2.28.tgz#9a17198b6ea416f1fb9edaea9f353d9a1f517f51"
36+
integrity sha512-ZQMAWtXj8y5kvB6izs0aTM/jG+WO8HpqhXA/EwD6LckJ+1P5LnAhaLZt1zR4HpuCE+jeP5I32Id5RJ/aifFs6A==
3037
dependencies:
3138
tslib "1.10.0"
3239

@@ -571,12 +578,12 @@ finalhandler@~1.1.2:
571578
statuses "~1.5.0"
572579
unpipe "~1.0.0"
573580

574-
firebase-admin@8.4.0:
575-
version "8.4.0"
576-
resolved "https://registry.npmjs.org/firebase-admin/-/firebase-admin-8.4.0.tgz#b3ba7330afbaa0d223f344d361f566da0e3f2126"
577-
integrity sha512-DRAAPRFYhdpwNu8KDceuem7Y1yvFZRqAf6iO5/5IwiHTp9ojRin/V8eV2eNjY3C4tZCKkJDpXvCBtwbvBejFDA==
581+
firebase-admin@8.6.0:
582+
version "8.6.0"
583+
resolved "https://registry.npmjs.org/firebase-admin/-/firebase-admin-8.6.0.tgz#ed81d6b1a0b2b1f4033c47e33595e85634d0a68b"
584+
integrity sha512-+JqOinU5bYUkg434LqEBXrHMrIBhL/+HwWEgbZpS1sBKHQRJK7LlcBrayqxvQKwJzgh5xs/JTInTmkozXk7h1w==
578585
dependencies:
579-
"@firebase/database" "^0.4.7"
586+
"@firebase/database" "^0.5.1"
580587
"@types/node" "^8.0.53"
581588
dicer "^0.3.0"
582589
jsonwebtoken "8.1.0"

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"del": "5.1.0",
2626
"express": "4.17.1",
2727
"firebase-functions": "3.2.0",
28-
"firebase-tools": "7.3.0",
28+
"firebase-tools": "7.4.0",
2929
"google-closure-compiler": "20190709.0.0",
3030
"google-closure-library": "20190709.0.0",
3131
"gulp": "4.0.2",

packages/database/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"devDependencies": {
3333
"@firebase/app": "0.4.18",
3434
"@firebase/app-types": "0.4.4",
35-
"@types/chai": "4.2.0",
35+
"@types/chai": "4.2.3",
3636
"@types/mocha": "5.2.7",
37-
"@types/node": "11.13.20",
37+
"@types/node": "11.13.21",
3838
"@types/sinon": "7.0.13",
3939
"chai": "4.2.0",
4040
"karma": "4.3.0",
@@ -46,17 +46,17 @@
4646
"karma-sourcemap-loader": "0.3.7",
4747
"karma-spec-reporter": "0.0.32",
4848
"karma-webpack": "4.0.2",
49-
"mocha": "6.2.0",
49+
"mocha": "6.2.1",
5050
"npm-run-all": "4.1.5",
5151
"nyc": "14.1.1",
52-
"rollup": "1.20.3",
53-
"rollup-plugin-typescript2": "0.24.0",
54-
"sinon": "7.4.1",
52+
"rollup": "1.22.0",
53+
"rollup-plugin-typescript2": "0.24.3",
54+
"sinon": "7.5.0",
5555
"source-map-loader": "0.2.4",
56-
"ts-loader": "6.0.4",
57-
"ts-node": "8.3.0",
56+
"ts-loader": "6.2.0",
57+
"ts-node": "8.4.1",
5858
"typescript": "3.5.3",
59-
"webpack": "4.39.3"
59+
"webpack": "4.41.0"
6060
},
6161
"repository": {
6262
"directory": "packages/database",

packages/firebase/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@
5454
},
5555
"devDependencies": {
5656
"git-rev-sync": "1.12.0",
57-
"rollup": "1.20.3",
57+
"rollup": "1.22.0",
5858
"rollup-plugin-commonjs": "10.1.0",
5959
"rollup-plugin-license": "0.12.1",
6060
"rollup-plugin-node-resolve": "5.2.0",
6161
"rollup-plugin-sourcemaps": "0.4.2",
62-
"rollup-plugin-typescript2": "0.24.0",
62+
"rollup-plugin-typescript2": "0.24.3",
6363
"rollup-plugin-uglify": "6.0.3",
64-
"rollup-plugin-terser": "5.1.1",
64+
"rollup-plugin-terser": "5.1.2",
6565
"typescript": "3.5.3"
6666
},
6767
"typings": "index.d.ts",

0 commit comments

Comments
 (0)