diff --git a/package-lock.json b/package-lock.json index 1971b1a..5997936 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "eslint-config-prettier": "^9.1.0", "json-schema-to-typescript": "^14.0.0", "mocha": "^10", - "msw": "2.4.10", + "msw": "2.4.11", "oclif": "^4.4.2", "prettier": "3.3.3", "shx": "^0.3.4", @@ -8074,9 +8074,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", @@ -8093,10 +8093,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 7c95a44..58f0769 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "eslint-config-prettier": "^9.1.0", "json-schema-to-typescript": "^14.0.0", "mocha": "^10", - "msw": "2.4.10", + "msw": "2.4.11", "oclif": "^4.4.2", "prettier": "3.3.3", "shx": "^0.3.4",