Skip to content

Commit 7fb42e9

Browse files
chore(deps): update dependency firebase-tools to v13.6.0 [security]
1 parent 72d8f08 commit 7fb42e9

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
@@ -60,7 +60,7 @@
6060
"eslint-plugin-prettier": "^4.2.1",
6161
"eslint-plugin-promise": "^6.0.0",
6262
"eslint-plugin-security": "^1.7.1",
63-
"firebase-tools": "13.4.0",
63+
"firebase-tools": "13.6.0",
6464
"mocha": "10.3.0",
6565
"nock": "13.2.9",
6666
"nodemon": "3.1.3",

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3479,10 +3479,10 @@ firebase-admin@12.1.1:
34793479
"@google-cloud/firestore" "^7.7.0"
34803480
"@google-cloud/storage" "^7.7.0"
34813481

3482-
firebase-tools@13.4.0:
3483-
version "13.4.0"
3484-
resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-13.4.0.tgz#1e17637a6189c6c9a05dabaf31504ba20a4d4411"
3485-
integrity sha512-yoxET4Xifezr+SopwFgkpMIRGmp11aTTE67tFcfJoTOZDveBbY16dfo6so2xiuqBXQ7DNxsZIQ+d3JEm2Jn40A==
3482+
firebase-tools@13.6.0:
3483+
version "13.6.0"
3484+
resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-13.6.0.tgz#c71278868f192f5a0a7e0ad3a9227e2810e66bff"
3485+
integrity sha512-BXXkFkw8FupINBJHd+aPFRKpvIf8R5P1GyOnWjwsk06kgXXdfFuuYctxkL8e82N4sUomdNP5Q/ru/u2esnoSQA==
34863486
dependencies:
34873487
"@google-cloud/pubsub" "^3.0.1"
34883488
abort-controller "^3.0.0"
@@ -7307,7 +7307,16 @@ streamsearch@^1.1.0:
73077307
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
73087308
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
73097309

7310-
"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:
7310+
"string-width-cjs@npm:string-width@^4.2.0":
7311+
version "4.2.3"
7312+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7313+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
7314+
dependencies:
7315+
emoji-regex "^8.0.0"
7316+
is-fullwidth-code-point "^3.0.0"
7317+
strip-ansi "^6.0.1"
7318+
7319+
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:
73117320
version "4.2.3"
73127321
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
73137322
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -7372,7 +7381,14 @@ string_decoder@~1.1.1:
73727381
dependencies:
73737382
safe-buffer "~5.1.0"
73747383

7375-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7384+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
7385+
version "6.0.1"
7386+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7387+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7388+
dependencies:
7389+
ansi-regex "^5.0.1"
7390+
7391+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
73767392
version "6.0.1"
73777393
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
73787394
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8149,7 +8165,7 @@ workerpool@6.2.1:
81498165
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
81508166
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
81518167

8152-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
8168+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
81538169
version "7.0.0"
81548170
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
81558171
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -8167,6 +8183,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
81678183
string-width "^4.1.0"
81688184
strip-ansi "^6.0.0"
81698185

8186+
wrap-ansi@^7.0.0:
8187+
version "7.0.0"
8188+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
8189+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
8190+
dependencies:
8191+
ansi-styles "^4.0.0"
8192+
string-width "^4.1.0"
8193+
strip-ansi "^6.0.0"
8194+
81708195
wrap-ansi@^8.1.0:
81718196
version "8.1.0"
81728197
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)