Skip to content

Commit 7b9fb3e

Browse files
chore(deps-dev): bump msw from 2.4.3 to 2.4.9 (#171)
Bumps [msw](https://github.com/mswjs/msw) from 2.4.3 to 2.4.9. - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](mswjs/msw@v2.4.3...v2.4.9) --- updated-dependencies: - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6d85981 commit 7b9fb3e

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/swagger2openapi": "7.0.4",
3333
"jest": "29.7.0",
3434
"js-yaml": "4.1.0",
35-
"msw": "2.4.3",
35+
"msw": "2.4.9",
3636
"openapi-typescript": "7.4.0",
3737
"semantic-release": "24.1.1",
3838
"swagger2openapi": "7.0.8",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -688,16 +688,16 @@
688688
"@jridgewell/resolve-uri" "^3.1.0"
689689
"@jridgewell/sourcemap-codec" "^1.4.14"
690690

691-
"@mswjs/interceptors@^0.29.0":
692-
version "0.29.1"
693-
resolved "https://registry.yarnpkg.com/@mswjs/interceptors/-/interceptors-0.29.1.tgz#e77fc58b5188569041d0440b25c9e9ebb1ccd60a"
694-
integrity sha512-3rDakgJZ77+RiQUuSK69t1F0m8BQKA8Vh5DCS5V0DWvNY67zob2JhhQrhCO0AKLGINTRSFd1tBaHcJTkhefoSw==
691+
"@mswjs/interceptors@^0.35.8":
692+
version "0.35.8"
693+
resolved "https://registry.yarnpkg.com/@mswjs/interceptors/-/interceptors-0.35.8.tgz#f36e5907e05593e33037ef4519aac7815fa3509f"
694+
integrity sha512-PFfqpHplKa7KMdoQdj5td03uG05VK2Ng1dG0sP4pT9h0dGSX2v9txYt/AnrzPb/vAmfyBBC0NQV7VaBEX+efgQ==
695695
dependencies:
696696
"@open-draft/deferred-promise" "^2.2.0"
697697
"@open-draft/logger" "^0.3.0"
698698
"@open-draft/until" "^2.0.0"
699699
is-node-process "^1.2.0"
700-
outvariant "^1.2.1"
700+
outvariant "^1.4.3"
701701
strict-event-emitter "^0.5.1"
702702

703703
"@nodelib/fs.scandir@2.1.5":
@@ -3799,16 +3799,16 @@ ms@^2.1.2, ms@^2.1.3:
37993799
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
38003800
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
38013801

3802-
msw@2.4.3:
3803-
version "2.4.3"
3804-
resolved "https://registry.yarnpkg.com/msw/-/msw-2.4.3.tgz#e55ee0067ae14852a9296821225704d895fe49b1"
3805-
integrity sha512-PXK3wOQHwDtz6JYVyAVlQtzrLr6bOAJxggw5UHm3CId79+W7238aNBD1zJVkFY53o/DMacuIfgesW2nv9yCO3Q==
3802+
msw@2.4.9:
3803+
version "2.4.9"
3804+
resolved "https://registry.yarnpkg.com/msw/-/msw-2.4.9.tgz#350a84cedb90b578a32c7764431e3750900f8407"
3805+
integrity sha512-1m8xccT6ipN4PTqLinPwmzhxQREuxaEJYdx4nIbggxP8aM7r1e71vE7RtOUSQoAm1LydjGfZKy7370XD/tsuYg==
38063806
dependencies:
38073807
"@bundled-es-modules/cookie" "^2.0.0"
38083808
"@bundled-es-modules/statuses" "^1.0.1"
38093809
"@bundled-es-modules/tough-cookie" "^0.1.6"
38103810
"@inquirer/confirm" "^3.0.0"
3811-
"@mswjs/interceptors" "^0.29.0"
3811+
"@mswjs/interceptors" "^0.35.8"
38123812
"@open-draft/until" "^2.1.0"
38133813
"@types/cookie" "^0.6.0"
38143814
"@types/statuses" "^2.0.4"
@@ -3817,7 +3817,7 @@ msw@2.4.3:
38173817
headers-polyfill "^4.0.2"
38183818
is-node-process "^1.2.0"
38193819
outvariant "^1.4.2"
3820-
path-to-regexp "^6.2.0"
3820+
path-to-regexp "^6.3.0"
38213821
strict-event-emitter "^0.5.1"
38223822
type-fest "^4.9.0"
38233823
yargs "^17.7.2"
@@ -4206,7 +4206,7 @@ openapi-typescript@7.4.0:
42064206
supports-color "^9.4.0"
42074207
yargs-parser "^21.1.1"
42084208

4209-
outvariant@^1.2.1, outvariant@^1.4.0, outvariant@^1.4.2:
4209+
outvariant@^1.4.0, outvariant@^1.4.2, outvariant@^1.4.3:
42104210
version "1.4.3"
42114211
resolved "https://registry.yarnpkg.com/outvariant/-/outvariant-1.4.3.tgz#221c1bfc093e8fec7075497e7799fdbf43d14873"
42124212
integrity sha512-+Sl2UErvtsoajRDKCE5/dBz4DIvHXQQnAxtQTF04OJxY0+DyZXSo5P5Bb7XYWOh81syohlYL24hbDwxedPUJCA==
@@ -4421,7 +4421,7 @@ path-scurry@^1.11.1:
44214421
lru-cache "^10.2.0"
44224422
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
44234423

4424-
path-to-regexp@^6.2.0:
4424+
path-to-regexp@^6.3.0:
44254425
version "6.3.0"
44264426
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.3.0.tgz#2b6a26a337737a8e1416f9272ed0766b1c0389f4"
44274427
integrity sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==

0 commit comments

Comments
 (0)