From 127987b44db7c0eb632e77c06bedfe57747ab9a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 12:11:41 +0200 Subject: [PATCH] chore(deps): update babel monorepo (#32564) Co-authored-by: Renovate Bot --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2b1f6416c7dbd..25f07b7bb25dc 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.14.8", "better-queue": "^3.8.10", "chokidar": "^3.4.3", "file-type": "^16.0.0", @@ -22,8 +22,8 @@ "xstate": "^4.14.0" }, "devDependencies": { - "@babel/cli": "^7.14.5", - "@babel/core": "^7.14.6", + "@babel/cli": "^7.14.8", + "@babel/core": "^7.14.8", "babel-preset-gatsby-package": "^1.12.0-next.0", "cross-env": "^7.0.3", "msw": "^0.25.0"