Skip to content

Commit 6f910ce

Browse files
committed
feat: update to @mswjs/interceptors 0.13.2
1 parent 9c6de8b commit 6f910ce

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/js-levenshtein": "^1.1.1",

yarn.lock

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1692,16 +1692,16 @@
16921692
"@types/set-cookie-parser" "^2.4.0"
16931693
set-cookie-parser "^2.4.6"
16941694

1695-
"@mswjs/interceptors@^0.12.7":
1696-
version "0.12.7"
1697-
resolved "https://registry.yarnpkg.com/@mswjs/interceptors/-/interceptors-0.12.7.tgz#0d1cd4cd31a0f663e0455993951201faa09d0909"
1698-
integrity sha512-eGjZ3JRAt0Fzi5FgXiV/P3bJGj0NqsN7vBS0J0FO2AQRQ0jCKQS4lEFm4wvlSgKQNfeuc/Vz6d81VtU3Gkx/zg==
1695+
"@mswjs/interceptors@^0.13.2":
1696+
version "0.13.2"
1697+
resolved "https://registry.yarnpkg.com/@mswjs/interceptors/-/interceptors-0.13.2.tgz#3b4f8ca0c6c764dff260c262f84c94411771d668"
1698+
integrity sha512-uTgP3NaViGmmhFO6zga00b33mXKJnd+BGxNq69GBMefMNjEi1Qt31r4+wOqcL4wq+gBf9sm6VNqKUiihMPEk0w==
16991699
dependencies:
17001700
"@open-draft/until" "^1.0.3"
1701-
"@xmldom/xmldom" "^0.7.2"
1702-
debug "^4.3.2"
1701+
"@xmldom/xmldom" "^0.7.5"
1702+
debug "^4.3.3"
17031703
headers-utils "^3.0.2"
1704-
outvariant "^1.2.0"
1704+
outvariant "^1.2.1"
17051705
strict-event-emitter "^0.2.0"
17061706

17071707
"@nodelib/[email protected]":
@@ -2397,10 +2397,10 @@
23972397
"@webassemblyjs/ast" "1.11.1"
23982398
"@xtuc/long" "4.2.2"
23992399

2400-
"@xmldom/xmldom@^0.7.2":
2401-
version "0.7.2"
2402-
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.7.2.tgz#d920079e66806b2626b5311955f6a7c4bed1cba8"
2403-
integrity sha512-t/Zqo0ewes3iq6zGqEqJNUWI27Acr3jkmSUNp6E3nl0Z2XbtqAG5XYqPNLdYonILmhcxANsIidh69tHzjXtuRg==
2400+
"@xmldom/xmldom@^0.7.5":
2401+
version "0.7.5"
2402+
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.7.5.tgz#09fa51e356d07d0be200642b0e4f91d8e6dd408d"
2403+
integrity sha512-V3BIhmY36fXZ1OtVcI9W+FxQqxVLsPKcNjWigIaa81dLC9IolJl5Mt4Cvhmr0flUnjSpTdrbMTSbXqYqV5dT6A==
24042404

24052405
"@xtuc/ieee754@^1.2.0":
24062406
version "1.2.0"
@@ -3865,6 +3865,13 @@ debug@^4.3.2:
38653865
dependencies:
38663866
ms "2.1.2"
38673867

3868+
debug@^4.3.3:
3869+
version "4.3.3"
3870+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
3871+
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
3872+
dependencies:
3873+
ms "2.1.2"
3874+
38683875
decamelize-keys@^1.1.0:
38693876
version "1.1.0"
38703877
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
@@ -7072,11 +7079,6 @@ os-tmpdir@~1.0.2:
70727079
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
70737080
integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=
70747081

7075-
outvariant@^1.2.0:
7076-
version "1.2.0"
7077-
resolved "https://registry.yarnpkg.com/outvariant/-/outvariant-1.2.0.tgz#c904d30dc36d70d93902b13641aa1fda69ae8c0c"
7078-
integrity sha512-OKEOPXtvIeSohFl9avZwm1BL/awT49PV/HQHyc0RHcdICkvj5XP+j+IHhsSoV7nT5gDtMJTlWXqVpA/F8yoi2A==
7079-
70807082
outvariant@^1.2.1:
70817083
version "1.2.1"
70827084
resolved "https://registry.yarnpkg.com/outvariant/-/outvariant-1.2.1.tgz#e630f6cdc1dbf398ed857e36f219de4a005ccd35"

0 commit comments

Comments
 (0)