mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: update dependency firebase-tools to v13 (#54234)
See associated pull request for more information. PR Close #54234
This commit is contained in:
parent
e9eba6b257
commit
eeafdb6cf3
4 changed files with 10 additions and 12 deletions
|
|
@ -116,7 +116,7 @@
|
|||
"eslint-plugin-jsdoc": "48.0.5",
|
||||
"eslint-plugin-prefer-arrow": "1.2.3",
|
||||
"find-free-port": "^2.0.0",
|
||||
"firebase-tools": "^12.0.0",
|
||||
"firebase-tools": "^13.0.0",
|
||||
"fs-extra": "^11.0.0",
|
||||
"get-port": "^7.0.0",
|
||||
"globby": "^14.0.0",
|
||||
|
|
|
|||
|
|
@ -7342,10 +7342,10 @@ find-yarn-workspace-root@^2.0.0:
|
|||
dependencies:
|
||||
micromatch "^4.0.2"
|
||||
|
||||
firebase-tools@^12.0.0:
|
||||
version "12.7.0"
|
||||
resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-12.7.0.tgz#e28692a7cfb22b21d2492947d3a498d4722e5fc6"
|
||||
integrity sha512-NBXYEbY9FE20BcEivxL0agXkehNTtcFhQmGGPPWrxntVgWOnbrzy4fh1xjZnQSRgZu4VpEWthXDM+oCkn6ouKQ==
|
||||
firebase-tools@^13.0.0:
|
||||
version "13.1.0"
|
||||
resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-13.1.0.tgz#ed44e0a80349f1b646cd122d9971ea427a1e9ca3"
|
||||
integrity sha512-kY3p3nCv3kjf90AZMhrMu4PT6/otI1kcZGpJJkN9cqBbvj/nNYnnCVy4bXdCVqgCX1+s4G4FwuoW07f9xv/kXw==
|
||||
dependencies:
|
||||
"@google-cloud/pubsub" "^3.0.1"
|
||||
abort-controller "^3.0.0"
|
||||
|
|
@ -7389,7 +7389,6 @@ firebase-tools@^12.0.0:
|
|||
portfinder "^1.0.32"
|
||||
progress "^2.0.3"
|
||||
proxy-agent "^6.3.0"
|
||||
request "^2.87.0"
|
||||
retry "^0.13.1"
|
||||
rimraf "^3.0.0"
|
||||
semver "^7.5.2"
|
||||
|
|
|
|||
|
|
@ -191,7 +191,7 @@
|
|||
"cldrjs": "0.5.5",
|
||||
"conventional-changelog": "^5.0.0",
|
||||
"fast-glob": "3.3.2",
|
||||
"firebase-tools": "^12.0.0",
|
||||
"firebase-tools": "^13.0.0",
|
||||
"glob": "8.1.0",
|
||||
"gsap": "^3.12.3",
|
||||
"gulp": "^4.0.2",
|
||||
|
|
|
|||
|
|
@ -8813,10 +8813,10 @@ fined@^1.0.1:
|
|||
object.pick "^1.2.0"
|
||||
parse-filepath "^1.0.1"
|
||||
|
||||
firebase-tools@^12.0.0:
|
||||
version "12.7.0"
|
||||
resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-12.7.0.tgz#e28692a7cfb22b21d2492947d3a498d4722e5fc6"
|
||||
integrity sha512-NBXYEbY9FE20BcEivxL0agXkehNTtcFhQmGGPPWrxntVgWOnbrzy4fh1xjZnQSRgZu4VpEWthXDM+oCkn6ouKQ==
|
||||
firebase-tools@^13.0.0:
|
||||
version "13.1.0"
|
||||
resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-13.1.0.tgz#ed44e0a80349f1b646cd122d9971ea427a1e9ca3"
|
||||
integrity sha512-kY3p3nCv3kjf90AZMhrMu4PT6/otI1kcZGpJJkN9cqBbvj/nNYnnCVy4bXdCVqgCX1+s4G4FwuoW07f9xv/kXw==
|
||||
dependencies:
|
||||
"@google-cloud/pubsub" "^3.0.1"
|
||||
abort-controller "^3.0.0"
|
||||
|
|
@ -8860,7 +8860,6 @@ firebase-tools@^12.0.0:
|
|||
portfinder "^1.0.32"
|
||||
progress "^2.0.3"
|
||||
proxy-agent "^6.3.0"
|
||||
request "^2.87.0"
|
||||
retry "^0.13.1"
|
||||
rimraf "^3.0.0"
|
||||
semver "^7.5.2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue