diff --git a/package-lock.json b/package-lock.json index 91196a5..a18514b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4404,9 +4404,9 @@ } }, "babel-preset-gatsby": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-0.4.1.tgz", - "integrity": "sha512-GLRCawxuCKg+EiGaLJdyYcI+NZP8ZPcebqwrvY7vinSmGoKZlBuGcZYO4C9uFVErS4p5168EjVFxWnaJDJ/r1Q==", + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-0.4.4.tgz", + "integrity": "sha512-pNHIdn8LzVQiEZpnbSO4ppgehgqjT/xCGio/UpcK8i4d8fALNJrbkE7nAuNoqKhZ02F1d7cef3QQ283a/+SI3g==", "dev": true, "requires": { "@babel/plugin-proposal-class-properties": "^7.8.3", @@ -4421,7 +4421,7 @@ "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", - "gatsby-core-utils": "^1.2.1" + "gatsby-core-utils": "^1.3.0" } }, "babel-preset-jest": { @@ -10396,14 +10396,17 @@ } }, "gatsby-core-utils": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.2.1.tgz", - "integrity": "sha512-uyXgjvKdzfJ0yB8oTYmBjMUqM0AACx7aA8Ioubn6k/51C4tE5+LzrG/iG42di2UaTIbcBj6vcwrvRosNKWeeBQ==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.0.tgz", + "integrity": "sha512-7rgNCsqvChp00rL2rJrYNqXf47qP1G0K9Pm6iWuIYrZAdzT0q6rB9csNS5dZ8gzY9CnLT4cTcHVYbr5BjuT/Rg==", "dev": true, "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", - "node-object-hash": "^2.0.0" + "fs-extra": "^8.1.0", + "node-object-hash": "^2.0.0", + "proper-lockfile": "^4.1.1", + "xdg-basedir": "^4.0.0" } }, "gatsby-graphiql-explorer": { diff --git a/package.json b/package.json index 313e2be..142107a 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@welldone-software/why-did-you-render": "^4.2.1", "babel-eslint": "^10.1.0", "babel-jest": "^26.0.1", - "babel-preset-gatsby": "^0.4.1", + "babel-preset-gatsby": "^0.4.4", "chalk": "^4.0.0", "eslint": "^6.8.0", "eslint-config-prettier": "^6.11.0",