diff --git a/package-lock.json b/package-lock.json index a925b8fae..8f7458797 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "husky": "9.1.7", "jest": "29.7.0", "markdown-toc": "1.2.0", - "msw": "2.6.8", + "msw": "2.7.0", "npm-run-all2": "6.2.6", "prettier": "^3.2.5", "pretty-quick": "4.0.0", @@ -6750,9 +6750,9 @@ "license": "MIT" }, "node_modules/msw": { - "version": "2.6.8", - "resolved": "https://registry.npmjs.org/msw/-/msw-2.6.8.tgz", - "integrity": "sha512-nxXxnH6WALZ9a7rsQp4HU2AaD4iGAiouMmE/MY4al7pXTibgA6OZOuKhmN2WBIM6w9qMKwRtX8p2iOb45B2M/Q==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/msw/-/msw-2.7.0.tgz", + "integrity": "sha512-BIodwZ19RWfCbYTxWTUfTXc+sg4OwjCAgxU1ZsgmggX/7S3LdUifsbUPJs61j0rWb19CZRGY5if77duhc0uXzw==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -6766,12 +6766,12 @@ "@open-draft/until": "^2.1.0", "@types/cookie": "^0.6.0", "@types/statuses": "^2.0.4", - "chalk": "^4.1.2", "graphql": "^16.8.1", "headers-polyfill": "^4.0.2", "is-node-process": "^1.2.0", "outvariant": "^1.4.3", "path-to-regexp": "^6.3.0", + "picocolors": "^1.1.1", "strict-event-emitter": "^0.5.1", "type-fest": "^4.26.1", "yargs": "^17.7.2" @@ -6795,9 +6795,9 @@ } }, "node_modules/msw/node_modules/type-fest": { - "version": "4.30.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.30.0.tgz", - "integrity": "sha512-G6zXWS1dLj6eagy6sVhOMQiLtJdxQBHIA9Z6HFUNLOlr6MFOgzV8wvmidtPONfPtEUv0uZsy77XJNzTAfwPDaA==", + "version": "4.30.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.30.2.tgz", + "integrity": "sha512-UJShLPYi1aWqCdq9HycOL/gwsuqda1OISdBO3t8RlXQC4QvtuIz4b5FCfe2dQIWEpmlRExKmcTBfP1r9bhY7ig==", "dev": true, "license": "(MIT OR CC0-1.0)", "engines": { diff --git a/package.json b/package.json index ed586dfc5..45f84f9ed 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "husky": "9.1.7", "jest": "29.7.0", "markdown-toc": "1.2.0", - "msw": "2.6.8", + "msw": "2.7.0", "npm-run-all2": "6.2.6", "prettier": "^3.2.5", "pretty-quick": "4.0.0",