From ff70a5c6f662ad73c24d81ddf9b12afa87527d1e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2020 10:56:02 +0000 Subject: [PATCH] Bump gatsby-plugin-offline from 3.0.32 to 3.0.35 Bumps [gatsby-plugin-offline](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-offline) from 3.0.32 to 3.0.35. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-offline/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-offline@3.0.35/packages/gatsby-plugin-offline) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 3083c899..59e067a7 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "gatsby": "^2.19.19", "gatsby-image": "^2.2.41", "gatsby-plugin-manifest": "^2.2.41", - "gatsby-plugin-offline": "^3.0.32", + "gatsby-plugin-offline": "^3.0.35", "gatsby-plugin-react-helmet": "^3.1.22", "gatsby-plugin-robots-txt": "^1.5.0", "gatsby-plugin-sass": "^2.1.28", diff --git a/yarn.lock b/yarn.lock index 5aa08192..18c8f766 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5354,14 +5354,14 @@ gatsby-plugin-manifest@^2.2.41: semver "^5.7.1" sharp "^0.23.4" -gatsby-plugin-offline@^3.0.32: - version "3.0.32" - resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-3.0.32.tgz#9907421e7359f79b22da7f654c4a69749cf136c5" - integrity sha512-TPVRhD4LaVcCLBMzdbPUZr4bb+dv1h/HMn7ryFozFafYJ1p7XuKv2VHtqNYpfL1UKiZnWIJmEWXxfcWszLoC4w== +gatsby-plugin-offline@^3.0.35: + version "3.0.35" + resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-3.0.35.tgz#9b074a012599b9a4f3adb9c57ce1d87fdf8d0aad" + integrity sha512-ndOnB+onKeiWmVOfc7UCDHJ9lbfvrixdk1U2KwW0nwO3dUvjElBxPTclXFgpzmfZqH2Fb8dx8MqoH+ooR7YdGA== dependencies: "@babel/runtime" "^7.7.6" cheerio "^1.0.0-rc.3" - gatsby-core-utils "^1.0.26" + gatsby-core-utils "^1.0.28" glob "^7.1.6" idb-keyval "^3.2.0" lodash "^4.17.15"