From 2263c8c9b96fdfab38d65b5eea0abc30c364a490 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 12:55:24 +0200 Subject: [PATCH] chore(deps): update dependency msw to ^0.42.3 for gatsby-plugin-utils (#36028) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/gatsby-plugin-utils/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/gatsby-plugin-utils/package.json b/packages/gatsby-plugin-utils/package.json index 099720e253dfb..6760908faddc7 100644 --- a/packages/gatsby-plugin-utils/package.json +++ b/packages/gatsby-plugin-utils/package.json @@ -63,7 +63,7 @@ "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^2.19.0-next.0", "cross-env": "^7.0.3", - "msw": "^0.42.0", + "msw": "^0.42.3", "rimraf": "^3.0.2", "typescript": "^4.7.2" }, diff --git a/yarn.lock b/yarn.lock index 60d1b152cc33f..5c47f4f2e2993 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16992,10 +16992,10 @@ msw@^0.38.2: type-fest "^1.2.2" yargs "^17.3.1" -msw@^0.42.0: - version "0.42.0" - resolved "https://registry.yarnpkg.com/msw/-/msw-0.42.0.tgz#2286aefad82808888914e2bc5e40666e82b2824b" - integrity sha512-vB9rzgiGHoQGfkKpp3QZHxobzfuuQOJk+0bff0wtbK8k3P3CaUSt8bCwvExours682AY4mUfTjIkCsxy0JoS3w== +msw@^0.42.3: + version "0.42.3" + resolved "https://registry.yarnpkg.com/msw/-/msw-0.42.3.tgz#150c475e2cb6d53c67503bd0e3f6251bfd075328" + integrity sha512-zrKBIGCDsNUCZLd3DLSeUtRruZ0riwJgORg9/bSDw3D0PTI8XUGAK3nC0LJA9g0rChGuKaWK/SwObA8wpFrz4g== dependencies: "@mswjs/cookies" "^0.2.0" "@mswjs/interceptors" "^0.16.3"