Skip to content

Commit 8ce99f5

Browse files
angular-robotAndrewKushnir
authored andcommitted
build: update dependency firebase-tools to v12 (#50223)
See associated pull request for more information. PR Close #50223
1 parent 8e821ca commit 8ce99f5

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

aio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"eslint-plugin-jsdoc": "^41.0.0",
117117
"eslint-plugin-prefer-arrow": "^1.2.3",
118118
"find-free-port": "^2.0.0",
119-
"firebase-tools": "^11.0.0",
119+
"firebase-tools": "^12.0.0",
120120
"fs-extra": "^11.0.0",
121121
"get-port": "^6.1.2",
122122
"globby": "^13.0.0",

aio/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7028,10 +7028,10 @@ find-up@^5.0.0:
70287028
locate-path "^6.0.0"
70297029
path-exists "^4.0.0"
70307030

7031-
firebase-tools@^11.0.0:
7032-
version "11.30.0"
7033-
resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-11.30.0.tgz#37caa55f43f6bd2cc1868c4982266dd50db6781c"
7034-
integrity sha512-rNMhtsFKy35AZqfy0obY2Kgsfmg8N1duEx2UDT14NsMHB7xt2Z7cUd92bkAoQAfD0jAOd7LhRT/7E6J5yB+kGw==
7031+
firebase-tools@^12.0.0:
7032+
version "12.0.0"
7033+
resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-12.0.0.tgz#6732f014593faeb99c93e7bb22f663112121e584"
7034+
integrity sha512-4d+GjyB0opAfuTuFEN8Zcw/0aX3nDZGkKfVo8PmpDIolEt67Q0u6gMER7Rus2wCr6dmyiMur/2LWuGMU765Xyg==
70357035
dependencies:
70367036
"@google-cloud/pubsub" "^3.0.1"
70377037
abort-controller "^3.0.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
"cldr": "7.4.0",
168168
"cldrjs": "0.5.5",
169169
"conventional-changelog": "^3.1.24",
170-
"firebase-tools": "^11.0.0",
170+
"firebase-tools": "^12.0.0",
171171
"glob": "8.1.0",
172172
"gulp": "^4.0.2",
173173
"gulp-conventional-changelog": "^2.0.35",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8265,10 +8265,10 @@ fined@^1.0.1:
82658265
object.pick "^1.2.0"
82668266
parse-filepath "^1.0.1"
82678267

8268-
firebase-tools@^11.0.0:
8269-
version "11.30.0"
8270-
resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-11.30.0.tgz#37caa55f43f6bd2cc1868c4982266dd50db6781c"
8271-
integrity sha512-rNMhtsFKy35AZqfy0obY2Kgsfmg8N1duEx2UDT14NsMHB7xt2Z7cUd92bkAoQAfD0jAOd7LhRT/7E6J5yB+kGw==
8268+
firebase-tools@^12.0.0:
8269+
version "12.0.0"
8270+
resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-12.0.0.tgz#6732f014593faeb99c93e7bb22f663112121e584"
8271+
integrity sha512-4d+GjyB0opAfuTuFEN8Zcw/0aX3nDZGkKfVo8PmpDIolEt67Q0u6gMER7Rus2wCr6dmyiMur/2LWuGMU765Xyg==
82728272
dependencies:
82738273
"@google-cloud/pubsub" "^3.0.1"
82748274
abort-controller "^3.0.0"

0 commit comments

Comments
 (0)