From 65b70b0a295f8b92d94fac9d32d862a7bcd4a41a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 15:19:43 +0000 Subject: [PATCH] chore(deps): update dependency msw to v1.1.1 --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 5b9e492..5a21890 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "husky": "^8.0.1", "jest": "29.5.0", "lint-staged": "^13.0.2", - "msw": "1.0.1", + "msw": "1.1.1", "nodemon": "^2.0.16", "prettier": "^2.7.1", "supertest": "^6.2.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3910440..000f414 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,7 +21,7 @@ specifiers: koa: ^2.13.4 lint-staged: ^13.0.2 log4js: ^6.6.0 - msw: 1.0.1 + msw: 1.1.1 nodemon: ^2.0.16 prettier: ^2.7.1 supertest: ^6.2.3 @@ -55,7 +55,7 @@ devDependencies: husky: 8.0.2 jest: 29.5.0_bc7tlvhcwewbokgzoddgjsdvnu lint-staged: 13.1.0 - msw: 1.0.1_typescript@5.0.2 + msw: 1.1.1_typescript@5.0.2 nodemon: 2.0.20 prettier: 2.8.1 supertest: 6.3.3 @@ -3434,13 +3434,13 @@ packages: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} dev: true - /msw/1.0.1_typescript@5.0.2: - resolution: {integrity: sha512-fBwQRCmf+jh0zlGlasBfpCaxLqb4QLMsY1Q+nkXkO0nnUYopl50NcNRvP4V+TAiqOwJSd0LrQ5NcJqwbrnTBqw==} + /msw/1.1.1_typescript@5.0.2: + resolution: {integrity: sha512-XVm+Mjod4qjJGwpSyj6ZXFkFkQMG8lzyWY/W0cWJAueG/jELTQEP8OJSsV9QTe6zHwtHoekeRjeGp/zBgDNZjQ==} engines: {node: '>=14'} hasBin: true requiresBuild: true peerDependencies: - typescript: '>= 4.4.x <= 4.9.x' + typescript: '>= 4.4.x <= 5.0.x' peerDependenciesMeta: typescript: optional: true