Skip to content

Commit 237de91

Browse files
chore(deps): update dependency nock to v13.5.5
1 parent a6814b6 commit 237de91

File tree

2 files changed

+33
-9
lines changed

2 files changed

+33
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"eslint-plugin-security": "^1.7.1",
6363
"firebase-tools": "13.4.0",
6464
"mocha": "10.3.0",
65-
"nock": "13.2.9",
65+
"nock": "13.5.5",
6666
"nodemon": "3.1.3",
6767
"nyc": "15.1.0",
6868
"pre-commit": "1.2.2",

yarn.lock

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5805,14 +5805,13 @@ nise@^6.0.0:
58055805
just-extend "^6.2.0"
58065806
path-to-regexp "^6.2.1"
58075807

5808-
nock@13.2.9:
5809-
version "13.2.9"
5810-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.2.9.tgz#4faf6c28175d36044da4cfa68e33e5a15086ad4c"
5811-
integrity sha512-1+XfJNYF1cjGB+TKMWi29eZ0b82QOvQs2YoLNzbpWGqFMtRQHTa57osqdGj4FrFPgkO4D4AZinzUJR9VvW3QUA==
5808+
nock@13.5.5:
5809+
version "13.5.5"
5810+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.5.5.tgz#cd1caaca281d42be17d51946367a3d53a6af3e78"
5811+
integrity sha512-XKYnqUrCwXC8DGG1xX4YH5yNIrlh9c065uaMZZHUoeUUINTOyt+x/G+ezYk0Ft6ExSREVIs+qBJDK503viTfFA==
58125812
dependencies:
58135813
debug "^4.1.0"
58145814
json-stringify-safe "^5.0.1"
5815-
lodash "^4.17.21"
58165815
propagate "^2.0.0"
58175816

58185817
node-abi@^3.3.0:
@@ -7307,7 +7306,16 @@ streamsearch@^1.1.0:
73077306
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
73087307
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
73097308

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

7375-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7383+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
7384+
version "6.0.1"
7385+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7386+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7387+
dependencies:
7388+
ansi-regex "^5.0.1"
7389+
7390+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
73767391
version "6.0.1"
73777392
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
73787393
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8149,7 +8164,7 @@ workerpool@6.2.1:
81498164
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
81508165
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
81518166

8152-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
8167+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
81538168
version "7.0.0"
81548169
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
81558170
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -8167,6 +8182,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
81678182
string-width "^4.1.0"
81688183
strip-ansi "^6.0.0"
81698184

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

0 commit comments

Comments
 (0)