From eec3c40625b0b2a7be3eca236083f2300a6a7870 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2020 12:06:59 +0100 Subject: [PATCH] chore: update minor updates in packages (#20727) Co-authored-by: Renovate Bot --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f8f6b596e689a..8b68a2abd49fe 100644 --- a/package.json +++ b/package.json @@ -7,11 +7,11 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "@babel/runtime": "^7.7.6", + "@babel/runtime": "^7.8.7", "better-queue": "^3.8.10", "bluebird": "^3.7.2", - "chokidar": "3.3.0", - "file-type": "^12.4.0", + "chokidar": "3.3.1", + "file-type": "^12.4.2", "fs-extra": "^8.1.0", "gatsby-core-utils": "^1.0.33", "got": "^8.3.2", @@ -21,11 +21,11 @@ "progress": "^2.0.3", "read-chunk": "^3.2.0", "valid-url": "^1.0.9", - "xstate": "^4.7.2" + "xstate": "^4.8.0" }, "devDependencies": { - "@babel/cli": "^7.7.5", - "@babel/core": "^7.7.5", + "@babel/cli": "^7.8.4", + "@babel/core": "^7.8.7", "babel-preset-gatsby-package": "^0.2.17", "cross-env": "^5.2.1" },