From ada5fef39da6b48bac899243715472311b6343df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 08:20:11 +0200 Subject: [PATCH] chore(deps): update dependency msw to ^1.2.2 for gatsby-core-utils (#38283) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/gatsby-core-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-core-utils/package.json b/packages/gatsby-core-utils/package.json index 5b3ff55aea761..8767daf82645f 100644 --- a/packages/gatsby-core-utils/package.json +++ b/packages/gatsby-core-utils/package.json @@ -86,7 +86,7 @@ "cross-env": "^7.0.3", "del-cli": "^5.0.0", "is-uuid": "^1.0.2", - "msw": "^1.2.1", + "msw": "^1.2.2", "npm-run-all": "^4.1.5", "typescript": "^5.1.6" },