diff --git a/package-lock.json b/package-lock.json index f8bab5b..0e70599 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9238,11 +9238,11 @@ } }, "gatsby-plugin-offline": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.0.8.tgz", - "integrity": "sha512-p6JDT9WTx/yUyKg+P3lwkTyr0mDB7iF9whLzHbgaeilx8jmRCVdrTYOs13FUERxxcmdtiX0s1yh/6isIs/upkg==", + "version": "3.0.11", + "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-3.0.11.tgz", + "integrity": "sha512-VHw7lrSt5sj3K9xWq4M8jaYEeBrNVA9qXvR614tMPiLqbm7ihA0mnqdCwC9BTS0Q+SSWAjpdC5ZWyterWrr4nA==", "requires": { - "@babel/runtime": "^7.6.0", + "@babel/runtime": "^7.6.2", "cheerio": "^1.0.0-rc.3", "glob": "^7.1.4", "idb-keyval": "^3.2.0", @@ -10045,9 +10045,9 @@ "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==" }, "get-own-enumerable-property-symbols": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.0.tgz", - "integrity": "sha512-CIJYJC4GGF06TakLg8z4GQKvDsx9EMspVxOYih7LerEL/WosUnFIww45CGfxfeKHqlg3twgUrYRT1O3WQqjGCg==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.1.tgz", + "integrity": "sha512-09/VS4iek66Dh2bctjRkowueRJbY1JDGR1L/zRxO1Qk8Uxs6PnqaNSqalpizPT+CDjre3hnEsuzvhgomz9qYrA==" }, "get-port": { "version": "3.2.0", diff --git a/package.json b/package.json index 763529d..b184f36 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.47", - "gatsby-plugin-offline": "^3.0.8", + "gatsby-plugin-offline": "^3.0.11", "gatsby-plugin-prefetch-google-fonts": "^1.4.3", "gatsby-plugin-react-helmet": "^3.1.8", "gatsby-plugin-react-svg": "^2.1.2",