Skip to content

Commit ddf4222

Browse files
committed
Update all non-major dependencies
1 parent 31206aa commit ddf4222

File tree

32 files changed

+1176
-1015
lines changed

32 files changed

+1176
-1015
lines changed

config/functions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "Cloud Functions for Firebase",
44
"dependencies": {
55
"cors": "2.8.5",
6-
"firebase-admin": "8.11.0",
7-
"firebase-functions": "3.6.1"
6+
"firebase-admin": "8.13.0",
7+
"firebase-functions": "3.7.0"
88
},
99
"private": true,
1010
"engines": {

integration/browserify/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"devDependencies": {
1111
"firebase": "7.15.5",
12-
"@babel/core": "7.9.6",
13-
"@babel/preset-env": "7.9.6",
12+
"@babel/core": "7.10.3",
13+
"@babel/preset-env": "7.10.3",
1414
"browserify": "16.5.1",
1515
"chai": "4.2.0",
1616
"karma": "4.4.1",
@@ -21,6 +21,6 @@
2121
"karma-sauce-launcher": "1.2.0",
2222
"karma-spec-reporter": "0.0.32",
2323
"mkdirp": "1.0.4",
24-
"mocha": "7.1.2"
24+
"mocha": "7.2.0"
2525
}
2626
}

integration/firestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"karma-firefox-launcher": "1.3.0",
2424
"karma-mocha": "1.3.0",
2525
"karma-spec-reporter": "0.0.32",
26-
"mocha": "7.1.2",
26+
"mocha": "7.2.0",
2727
"ts-loader": "6.2.2",
2828
"typescript": "3.8.3",
2929
"webpack": "4.43.0",

integration/messaging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"chromedriver": "^83.0.0",
1414
"express": "4.17.1",
1515
"geckodriver": "1.19.1",
16-
"mocha": "7.1.2",
16+
"mocha": "7.2.0",
1717
"node-fetch": "2.6.0",
1818
"selenium-assistant": "6.1.0"
1919
}

integration/typescript/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"devDependencies": {
1010
"firebase": "7.15.5",
11-
"@babel/core": "7.9.6",
12-
"@babel/preset-env": "7.9.6",
11+
"@babel/core": "7.10.3",
12+
"@babel/preset-env": "7.10.3",
1313
"@types/chai": "4.2.11",
1414
"@types/mocha": "7.0.2",
1515
"chai": "4.2.0",
@@ -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-
"karma-typescript": "5.0.2",
24-
"mocha": "7.1.2",
23+
"karma-typescript": "5.0.3",
24+
"mocha": "7.2.0",
2525
"npm-run-all": "4.1.5",
2626
"typescript": "3.8.3"
2727
}

integration/webpack/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"devDependencies": {
1111
"firebase": "7.15.5",
12-
"@babel/core": "7.9.6",
13-
"@babel/preset-env": "7.9.6",
12+
"@babel/core": "7.10.3",
13+
"@babel/preset-env": "7.10.3",
1414
"chai": "4.2.0",
1515
"karma": "4.4.1",
1616
"karma-babel-preprocessor": "8.0.1",
@@ -19,8 +19,8 @@
1919
"karma-mocha": "1.3.0",
2020
"karma-sauce-launcher": "1.2.0",
2121
"karma-spec-reporter": "0.0.32",
22-
"mocha": "7.1.2",
22+
"mocha": "7.2.0",
2323
"webpack": "4.43.0",
24-
"webpack-cli": "3.3.11"
24+
"webpack-cli": "3.3.12"
2525
}
2626
}

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -60,26 +60,26 @@
6060
"integration/*"
6161
],
6262
"devDependencies": {
63-
"@changesets/changelog-github": "0.2.5",
63+
"@changesets/changelog-github": "0.2.6",
6464
"@changesets/cli": "2.9.1",
65-
"@microsoft/api-documenter": "7.7.20",
66-
"@microsoft/api-extractor": "7.7.13",
65+
"@microsoft/api-documenter": "7.8.19",
66+
"@microsoft/api-extractor": "7.8.15",
6767
"@types/chai": "4.2.11",
6868
"@types/chai-as-promised": "7.1.2",
6969
"@types/child-process-promise": "2.2.1",
7070
"@types/clone": "0.1.30",
7171
"@types/inquirer": "6.5.0",
7272
"@types/long": "4.0.1",
7373
"@types/mocha": "7.0.2",
74-
"@types/node": "12.12.37",
75-
"@types/sinon": "9.0.0",
74+
"@types/node": "12.12.47",
75+
"@types/sinon": "9.0.4",
7676
"@types/sinon-chai": "3.2.4",
7777
"@types/tmp": "0.2.0",
78-
"@types/yargs": "15.0.4",
78+
"@types/yargs": "15.0.5",
7979
"@types/listr": "0.14.2",
80-
"@typescript-eslint/eslint-plugin": "2.30.0",
81-
"@typescript-eslint/eslint-plugin-tslint": "2.30.0",
82-
"@typescript-eslint/parser": "2.30.0",
80+
"@typescript-eslint/eslint-plugin": "2.34.0",
81+
"@typescript-eslint/eslint-plugin-tslint": "2.34.0",
82+
"@typescript-eslint/parser": "2.34.0",
8383
"babel-loader": "8.1.0",
8484
"chai": "4.2.0",
8585
"chai-as-promised": "7.1.1",
@@ -90,19 +90,19 @@
9090
"del": "5.1.0",
9191
"dependency-graph": "0.9.0",
9292
"eslint": "6.8.0",
93-
"eslint-plugin-import": "2.20.2",
93+
"eslint-plugin-import": "2.22.0",
9494
"express": "4.17.1",
9595
"find-free-port": "2.0.0",
96-
"firebase-functions": "3.6.1",
96+
"firebase-functions": "3.7.0",
9797
"firebase-tools": "8.4.3",
9898
"git-rev-sync": "2.0.0",
9999
"glob": "7.1.6",
100100
"http-server": "0.12.3",
101101
"husky": "4.2.5",
102-
"indexeddbshim": "6.1.0",
103-
"inquirer": "7.1.0",
102+
"indexeddbshim": "6.6.0",
103+
"inquirer": "7.2.0",
104104
"istanbul-instrumenter-loader": "3.0.1",
105-
"js-yaml": "3.13.1",
105+
"js-yaml": "3.14.0",
106106
"karma": "4.4.1",
107107
"karma-chrome-launcher": "3.1.0",
108108
"karma-cli": "2.0.0",
@@ -116,17 +116,17 @@
116116
"karma-summary-reporter": "1.8.0",
117117
"karma-webpack": "4.0.2",
118118
"lcov-result-merger": "3.1.0",
119-
"lerna": "3.20.2",
119+
"lerna": "3.22.1",
120120
"listr": "0.14.3",
121121
"lodash": "4.17.15",
122122
"long": "3.2.0",
123-
"merge2": "1.3.0",
123+
"merge2": "1.4.1",
124124
"mkdirp": "1.0.4",
125-
"mocha": "7.1.2",
125+
"mocha": "7.2.0",
126126
"mz": "2.7.0",
127127
"npm-run-all": "4.1.5",
128128
"npm-run-path": "4.0.1",
129-
"nyc": "15.0.1",
129+
"nyc": "15.1.0",
130130
"ora": "4.0.4",
131131
"prettier": "1.19.1",
132132
"protractor": "5.4.2",
@@ -136,9 +136,9 @@
136136
"sinon": "9.0.2",
137137
"sinon-chai": "3.5.0",
138138
"source-map-loader": "0.2.4",
139-
"terser": "4.6.13",
139+
"terser": "4.8.0",
140140
"ts-loader": "6.2.2",
141-
"ts-node": "8.10.1",
141+
"ts-node": "8.10.2",
142142
"tslint": "6.1.2",
143143
"typedoc": "0.16.11",
144144
"typescript": "3.8.3",

packages-exp/app-exp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"rollup": "1.32.1",
4444
"rollup-plugin-json": "4.0.0",
4545
"rollup-plugin-replace": "2.2.0",
46-
"rollup-plugin-typescript2": "0.27.0",
46+
"rollup-plugin-typescript2": "0.27.1",
4747
"typescript": "3.8.3"
4848
},
4949
"repository": {

packages-exp/firebase-exp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
"rollup-plugin-commonjs": "10.1.0",
4343
"rollup-plugin-license": "0.14.0",
4444
"rollup-plugin-node-resolve": "5.2.0",
45-
"rollup-plugin-sourcemaps": "0.6.1",
45+
"rollup-plugin-sourcemaps": "0.6.2",
4646
"rollup-plugin-terser": "5.3.0",
47-
"rollup-plugin-typescript2": "0.27.0",
47+
"rollup-plugin-typescript2": "0.27.1",
4848
"rollup-plugin-uglify": "6.0.4",
4949
"gulp": "4.0.2",
5050
"gulp-sourcemaps": "2.6.5",

packages-exp/functions-exp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
},
3838
"devDependencies": {
3939
"@firebase/app-exp": "0.0.800",
40-
"rollup": "2.7.6",
41-
"rollup-plugin-typescript2": "0.27.0",
40+
"rollup": "2.18.1",
41+
"rollup-plugin-typescript2": "0.27.1",
4242
"typescript": "3.8.3"
4343
},
4444
"repository": {
@@ -57,7 +57,7 @@
5757
"@firebase/messaging-types": "0.4.5",
5858
"@firebase/util": "0.2.50",
5959
"isomorphic-fetch": "2.2.1",
60-
"tslib": "1.11.1"
60+
"tslib": "1.13.0"
6161
},
6262
"nyc": {
6363
"extension": [

packages/analytics/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
},
3636
"license": "Apache-2.0",
3737
"devDependencies": {
38-
"rollup": "2.7.6",
38+
"rollup": "2.18.1",
3939
"rollup-plugin-commonjs": "10.1.0",
4040
"rollup-plugin-json": "4.0.0",
4141
"rollup-plugin-node-resolve": "5.2.0",
42-
"rollup-plugin-typescript2": "0.27.0",
42+
"rollup-plugin-typescript2": "0.27.1",
4343
"rollup-plugin-uglify": "6.0.4",
4444
"typescript": "3.8.3"
4545
},

packages/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"xmlhttprequest": "1.8.0"
3939
},
4040
"devDependencies": {
41-
"rollup": "2.7.6",
41+
"rollup": "2.18.1",
4242
"rollup-plugin-json": "4.0.0",
4343
"rollup-plugin-replace": "2.2.0",
44-
"rollup-plugin-typescript2": "0.27.0",
44+
"rollup-plugin-typescript2": "0.27.1",
4545
"typescript": "3.8.3"
4646
},
4747
"repository": {

packages/auth/demo/functions/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"logs": "firebase functions:log"
1010
},
1111
"dependencies": {
12-
"firebase-admin": "8.11.0",
13-
"firebase-functions": "3.6.1"
12+
"firebase-admin": "8.13.0",
13+
"firebase-functions": "3.7.0"
1414
},
1515
"private": true
1616
}

packages/auth/demo/functions/yarn.lock

Lines changed: 22 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -221,14 +221,13 @@
221221
"@types/qs" "*"
222222
"@types/range-parser" "*"
223223

224-
"@types/express@^4.17.3":
225-
version "4.17.6"
226-
resolved "https://registry.npmjs.org/@types/express/-/express-4.17.6.tgz#6bce49e49570507b86ea1b07b806f04697fac45e"
227-
integrity sha512-n/mr9tZI83kd4azlPG5y997C/M4DNABK9yErhFM6hKdym4kkmd9j0vtsJyjFIwfRBxtrxZtAfGZCNRIBMFLK5w==
224+
225+
version "4.17.3"
226+
resolved "https://registry.npmjs.org/@types/express/-/express-4.17.3.tgz#38e4458ce2067873b09a73908df488870c303bd9"
227+
integrity sha512-I8cGRJj3pyOLs/HndoP+25vOqhqWkAZsWMEmq1qXy/b/M3ppufecUwaK2/TVDVxcV61/iSdhykUjQQ2DLSrTdg==
228228
dependencies:
229229
"@types/body-parser" "*"
230230
"@types/express-serve-static-core" "*"
231-
"@types/qs" "*"
232231
"@types/serve-static" "*"
233232

234233
"@types/fs-extra@^8.0.1":
@@ -674,29 +673,28 @@ finalhandler@~1.1.2:
674673
statuses "~1.5.0"
675674
unpipe "~1.0.0"
676675

677-
firebase-admin@8.11.0:
678-
version "8.11.0"
679-
resolved "https://registry.npmjs.org/firebase-admin/-/firebase-admin-8.11.0.tgz#6292474c1270731655bc7c54a16499d54012fd0b"
680-
integrity sha512-DapjZBeilXIDJShlWIvcgPkX6HhOHCs5C9972ZDNpfm0aSSgWuwgVQz9vs9iTk0u+oQuqRjxcHveZki0qaHJ2w==
676+
firebase-admin@8.13.0:
677+
version "8.13.0"
678+
resolved "https://registry.npmjs.org/firebase-admin/-/firebase-admin-8.13.0.tgz#997d34ae8357d7dc162ba622148bbebcf7f2e923"
679+
integrity sha512-krXj5ncWMJBhCpXSn9UFY6zmDWjFjqgx+1e9ATXKFYndEjmKtNBuJzqdrAdDh7aTUR7X6+0TPx4Hbc08kd0lwQ==
681680
dependencies:
682681
"@firebase/database" "^0.6.0"
683682
"@types/node" "^8.10.59"
684683
dicer "^0.3.0"
685-
jsonwebtoken "8.1.0"
686-
node-forge "0.7.4"
684+
jsonwebtoken "^8.5.1"
685+
node-forge "^0.7.6"
687686
optionalDependencies:
688687
"@google-cloud/firestore" "^3.0.0"
689688
"@google-cloud/storage" "^4.1.2"
690689

691-
firebase-functions@3.6.1:
692-
version "3.6.1"
693-
resolved "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.6.1.tgz#05fdf991e9f3f46cb2c7b32dd4a523766b17e14a"
694-
integrity sha512-CBvlDEoFgsdm10PTHs7gRd5xBmhp+eqCqgsyqKbzmdbU3J8RYqtBWoHm2O31gjtZv6MyOWvS3oFITShzBulylQ==
690+
firebase-functions@3.7.0:
691+
version "3.7.0"
692+
resolved "https://registry.npmjs.org/firebase-functions/-/firebase-functions-3.7.0.tgz#e9df62f2a46775eb887835839d8b3f39139ba113"
693+
integrity sha512-+ROj2Gs2/KyM+T8jYo7AKaHynFsN49sXbgZMll3zuGa9/8oiDsXp9e1Iy2JMkFmSZg67jeYw5Ue2OSpz0XiqFQ==
695694
dependencies:
696-
"@types/express" "^4.17.3"
695+
"@types/express" "4.17.3"
697696
cors "^2.8.5"
698697
express "^4.17.1"
699-
jsonwebtoken "^8.5.1"
700698
lodash "^4.17.14"
701699

702700
foreach@^2.0.5:
@@ -1030,22 +1028,6 @@ json-bigint@^0.3.0:
10301028
dependencies:
10311029
bignumber.js "^9.0.0"
10321030

1033-
1034-
version "8.1.0"
1035-
resolved "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.1.0.tgz#c6397cd2e5fd583d65c007a83dc7bb78e6982b83"
1036-
integrity sha1-xjl80uX9WD1lwAeoPce7eOaYK4M=
1037-
dependencies:
1038-
jws "^3.1.4"
1039-
lodash.includes "^4.3.0"
1040-
lodash.isboolean "^3.0.3"
1041-
lodash.isinteger "^4.0.4"
1042-
lodash.isnumber "^3.0.3"
1043-
lodash.isplainobject "^4.0.6"
1044-
lodash.isstring "^4.0.1"
1045-
lodash.once "^4.0.0"
1046-
ms "^2.0.0"
1047-
xtend "^4.0.1"
1048-
10491031
jsonwebtoken@^8.5.1:
10501032
version "8.5.1"
10511033
resolved "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
@@ -1080,7 +1062,7 @@ jwa@^2.0.0:
10801062
ecdsa-sig-formatter "1.0.11"
10811063
safe-buffer "^5.0.1"
10821064

1083-
jws@^3.1.4, jws@^3.2.2:
1065+
jws@^3.2.2:
10841066
version "3.2.2"
10851067
resolved "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz#001099f3639468c9414000e99995fa52fb478304"
10861068
integrity sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==
@@ -1222,7 +1204,7 @@ [email protected]:
12221204
resolved "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
12231205
integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==
12241206

1225-
ms@^2.0.0, ms@^2.1.1:
1207+
ms@^2.1.1:
12261208
version "2.1.2"
12271209
resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
12281210
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
@@ -1237,10 +1219,10 @@ node-fetch@^2.2.0, node-fetch@^2.3.0, node-fetch@^2.6.0:
12371219
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
12381220
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
12391221

1240-
1241-
version "0.7.4"
1242-
resolved "https://registry.npmjs.org/node-forge/-/node-forge-0.7.4.tgz#8e6e9f563a1e32213aa7508cded22aa791dbf986"
1243-
integrity sha512-8Df0906+tq/omxuCZD6PqhPaQDYuyJ1d+VITgxoIA8zvQd1ru+nMJcDChHH324MWitIgbVkAkQoGEEVJNpn/PA==
1222+
node-forge@^0.7.6:
1223+
version "0.7.6"
1224+
resolved "https://registry.npmjs.org/node-forge/-/node-forge-0.7.6.tgz#fdf3b418aee1f94f0ef642cd63486c77ca9724ac"
1225+
integrity sha512-sol30LUpz1jQFBjOKwbjxijiE3b6pjd74YwfD0fJOKPjF+fONKb2Yg8rYgS6+bK6VDl+/wfr4IYpC7jDzLUIfw==
12441226

12451227
node-forge@^0.9.0:
12461228
version "0.9.1"
@@ -1724,7 +1706,7 @@ xdg-basedir@^4.0.0:
17241706
resolved "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz#4bc8d9984403696225ef83a1573cbbcb4e79db13"
17251707
integrity sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==
17261708

1727-
xtend@^4.0.1, xtend@~4.0.1:
1709+
xtend@~4.0.1:
17281710
version "4.0.2"
17291711
resolved "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"
17301712
integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==

0 commit comments

Comments
 (0)