From 074dd71fa1aff3112dbf2ced0163003db5602dd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 03:24:17 +0000 Subject: [PATCH] chore(deps): update dependency msw to v2.4.11 (#1054) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index a21321ccf..fe4b7a18b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "jest-when": "3.6.0", "lockfile-lint": "4.14.0", "ls-engines": "0.9.3", - "msw": "2.4.10", + "msw": "2.4.11", "nodemon": "3.1.7", "npm-run-all2": "6.2.3", "prettier-standard": "16.4.1", @@ -13620,9 +13620,9 @@ "license": "MIT" }, "node_modules/msw": { - "version": "2.4.10", - "resolved": "https://registry.npmjs.org/msw/-/msw-2.4.10.tgz", - "integrity": "sha512-bDQh9b25JK4IKMs5hnamwAkcNZ9RwA4mR/4YcgWkzwHOxj7UICbVJfmChJvY1UCAAMraPpvjHdxjoUDpc3F+Qw==", + "version": "2.4.11", + "resolved": "https://registry.npmjs.org/msw/-/msw-2.4.11.tgz", + "integrity": "sha512-TVEw9NOPTc6ufOQLJ53234S9NBRxQbu7xFMxs+OCP43JQcNEIOKiZHxEm2nDzYIrwccoIhUxUf8wr99SukD76A==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -13639,10 +13639,10 @@ "graphql": "^16.8.1", "headers-polyfill": "^4.0.2", "is-node-process": "^1.2.0", - "outvariant": "^1.4.2", + "outvariant": "^1.4.3", "path-to-regexp": "^6.3.0", "strict-event-emitter": "^0.5.1", - "type-fest": "^4.9.0", + "type-fest": "^4.26.1", "yargs": "^17.7.2" }, "bin": { diff --git a/package.json b/package.json index f46593c41..6c014b440 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "jest-when": "3.6.0", "lockfile-lint": "4.14.0", "ls-engines": "0.9.3", - "msw": "2.4.10", + "msw": "2.4.11", "nodemon": "3.1.7", "npm-run-all2": "6.2.3", "prettier-standard": "16.4.1",