diff --git a/package-lock.json b/package-lock.json index 71162c0..1f82bb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9654,16 +9654,16 @@ } }, "gatsby-source-filesystem": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.4.1.tgz", - "integrity": "sha512-JDFgK+873XebNvZreEhDzgRlkZ6jEXuS4A+TuJT3EPfTZ3h15YMGnldR2AWhAWYDFX9i2RfFPDuAo8xYzuFY1Q==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.5.0.tgz", + "integrity": "sha512-wDTcAqhhgf8ElotfOHU0d0itX1ir1GSoge/PCH/X6b/cEFLxLCgcqUVPHr1/opdRqzoQN/PGO/xVHeK3myQB+Q==", "requires": { "@babel/runtime": "^7.11.2", "better-queue": "^3.8.10", "chokidar": "^3.4.2", "file-type": "^12.4.2", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.3.24", + "gatsby-core-utils": "^1.4.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.4.6", @@ -9682,20 +9682,6 @@ "regenerator-runtime": "^0.13.4" } }, - "gatsby-core-utils": { - "version": "1.3.24", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.24.tgz", - "integrity": "sha512-SlK7rJv/8NBYC8FodYvTINamBHadXNSv//a2uRwh44N1GSSujuCMvtUcpEuAdg9BUQHc54NbbmFuoqf8p85kgA==", - "requires": { - "ci-info": "2.0.0", - "configstore": "^5.0.1", - "fs-extra": "^8.1.0", - "node-object-hash": "^2.0.0", - "proper-lockfile": "^4.1.1", - "tmp": "^0.2.1", - "xdg-basedir": "^4.0.0" - } - }, "got": { "version": "9.6.0", "resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz", diff --git a/package.json b/package.json index 07c5dd4..aafa66a 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "gatsby-plugin-sass": "^2.5.0", "gatsby-plugin-sitemap": "^2.5.1", "gatsby-plugin-styled-components": "^3.3.14", - "gatsby-source-filesystem": "^2.4.1", + "gatsby-source-filesystem": "^2.5.0", "gatsby-source-youtube-v2": "^1.0.1", "gatsby-transformer-sharp": "^2.5.21", "gatsby-transformer-remark": "^2.9.2",