build(deps): bump gatsby-plugin-netlify-cache in /docs (#2103)

Bumps [gatsby-plugin-netlify-cache](https://github.com/axe312ger/gatsby-plugin-netlify-cache) from 1.2.0 to 2.0.0.
- [Release notes](https://github.com/axe312ger/gatsby-plugin-netlify-cache/releases)
- [Commits](https://github.com/axe312ger/gatsby-plugin-netlify-cache/commits)

---
updated-dependencies:
- dependency-name: gatsby-plugin-netlify-cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-07-02 15:01:44 +08:00 committed by GitHub
parent dada5fc713
commit 0d3b73b951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 34 deletions

45
docs/package-lock.json generated
View File

@ -22,7 +22,7 @@
"gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-mdx": "^2.6.0",
"gatsby-plugin-netlify": "^2.11.1",
"gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-netlify-cache": "^2.0.0",
"gatsby-plugin-offline": "^4.8.0",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-react-svg": "^3.0.1",
@ -11109,25 +11109,16 @@
}
},
"node_modules/gatsby-plugin-netlify-cache": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-netlify-cache/-/gatsby-plugin-netlify-cache-1.2.0.tgz",
"integrity": "sha512-unt4mAVpC0JzwZSo8KQV4P/trDHkr3PeTWDF5Hijw9jGfNQIWXbcj9nYljAVg7HCich6E6b27Q+zuf53InwpDQ==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-netlify-cache/-/gatsby-plugin-netlify-cache-2.0.0.tgz",
"integrity": "sha512-D/2P/h6Jc2tGqNlnsIaBX6z6h9gO9KFk0sSt3IKn/mG4QHwWUYnbrEt6qTLUJIRtTeYWPO/n5p3hXHiPzmgkbQ==",
"deprecated": "gatsby-plugin-netlify-cache got deprecated. Please migrate to https://github.com/netlify/netlify-plugin-gatsby",
"dependencies": {
"babel-runtime": "^6.26.0",
"fs-extra": "^7.0.0"
}
},
"node_modules/gatsby-plugin-netlify-cache/node_modules/fs-extra": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz",
"integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==",
"dependencies": {
"graceful-fs": "^4.1.2",
"jsonfile": "^4.0.0",
"universalify": "^0.1.0"
"fs-extra": "^8.1.0"
},
"engines": {
"node": ">=6 <7 || >=8"
"peerDependencies": {
"gatsby": "^2.0.0"
}
},
"node_modules/gatsby-plugin-offline": {
@ -37642,24 +37633,12 @@
}
},
"gatsby-plugin-netlify-cache": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-netlify-cache/-/gatsby-plugin-netlify-cache-1.2.0.tgz",
"integrity": "sha512-unt4mAVpC0JzwZSo8KQV4P/trDHkr3PeTWDF5Hijw9jGfNQIWXbcj9nYljAVg7HCich6E6b27Q+zuf53InwpDQ==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-netlify-cache/-/gatsby-plugin-netlify-cache-2.0.0.tgz",
"integrity": "sha512-D/2P/h6Jc2tGqNlnsIaBX6z6h9gO9KFk0sSt3IKn/mG4QHwWUYnbrEt6qTLUJIRtTeYWPO/n5p3hXHiPzmgkbQ==",
"requires": {
"babel-runtime": "^6.26.0",
"fs-extra": "^7.0.0"
},
"dependencies": {
"fs-extra": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz",
"integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==",
"requires": {
"graceful-fs": "^4.1.2",
"jsonfile": "^4.0.0",
"universalify": "^0.1.0"
}
}
"fs-extra": "^8.1.0"
}
},
"gatsby-plugin-offline": {

View File

@ -19,7 +19,7 @@
"gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-mdx": "^2.6.0",
"gatsby-plugin-netlify": "^2.11.1",
"gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-netlify-cache": "^2.0.0",
"gatsby-plugin-offline": "^4.8.0",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-react-svg": "^3.0.1",