build: update `firebase-tools` to the latest version (#34682)
This fixes `Server Error. certificate has expired` errors that cause AIO deployment to fail. (Example CI failure: https://circleci.com/gh/angular/angular/578227) PR Close #34682
This commit is contained in:
parent
b3398eee61
commit
39bf104a03
|
@ -129,7 +129,7 @@
|
||||||
"eslint": "^3.19.0",
|
"eslint": "^3.19.0",
|
||||||
"eslint-plugin-jasmine": "^2.2.0",
|
"eslint-plugin-jasmine": "^2.2.0",
|
||||||
"find-free-port": "^2.0.0",
|
"find-free-port": "^2.0.0",
|
||||||
"firebase-tools": "^5.1.1",
|
"firebase-tools": "^7.11.0",
|
||||||
"fs-extra": "^2.1.2",
|
"fs-extra": "^2.1.2",
|
||||||
"globby": "^6.1.0",
|
"globby": "^6.1.0",
|
||||||
"hast-util-is-element": "^1.0.0",
|
"hast-util-is-element": "^1.0.0",
|
||||||
|
|
1577
aio/yarn.lock
1577
aio/yarn.lock
File diff suppressed because it is too large
Load Diff
|
@ -145,7 +145,7 @@
|
||||||
"cldrjs": "0.5.0",
|
"cldrjs": "0.5.0",
|
||||||
"conventional-changelog": "^2.0.3",
|
"conventional-changelog": "^2.0.3",
|
||||||
"entities": "1.1.1",
|
"entities": "1.1.1",
|
||||||
"firebase-tools": "5.1.1",
|
"firebase-tools": "^7.11.0",
|
||||||
"firefox-profile": "1.0.3",
|
"firefox-profile": "1.0.3",
|
||||||
"glob": "7.1.2",
|
"glob": "7.1.2",
|
||||||
"gulp": "3.9.1",
|
"gulp": "3.9.1",
|
||||||
|
|
Loading…
Reference in New Issue