diff --git a/package-lock.json b/package-lock.json index c5a67d20..9b80cf61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "gatsby-plugin-react-helmet-canonical-urls": "^1.4.0", "gatsby-plugin-sharp": "^5.11.0", "gatsby-plugin-sitemap": "^6.10.0", - "gatsby-source-filesystem": "^5.10.0", + "gatsby-source-filesystem": "^5.11.0", "gatsby-transformer-sharp": "^5.10.0", "prop-types": "^15.7.2", "react": "^18.2.0", @@ -9498,15 +9498,15 @@ } }, "node_modules/gatsby-source-filesystem": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.10.0.tgz", - "integrity": "sha512-pTcqFvngUqap4NJfzG9VMmJ4T5TTf/WsMVTVORw18kprXZBchioLu0m5vVb9Tm7/MW7XPXvKJPZQkw+/otmVYw==", + "version": "5.11.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.11.0.tgz", + "integrity": "sha512-42CXNzKgGvkZtqmFIIMbEJW5ZpQ5b4TQT7Rk21XsEMkoZT9QchqMG1S2VPK/LPe7LicvGv6zBziGrtn6ttch7w==", "dependencies": { "@babel/runtime": "^7.20.13", "chokidar": "^3.5.3", "file-type": "^16.5.4", "fs-extra": "^11.1.1", - "gatsby-core-utils": "^4.10.0", + "gatsby-core-utils": "^4.11.0", "mime": "^3.0.0", "pretty-bytes": "^5.6.0", "valid-url": "^1.0.9", diff --git a/package.json b/package.json index 7ee19978..2d363f92 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "gatsby-plugin-react-helmet-canonical-urls": "^1.4.0", "gatsby-plugin-sharp": "^5.11.0", "gatsby-plugin-sitemap": "^6.10.0", - "gatsby-source-filesystem": "^5.10.0", + "gatsby-source-filesystem": "^5.11.0", "gatsby-transformer-sharp": "^5.10.0", "prop-types": "^15.7.2", "react": "^18.2.0",