From 8490d98bbfad91c98178d97285fa4e31ebb3fe49 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 30 Sep 2024 10:11:01 +0000 Subject: [PATCH] fix: upgrade msw from 2.3.5 to 2.4.4 Snyk has created this PR to upgrade msw from 2.3.5 to 2.4.4. See this package in npm: msw See this project in Snyk: https://app.snyk.io/org/loonz206/project/e82dae86-fb5a-4723-802c-cca6ee0bb838?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69cb38d..65e4079 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "eslint-plugin-react-hooks": "^4.6.2", "html-webpack-plugin": "^5.6.0", "jest": "^29.0.0", - "msw": "^2.4.8", + "msw": "^2.4.4", "npm-run-all": "^4.1.5", "postcss-loader": "^7.3.4", "prettier": "^2.8.8",