diff --git a/packages/gatsby-plugin-gatsby-cloud/package.json b/packages/gatsby-plugin-gatsby-cloud/package.json index a232fff120362..f74d234ccbf34 100644 --- a/packages/gatsby-plugin-gatsby-cloud/package.json +++ b/packages/gatsby-plugin-gatsby-cloud/package.json @@ -22,8 +22,8 @@ "cpy-cli": "^3.1.1", "cross-env": "^7.0.3", "del-cli": "^3.0.1", - "msw": "^0.38.2", - "node-fetch": "^2.6.6" + "msw": "^0.49.2", + "node-fetch": "^2.6.7" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-gatsby-cloud#readme", "keywords": [ diff --git a/yarn.lock b/yarn.lock index fc3db647e48ca..0ed242ed4e5b6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16871,10 +16871,10 @@ msw@^0.38.2: type-fest "^1.2.2" yargs "^17.3.1" -msw@^0.49.1: - version "0.49.1" - resolved "https://registry.yarnpkg.com/msw/-/msw-0.49.1.tgz#615e5c35736d8ec9924da6dce1f0c5c3528d4f26" - integrity sha512-JpIIq4P65ofj0HVmDMkJuRwgP9s5kcdutpZ15evMTb2k91/USB7IKWRLV9J1Mzc3OqTdwNj4RwtOWJ5y/FulQQ== +msw@^0.49.1, msw@^0.49.2: + version "0.49.2" + resolved "https://registry.yarnpkg.com/msw/-/msw-0.49.2.tgz#c815fa514a1b3532e3d3af01d308bb63329ad1e2" + integrity sha512-70/E10f+POE2UmMw16v8PnKatpZplpkUwVRLBqiIdimpgaC3le7y2yOq9JmOrL15jpwWM5wAcPTOj0f550LI3g== dependencies: "@mswjs/cookies" "^0.2.2" "@mswjs/interceptors" "^0.17.5"