From 0d3b73b951308ee4ade4792cd005e7017b592d0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jul 2021 15:01:44 +0800 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/package-lock.json | 45 +++++++++++------------------------------- docs/package.json | 2 +- 2 files changed, 13 insertions(+), 34 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 90ff3bf8..d463c09d 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -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": { diff --git a/docs/package.json b/docs/package.json index 4b2fd84f..8c8118e7 100644 --- a/docs/package.json +++ b/docs/package.json @@ -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",