From 8841138f1b3fc8a54615709b954e161178c547b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 12:23:10 +0000 Subject: [PATCH] Bump msw from 2.1.0 to 2.1.1 Bumps [msw](https://github.com/mswjs/msw) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/mswjs/msw/releases) - [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md) - [Commits](https://github.com/mswjs/msw/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: msw dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 44e19d1a..933c177f 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "husky": "^8.0.0", "jsdom": "^23.2.0", "lint-staged": "^15.2.0", - "msw": "^2.1.0", + "msw": "^2.1.1", "postcss": "^8.4.33", "postcss-import": "^16.0.0", "prettier": "^3.2.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5a28f11b..a106f370 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -110,8 +110,8 @@ devDependencies: specifier: ^15.2.0 version: 15.2.0 msw: - specifier: ^2.1.0 - version: 2.1.0(typescript@5.3.3) + specifier: ^2.1.1 + version: 2.1.1(typescript@5.3.3) postcss: specifier: ^8.4.33 version: 8.4.33 @@ -4302,8 +4302,8 @@ packages: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} dev: true - /msw@2.1.0(typescript@5.3.3): - resolution: {integrity: sha512-Y89vzaL56fUMOLLXZmGHLRlboBQ1AXan4Rz20nJC76pRaoq4F8XQXPwyW9BW9cTY6MTrVnyHY24axSl//LJdOg==} + /msw@2.1.1(typescript@5.3.3): + resolution: {integrity: sha512-09dSDm2D6wRySD9aR39n/pDJ98CLAntJ47wDvrFto+f6JGFlmiPDYARB7oM96ZjGNPxiBy5Ytz1Zzel2Orphzg==} engines: {node: '>=18'} hasBin: true requiresBuild: true