Skip to content

Commit 355b422

Browse files
committed
Update all non-major dependencies
1 parent 148db34 commit 355b422

File tree

8 files changed

+142
-109
lines changed

8 files changed

+142
-109
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.9.2",
6+
"firebase-admin": "8.10.0",
77
"firebase-functions": "3.3.0"
88
},
99
"private": true,

integration/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"@babel/core": "7.8.7",
1313
"@babel/preset-env": "7.8.7",
14-
"@types/chai": "4.2.10",
14+
"@types/chai": "4.2.11",
1515
"@types/mocha": "7.0.2",
1616
"chai": "4.2.0",
1717
"karma": "4.4.1",

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@
4848
"integration/*"
4949
],
5050
"devDependencies": {
51-
"@types/chai": "4.2.10",
51+
"@types/chai": "4.2.11",
5252
"@types/chai-as-promised": "7.1.2",
5353
"@types/long": "4.0.1",
5454
"@types/mocha": "7.0.2",
5555
"@types/node": "8.10.59",
5656
"@types/sinon": "7.5.2",
5757
"@types/sinon-chai": "3.2.3",
58-
"@typescript-eslint/eslint-plugin": "2.23.0",
59-
"@typescript-eslint/eslint-plugin-tslint": "2.23.0",
60-
"@typescript-eslint/parser": "2.23.0",
58+
"@typescript-eslint/eslint-plugin": "2.24.0",
59+
"@typescript-eslint/eslint-plugin-tslint": "2.24.0",
60+
"@typescript-eslint/parser": "2.24.0",
6161
"babel-loader": "8.0.6",
6262
"chai": "4.2.0",
6363
"chai-as-promised": "7.1.1",
@@ -72,13 +72,13 @@
7272
"express": "4.17.1",
7373
"find-free-port": "2.0.0",
7474
"firebase-functions": "3.3.0",
75-
"firebase-tools": "7.14.0",
75+
"firebase-tools": "7.15.0",
7676
"git-rev-sync": "2.0.0",
7777
"glob": "7.1.6",
7878
"http-server": "0.12.1",
7979
"husky": "4.2.3",
8080
"indexeddbshim": "5.0.0",
81-
"inquirer": "7.0.6",
81+
"inquirer": "7.1.0",
8282
"istanbul-instrumenter-loader": "3.0.1",
8383
"js-yaml": "3.13.1",
8484
"karma": "4.4.1",
@@ -109,18 +109,18 @@
109109
"protractor": "5.4.2",
110110
"rxjs": "6.5.4",
111111
"semver": "7.1.3",
112-
"simple-git": "1.131.0",
113-
"sinon": "9.0.0",
112+
"simple-git": "1.132.0",
113+
"sinon": "9.0.1",
114114
"sinon-chai": "3.5.0",
115115
"source-map-loader": "0.2.4",
116116
"ts-loader": "6.2.1",
117117
"ts-node": "8.6.2",
118118
"tslint": "6.1.0",
119-
"typedoc": "0.16.11",
119+
"typedoc": "0.17.0",
120120
"typescript": "3.8.3",
121121
"watch": "1.0.2",
122122
"webpack": "4.42.0",
123-
"yargs": "15.3.0",
123+
"yargs": "15.3.1",
124124
"lodash": "4.17.15"
125125
}
126126
}

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.9.2",
12+
"firebase-admin": "8.10.0",
1313
"firebase-functions": "3.3.0"
1414
},
1515
"private": true

packages/auth/demo/functions/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -674,10 +674,10 @@ finalhandler@~1.1.2:
674674
statuses "~1.5.0"
675675
unpipe "~1.0.0"
676676

677-
firebase-admin@8.9.2:
678-
version "8.9.2"
679-
resolved "https://registry.npmjs.org/firebase-admin/-/firebase-admin-8.9.2.tgz#248ba184dc13b4929b043870a2067787a0dd013e"
680-
integrity sha512-ix4qcx+hHnr3mnc41Z8EzQa9Mr+2nhogLEv6ktkOCCpdKJ+9HxW9vikRCElSbC8ICHLD0KIH0GVOIZK80vbvqw==
677+
firebase-admin@8.10.0:
678+
version "8.10.0"
679+
resolved "https://registry.npmjs.org/firebase-admin/-/firebase-admin-8.10.0.tgz#4a838aec52df49845eba07ad59a40b4df996e815"
680+
integrity sha512-QzJZ1sBh9xzKjb44aP6m1duy0Xe1ixexwh0eaOt1CkJYCOq2b6bievK4GNWMl5yGQ7FFBEbZO6hyDi+5wrctcg==
681681
dependencies:
682682
"@firebase/database" "^0.5.17"
683683
"@types/node" "^8.10.59"

packages/firebase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"rollup-plugin-license": "0.13.0",
6060
"rollup-plugin-node-resolve": "5.2.0",
6161
"rollup-plugin-sourcemaps": "0.5.0",
62-
"rollup-plugin-terser": "5.2.0",
62+
"rollup-plugin-terser": "5.3.0",
6363
"rollup-plugin-typescript2": "0.26.0",
6464
"rollup-plugin-uglify": "6.0.4",
6565
"typescript": "3.8.3"

packages/firestore/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@
4646
"@firebase/app-types": "0.x"
4747
},
4848
"devDependencies": {
49-
"protobufjs": "6.8.8",
49+
"protobufjs": "6.8.9",
5050
"rollup": "2.0.6",
5151
"rollup-plugin-copy-assets": "1.1.0",
5252
"rollup-plugin-json": "4.0.0",
5353
"rollup-plugin-node-resolve": "5.2.0",
5454
"rollup-plugin-replace": "2.2.0",
5555
"rollup-plugin-sourcemaps": "0.5.0",
56-
"rollup-plugin-terser": "5.2.0",
56+
"rollup-plugin-terser": "5.3.0",
5757
"rollup-plugin-typescript2": "0.26.0",
5858
"ts-node": "8.6.2",
5959
"typescript": "3.8.3"

0 commit comments

Comments
 (0)