diff --git a/package-lock.json b/package-lock.json index 86bd059..65fc2ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -203,18 +203,6 @@ } } }, - "@babel/helper-create-class-features-plugin": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.1.tgz", - "integrity": "sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w==", - "requires": { - "@babel/helper-function-name": "^7.10.4", - "@babel/helper-member-expression-to-functions": "^7.12.1", - "@babel/helper-optimise-call-expression": "^7.10.4", - "@babel/helper-replace-supers": "^7.12.1", - "@babel/helper-split-export-declaration": "^7.10.4" - } - }, "@babel/helper-create-regexp-features-plugin": { "version": "7.12.13", "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.13.tgz", @@ -12955,9 +12943,9 @@ } }, "gatsby-core-utils": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.9.0.tgz", - "integrity": "sha512-AWq9E+rBY+fWJrhdOx0rn/LlZ0eCjpqLYlDcUmLZ5NjwLARgkEXNf4JsvDETLtThcNlSOibEMQex8arsYatmkA==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.10.0.tgz", + "integrity": "sha512-uI5gJXmVHegn8E/vttoX0BaXRJPC73RzxuZDtl2U5WBEgeg+VVkKCmNVQE9Xk+Qstm2Wd6RU+QJ4LMx5ywYZhQ==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -13803,16 +13791,16 @@ } }, "gatsby-source-filesystem": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.10.0.tgz", - "integrity": "sha512-kf1D25wBe+mXa+c4C0HgI+5bwgEoTUQupP1q7nk4Q1+RC2mHlWSm3X+lNPWVfxg8MKNWrLmrX1GrXorW8cEtEQ==", + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.11.0.tgz", + "integrity": "sha512-SLKksyfRvdMHyF0kb3YCr4ME6RW4Pje9zo1RVAJ1sqaBFDch0YUZzTE51QO586JSkrN00UeE8lU++ODXlm425g==", "requires": { "@babel/runtime": "^7.12.5", "better-queue": "^3.8.10", "chokidar": "^3.4.3", "file-type": "^16.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.9.0", + "gatsby-core-utils": "^1.10.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.4.6", diff --git a/package.json b/package.json index 674709f..f3eaea9 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "gatsby-plugin-sass": "^2.8.0", "gatsby-plugin-sharp": "^2.14.0", "gatsby-plugin-sitemap": "^2.11.0", - "gatsby-source-filesystem": "^2.10.0", + "gatsby-source-filesystem": "^2.11.0", "gatsby-transformer-json": "^2.11.0", "gatsby-transformer-sharp": "^2.11.0", "i18next": "^19.8.7",