diff --git a/client/package-lock.json b/client/package-lock.json index b46ece9a6f..797575c229 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -12683,16 +12683,16 @@ } }, "gatsby-source-filesystem": { - "version": "2.3.35", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.35.tgz", - "integrity": "sha512-OHa7eDW9m/R8uIkAHpOZda517uT0yLPfLhZwEj3vqWgHRKg6bSghvKRDMQGmiD39EPur/Pl7JsotbFxGBRFRTQ==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.4.2.tgz", + "integrity": "sha512-we6z7h/KrhKcYhTo9HIVpmuiN15P/D+j3AgxAgJ1zZtCkGymffmhKwyTSMDAp/g0Grz+i6vvofYwOEhXOt62iA==", "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.23", + "gatsby-core-utils": "^1.3.24", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.4.6", @@ -12754,6 +12754,20 @@ "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==", "optional": true }, + "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" + } + }, "glob-parent": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz", diff --git a/client/package.json b/client/package.json index 907a82989d..4a4685b917 100644 --- a/client/package.json +++ b/client/package.json @@ -42,7 +42,7 @@ "gatsby-plugin-react-helmet": "^3.3.14", "gatsby-plugin-remove-serviceworker": "^1.0.0", "gatsby-remark-prismjs": "^3.5.16", - "gatsby-source-filesystem": "^2.3.35", + "gatsby-source-filesystem": "^2.4.2", "gatsby-transformer-remark": "^2.9.2", "jquery": "^3.5.1", "lodash": "^4.17.20",