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] <support@dependabot.com>
This commit is contained in:
parent
fc794e834a
commit
ff70a5c6f6
|
@ -8,7 +8,7 @@
|
||||||
"gatsby": "^2.19.19",
|
"gatsby": "^2.19.19",
|
||||||
"gatsby-image": "^2.2.41",
|
"gatsby-image": "^2.2.41",
|
||||||
"gatsby-plugin-manifest": "^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-react-helmet": "^3.1.22",
|
||||||
"gatsby-plugin-robots-txt": "^1.5.0",
|
"gatsby-plugin-robots-txt": "^1.5.0",
|
||||||
"gatsby-plugin-sass": "^2.1.28",
|
"gatsby-plugin-sass": "^2.1.28",
|
||||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -5354,14 +5354,14 @@ gatsby-plugin-manifest@^2.2.41:
|
||||||
semver "^5.7.1"
|
semver "^5.7.1"
|
||||||
sharp "^0.23.4"
|
sharp "^0.23.4"
|
||||||
|
|
||||||
gatsby-plugin-offline@^3.0.32:
|
gatsby-plugin-offline@^3.0.35:
|
||||||
version "3.0.32"
|
version "3.0.35"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-3.0.32.tgz#9907421e7359f79b22da7f654c4a69749cf136c5"
|
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-3.0.35.tgz#9b074a012599b9a4f3adb9c57ce1d87fdf8d0aad"
|
||||||
integrity sha512-TPVRhD4LaVcCLBMzdbPUZr4bb+dv1h/HMn7ryFozFafYJ1p7XuKv2VHtqNYpfL1UKiZnWIJmEWXxfcWszLoC4w==
|
integrity sha512-ndOnB+onKeiWmVOfc7UCDHJ9lbfvrixdk1U2KwW0nwO3dUvjElBxPTclXFgpzmfZqH2Fb8dx8MqoH+ooR7YdGA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.7.6"
|
"@babel/runtime" "^7.7.6"
|
||||||
cheerio "^1.0.0-rc.3"
|
cheerio "^1.0.0-rc.3"
|
||||||
gatsby-core-utils "^1.0.26"
|
gatsby-core-utils "^1.0.28"
|
||||||
glob "^7.1.6"
|
glob "^7.1.6"
|
||||||
idb-keyval "^3.2.0"
|
idb-keyval "^3.2.0"
|
||||||
lodash "^4.17.15"
|
lodash "^4.17.15"
|
||||||
|
|
Reference in New Issue