Skip to content

Commit 79918a6

Browse files
committed
feat: update to @mswjs/interceptors 0.13.2
1 parent 0be131d commit 79918a6

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"sideEffects": false,
6565
"dependencies": {
6666
"@mswjs/cookies": "^0.1.7",
67-
"@mswjs/interceptors": "^0.12.7",
67+
"@mswjs/interceptors": "^0.13.2",
6868
"@open-draft/until": "^1.0.3",
6969
"@types/cookie": "^0.4.1",
7070
"@types/inquirer": "^8.1.3",

yarn.lock

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1582,16 +1582,16 @@
15821582
"@types/set-cookie-parser" "^2.4.0"
15831583
set-cookie-parser "^2.4.6"
15841584

1585-
"@mswjs/interceptors@^0.12.7":
1586-
version "0.12.7"
1587-
resolved "https://registry.yarnpkg.com/@mswjs/interceptors/-/interceptors-0.12.7.tgz#0d1cd4cd31a0f663e0455993951201faa09d0909"
1588-
integrity sha512-eGjZ3JRAt0Fzi5FgXiV/P3bJGj0NqsN7vBS0J0FO2AQRQ0jCKQS4lEFm4wvlSgKQNfeuc/Vz6d81VtU3Gkx/zg==
1585+
"@mswjs/interceptors@^0.13.2":
1586+
version "0.13.2"
1587+
resolved "https://registry.yarnpkg.com/@mswjs/interceptors/-/interceptors-0.13.2.tgz#3b4f8ca0c6c764dff260c262f84c94411771d668"
1588+
integrity sha512-uTgP3NaViGmmhFO6zga00b33mXKJnd+BGxNq69GBMefMNjEi1Qt31r4+wOqcL4wq+gBf9sm6VNqKUiihMPEk0w==
15891589
dependencies:
15901590
"@open-draft/until" "^1.0.3"
1591-
"@xmldom/xmldom" "^0.7.2"
1592-
debug "^4.3.2"
1591+
"@xmldom/xmldom" "^0.7.5"
1592+
debug "^4.3.3"
15931593
headers-utils "^3.0.2"
1594-
outvariant "^1.2.0"
1594+
outvariant "^1.2.1"
15951595
strict-event-emitter "^0.2.0"
15961596

15971597
"@nodelib/[email protected]":
@@ -2283,10 +2283,10 @@
22832283
"@webassemblyjs/ast" "1.11.1"
22842284
"@xtuc/long" "4.2.2"
22852285

2286-
"@xmldom/xmldom@^0.7.2":
2287-
version "0.7.2"
2288-
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.7.2.tgz#d920079e66806b2626b5311955f6a7c4bed1cba8"
2289-
integrity sha512-t/Zqo0ewes3iq6zGqEqJNUWI27Acr3jkmSUNp6E3nl0Z2XbtqAG5XYqPNLdYonILmhcxANsIidh69tHzjXtuRg==
2286+
"@xmldom/xmldom@^0.7.5":
2287+
version "0.7.5"
2288+
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.7.5.tgz#09fa51e356d07d0be200642b0e4f91d8e6dd408d"
2289+
integrity sha512-V3BIhmY36fXZ1OtVcI9W+FxQqxVLsPKcNjWigIaa81dLC9IolJl5Mt4Cvhmr0flUnjSpTdrbMTSbXqYqV5dT6A==
22902290

22912291
"@xtuc/ieee754@^1.2.0":
22922292
version "1.2.0"
@@ -3725,6 +3725,13 @@ debug@^4.3.2:
37253725
dependencies:
37263726
ms "2.1.2"
37273727

3728+
debug@^4.3.3:
3729+
version "4.3.3"
3730+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
3731+
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
3732+
dependencies:
3733+
ms "2.1.2"
3734+
37283735
decamelize-keys@^1.1.0:
37293736
version "1.1.0"
37303737
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
@@ -6907,11 +6914,6 @@ os-tmpdir@~1.0.2:
69076914
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
69086915
integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=
69096916

6910-
outvariant@^1.2.0:
6911-
version "1.2.0"
6912-
resolved "https://registry.yarnpkg.com/outvariant/-/outvariant-1.2.0.tgz#c904d30dc36d70d93902b13641aa1fda69ae8c0c"
6913-
integrity sha512-OKEOPXtvIeSohFl9avZwm1BL/awT49PV/HQHyc0RHcdICkvj5XP+j+IHhsSoV7nT5gDtMJTlWXqVpA/F8yoi2A==
6914-
69156917
outvariant@^1.2.1:
69166918
version "1.2.1"
69176919
resolved "https://registry.yarnpkg.com/outvariant/-/outvariant-1.2.1.tgz#e630f6cdc1dbf398ed857e36f219de4a005ccd35"

0 commit comments

Comments
 (0)