From 3065832d73e79f3c4339d4fc3d840690771c2bb6 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Wed, 9 Oct 2019 04:35:31 -0400 Subject: [PATCH] chore(deps): bump gatsby-plugin-offline to 3.0.12 --- package-lock.json | 24 +++--------------------- package.json | 2 +- 2 files changed, 4 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7afa60a..e7a5d26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8913,9 +8913,9 @@ } }, "gatsby-plugin-offline": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.0.11.tgz", - "integrity": "sha512-VHw7lrSt5sj3K9xWq4M8jaYEeBrNVA9qXvR614tMPiLqbm7ihA0mnqdCwC9BTS0Q+SSWAjpdC5ZWyterWrr4nA==", + "version": "3.0.12", + "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.0.12.tgz", + "integrity": "sha512-r+0My7TfN8TXpbvtJJGn0CzjOqQd7acMzUG+pVxnK2n9bjk8h/OXULqCkiZANEZl1FRy7reFon4tMs7Egkeyng==", "requires": { "@babel/runtime": "^7.6.2", "cheerio": "^1.0.0-rc.3", @@ -8924,16 +8924,6 @@ "lodash": "^4.17.15", "slash": "^3.0.0", "workbox-build": "^4.3.1" - }, - "dependencies": { - "@babel/runtime": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.2.tgz", - "integrity": "sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==", - "requires": { - "regenerator-runtime": "^0.13.2" - } - } } }, "gatsby-plugin-page-creator": { @@ -19717,14 +19707,6 @@ "workbox-window": "^4.3.1" }, "dependencies": { - "@babel/runtime": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.2.tgz", - "integrity": "sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==", - "requires": { - "regenerator-runtime": "^0.13.2" - } - }, "fs-extra": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.3.tgz", diff --git a/package.json b/package.json index a74c085..f4e8761 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "gatsby-plugin-layout": "^1.1.10", "gatsby-plugin-manifest": "^2.2.20", "gatsby-plugin-mdx": "^1.0.49", - "gatsby-plugin-offline": "^3.0.11", + "gatsby-plugin-offline": "^3.0.12", "gatsby-plugin-prefetch-google-fonts": "^1.4.3", "gatsby-plugin-react-helmet": "^3.1.10", "gatsby-plugin-react-svg": "^2.1.2",