Skip to content

Commit e2e67b7

Browse files
chore(deps): update dependency firebase-tools to v13.6.0 [security]
1 parent 71f5b8d commit e2e67b7

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"eslint-plugin-prettier": "^4.2.1",
6464
"eslint-plugin-promise": "^6.0.0",
6565
"eslint-plugin-security": "^1.7.1",
66-
"firebase-tools": "13.4.0",
66+
"firebase-tools": "13.6.0",
6767
"mocha": "10.3.0",
6868
"nock": "13.2.9",
6969
"nodemon": "3.1.3",

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3486,10 +3486,10 @@ firebase-admin@12.1.1:
34863486
"@google-cloud/firestore" "^7.7.0"
34873487
"@google-cloud/storage" "^7.7.0"
34883488

3489-
firebase-tools@13.4.0:
3490-
version "13.4.0"
3491-
resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-13.4.0.tgz#1e17637a6189c6c9a05dabaf31504ba20a4d4411"
3492-
integrity sha512-yoxET4Xifezr+SopwFgkpMIRGmp11aTTE67tFcfJoTOZDveBbY16dfo6so2xiuqBXQ7DNxsZIQ+d3JEm2Jn40A==
3489+
firebase-tools@13.6.0:
3490+
version "13.6.0"
3491+
resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-13.6.0.tgz#c71278868f192f5a0a7e0ad3a9227e2810e66bff"
3492+
integrity sha512-BXXkFkw8FupINBJHd+aPFRKpvIf8R5P1GyOnWjwsk06kgXXdfFuuYctxkL8e82N4sUomdNP5Q/ru/u2esnoSQA==
34933493
dependencies:
34943494
"@google-cloud/pubsub" "^3.0.1"
34953495
abort-controller "^3.0.0"
@@ -7326,7 +7326,16 @@ streamsearch@^1.1.0:
73267326
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
73277327
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
73287328

7329-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
7329+
"string-width-cjs@npm:string-width@^4.2.0":
7330+
version "4.2.3"
7331+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7332+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
7333+
dependencies:
7334+
emoji-regex "^8.0.0"
7335+
is-fullwidth-code-point "^3.0.0"
7336+
strip-ansi "^6.0.1"
7337+
7338+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
73307339
version "4.2.3"
73317340
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
73327341
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -7391,7 +7400,14 @@ string_decoder@~1.1.1:
73917400
dependencies:
73927401
safe-buffer "~5.1.0"
73937402

7394-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7403+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
7404+
version "6.0.1"
7405+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7406+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7407+
dependencies:
7408+
ansi-regex "^5.0.1"
7409+
7410+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
73957411
version "6.0.1"
73967412
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
73977413
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8168,7 +8184,7 @@ workerpool@6.2.1:
81688184
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
81698185
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
81708186

8171-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
8187+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
81728188
version "7.0.0"
81738189
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
81748190
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -8186,6 +8202,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
81868202
string-width "^4.1.0"
81878203
strip-ansi "^6.0.0"
81888204

8205+
wrap-ansi@^7.0.0:
8206+
version "7.0.0"
8207+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
8208+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
8209+
dependencies:
8210+
ansi-styles "^4.0.0"
8211+
string-width "^4.1.0"
8212+
strip-ansi "^6.0.0"
8213+
81898214
wrap-ansi@^8.1.0:
81908215
version "8.1.0"
81918216
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)