diff --git a/package-lock.json b/package-lock.json index e4db1d3a..85b12b8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "jest": "^29.7.0", "jest-fetch-mock": "^3.0.3", "jest-watch-typeahead": "^2.2.2", - "msw": "^2.2.1" + "msw": "^2.2.10" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -14662,9 +14662,9 @@ "license": "MIT" }, "node_modules/msw": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/msw/-/msw-2.2.1.tgz", - "integrity": "sha512-DCsZAQwan+2onEcpD86fiEnCKW4IvYzqcwDq/2TIoeNrmBqNp/mJW4wHQyxcoYrRPwgujin7wDFflqiSO1iT/w==", + "version": "2.2.10", + "resolved": "https://registry.npmjs.org/msw/-/msw-2.2.10.tgz", + "integrity": "sha512-OQhHBocUsI8j+czCTRouGCGYE8pk6hq8HQ0HFg9mYQg7KCzqVpUSbMikmRbRXGoid28FFvYqjbxB3/UWw50VZQ==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -14693,11 +14693,10 @@ "node": ">=18" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mswjs" + "url": "https://github.com/sponsors/mswjs" }, "peerDependencies": { - "typescript": ">= 4.7.x <= 5.3.x" + "typescript": ">= 4.7.x" }, "peerDependenciesMeta": { "typescript": { diff --git a/package.json b/package.json index 9c47ac30..1569c26f 100644 --- a/package.json +++ b/package.json @@ -77,6 +77,6 @@ "jest-watch-typeahead": "^2.2.2", "jest-fetch-mock": "^3.0.3", "jest": "^29.7.0", - "msw": "^2.2.1" + "msw": "^2.2.10" } }