diff --git a/package-lock.json b/package-lock.json index f6405849c..b2874d511 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "jest-when": "3.7.0", "lockfile-lint": "4.14.1", "ls-engines": "0.9.3", - "msw": "2.6.8", + "msw": "2.8.4", "nodemon": "3.1.10", "npm-run-all2": "8.0.3", "prettier-standard": "16.4.1", @@ -13665,9 +13665,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.8.4", + "resolved": "https://registry.npmjs.org/msw/-/msw-2.8.4.tgz", + "integrity": "sha512-GLU8gx0o7RBG/3x/eTnnLd5S5ZInxXRRRMN8GJwaPZ4jpJTxzQfWGvwr90e8L5dkKJnz+gT4gQYCprLy/c4kVw==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -13681,12 +13681,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" diff --git a/package.json b/package.json index 6bd1286ff..929bab542 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "jest-when": "3.7.0", "lockfile-lint": "4.14.1", "ls-engines": "0.9.3", - "msw": "2.6.8", + "msw": "2.8.4", "nodemon": "3.1.10", "npm-run-all2": "8.0.3", "prettier-standard": "16.4.1",