From b1a64207e31e94c3cd6c29da095ac00fce7d1433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2020 00:56:24 +0000 Subject: [PATCH] Bump gatsby-plugin-offline from 3.2.7 to 3.2.8 Bumps [gatsby-plugin-offline](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-offline) from 3.2.7 to 3.2.8. - [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.2.8/packages/gatsby-plugin-offline) Signed-off-by: dependabot[bot] --- package-lock.json | 33 ++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 29 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d6b5b5e..7783cd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14162,17 +14162,40 @@ "integrity": "sha512-fv6TgD+WsxziZrtmz6sNF4m9FgSyV+8y3R1sobA5hB5OxJyhs/Y4HVo9jCPRHu5VLKQsg4i7LJhWL0ocJiqEWQ==" }, "gatsby-plugin-offline": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.7.tgz", - "integrity": "sha512-nILi//N6gS8Ils0JQ4bPUSAFzaNXp2cMl/im1JtoZl7V22GhLMPtCmNx4PykBoq3pt/nRubNHfHc2SitH6oXDA==", + "version": "3.2.8", + "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.8.tgz", + "integrity": "sha512-KznGM+WN0SbLcZKWH7/ltOBSj6pZOeGi420Tz/HZPI+4tVA5Gie1yt1dcr+hu7N465oMZNOpm8FtC4UEBlLMag==", "requires": { - "@babel/runtime": "^7.9.6", + "@babel/runtime": "^7.10.2", "cheerio": "^1.0.0-rc.3", - "gatsby-core-utils": "^1.3.3", + "gatsby-core-utils": "^1.3.4", "glob": "^7.1.6", "idb-keyval": "^3.2.0", "lodash": "^4.17.15", "workbox-build": "^4.3.1" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.10.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.2.tgz", + "integrity": "sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "gatsby-core-utils": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.4.tgz", + "integrity": "sha512-LSNwM14pKQP93Qvsa13pneHKxoKX6dbQ+Z7PTKm6aWR4JY+jiHUCN8RyFH1GsL6iB5AHeMUslJZx/X0eUQJrsQ==", + "requires": { + "ci-info": "2.0.0", + "configstore": "^5.0.1", + "fs-extra": "^8.1.0", + "node-object-hash": "^2.0.0", + "proper-lockfile": "^4.1.1", + "xdg-basedir": "^4.0.0" + } + } } }, "gatsby-plugin-page-creator": { diff --git a/package.json b/package.json index e73da8c..251ca02 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "gatsby-image": "^2.4.5", "gatsby-plugin-manifest": "^2.4.9", "gatsby-plugin-matomo": "^0.8.3", - "gatsby-plugin-offline": "^3.2.7", + "gatsby-plugin-offline": "^3.2.8", "gatsby-plugin-postcss": "^2.3.2", "gatsby-plugin-react-helmet": "^3.3.2", "gatsby-plugin-sharp": "^2.6.9",