Skip to content

Commit 883e61b

Browse files
authored
Merge pull request #486 from pythonpizza/dependabot/npm_and_yarn/gatsby-plugin-offline-3.2.13
2 parents 25ce741 + c184900 commit 883e61b

File tree

2 files changed

+25
-13
lines changed

2 files changed

+25
-13
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"gatsby": "^2.21.19",
1010
"gatsby-image": "^2.2.23",
1111
"gatsby-plugin-manifest": "^2.2.20",
12-
"gatsby-plugin-offline": "^3.0.13",
12+
"gatsby-plugin-offline": "^3.2.13",
1313
"gatsby-plugin-postcss": "^2.3.6",
1414
"gatsby-plugin-react-helmet": "^3.1.21",
1515
"gatsby-plugin-sharp": "^2.2.27",

Diff for: yarn.lock

+24-12
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@
903903
core-js-pure "^3.0.0"
904904
regenerator-runtime "^0.13.4"
905905

906-
"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2", "@babel/runtime@^7.9.6":
906+
"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2", "@babel/runtime@^7.9.6":
907907
version "7.10.3"
908908
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.3.tgz#670d002655a7c366540c67f6fd3342cd09500364"
909909
integrity sha512-RzGO0RLSdokm9Ipe/YD+7ww8X2Ro79qiXZF3HU9ljrM+qnJmH1Vqth+hbiQZy761LnMJTMitHDuKVYTk3k4dLw==
@@ -5809,14 +5809,17 @@ gatsby-cli@^2.12.13:
58095809
ink "^2.7.1"
58105810
ink-spinner "^3.0.1"
58115811

5812-
gatsby-core-utils@^1.0.12, gatsby-core-utils@^1.0.34, gatsby-core-utils@^1.2.1:
5813-
version "1.2.1"
5814-
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.2.1.tgz#9d5e89d0cf7b9e5d7d77a9dcb47071684f68ffd5"
5815-
integrity sha512-uyXgjvKdzfJ0yB8oTYmBjMUqM0AACx7aA8Ioubn6k/51C4tE5+LzrG/iG42di2UaTIbcBj6vcwrvRosNKWeeBQ==
5812+
gatsby-core-utils@^1.0.12, gatsby-core-utils@^1.0.34, gatsby-core-utils@^1.2.1, gatsby-core-utils@^1.3.8:
5813+
version "1.3.8"
5814+
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.3.8.tgz#e6d15d8cb24fa7e16a0af01a5e262ac9c4f31913"
5815+
integrity sha512-wVUqF8/DQMhiCyIKxVKjeDp4aN8x4/f+e/gS78sgaU0fleUpMMbQmeV+ASLh0Kk11yFs0fl4+EWWLFCHY2sWmg==
58165816
dependencies:
58175817
ci-info "2.0.0"
58185818
configstore "^5.0.1"
5819+
fs-extra "^8.1.0"
58195820
node-object-hash "^2.0.0"
5821+
proper-lockfile "^4.1.1"
5822+
xdg-basedir "^4.0.0"
58205823

58215824
gatsby-graphiql-explorer@^0.4.1:
58225825
version "0.4.1"
@@ -5867,17 +5870,17 @@ gatsby-plugin-manifest@^2.2.20:
58675870
semver "^5.7.1"
58685871
sharp "^0.23.1"
58695872

5870-
gatsby-plugin-offline@^3.0.13:
5871-
version "3.0.13"
5872-
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-3.0.13.tgz#265a9b06aee83451740b0a52cb73f42b8cf636bc"
5873-
integrity sha512-VAjVAArWTJy1Fj/2o+Myd4FZxlU89O5Lm9PAopg78I+xSSEfDVF6lKs5e/KaSY24gKl8HNZPeIJESdUs7/7dRw==
5873+
gatsby-plugin-offline@^3.2.13:
5874+
version "3.2.13"
5875+
resolved "https://registry.yarnpkg.com/gatsby-plugin-offline/-/gatsby-plugin-offline-3.2.13.tgz#49f49539d3ee552da30fe8bf0fb05721fc6e48da"
5876+
integrity sha512-3AXw3MFBJRHVInn+7rh14b5/rREgIuAVqg430B91c6nDTCLsxwd/TGbWvQvBDO35hXs3yuoluuTANcu++AEuIg==
58745877
dependencies:
5875-
"@babel/runtime" "^7.6.3"
5878+
"@babel/runtime" "^7.10.3"
58765879
cheerio "^1.0.0-rc.3"
5877-
glob "^7.1.4"
5880+
gatsby-core-utils "^1.3.8"
5881+
glob "^7.1.6"
58785882
idb-keyval "^3.2.0"
58795883
lodash "^4.17.15"
5880-
slash "^3.0.0"
58815884
workbox-build "^4.3.1"
58825885

58835886
gatsby-plugin-page-creator@^2.3.1:
@@ -10799,6 +10802,15 @@ prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.6.1, prop-types@^15.6.2,
1079910802
object-assign "^4.1.1"
1080010803
react-is "^16.8.1"
1080110804

10805+
proper-lockfile@^4.1.1:
10806+
version "4.1.1"
10807+
resolved "https://registry.yarnpkg.com/proper-lockfile/-/proper-lockfile-4.1.1.tgz#284cf9db9e30a90e647afad69deb7cb06881262c"
10808+
integrity sha512-1w6rxXodisVpn7QYvLk706mzprPTAPCYAqxMvctmPN3ekuRk/kuGkGc82pangZiAt4R3lwSuUzheTTn0/Yb7Zg==
10809+
dependencies:
10810+
graceful-fs "^4.1.11"
10811+
retry "^0.12.0"
10812+
signal-exit "^3.0.2"
10813+
1080210814
property-information@^5.0.0, property-information@^5.3.0:
1080310815
version "5.5.0"
1080410816
resolved "https://registry.yarnpkg.com/property-information/-/property-information-5.5.0.tgz#4dc075d493061a82e2b7d096f406e076ed859943"

0 commit comments

Comments
 (0)