diff --git a/package-lock.json b/package-lock.json index b9151a8..51349e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "gatsby-plugin-robots-txt": "^1.8.0", "gatsby-plugin-sharp": "^5.12.0", "gatsby-plugin-sitemap": "^6.12.0", - "gatsby-source-contentstack": "^5.0.0", + "gatsby-source-contentstack": "^5.3.0", "gatsby-source-filesystem": "^5.12.0", "gatsby-transformer-sharp": "^5.12.0", "html-react-parser": "^1.4.4", @@ -9458,14 +9458,15 @@ } }, "node_modules/gatsby-source-contentstack": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/gatsby-source-contentstack/-/gatsby-source-contentstack-5.1.0.tgz", - "integrity": "sha512-51uw1AyiD7lCI//s9moJtUN7nN+1RHhGqAsDLhMJ+2/AOJozIyfQbuXxXGk+sTjnLYbigNRMlkEayiXkoKgb8A==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/gatsby-source-contentstack/-/gatsby-source-contentstack-5.3.0.tgz", + "integrity": "sha512-Jb7kwOcEddBGRdq3krmdel/Bo9KsCjzsGIh1T1yPNmViZMALIp9ub2nSPXnd+jLa3YS4Z4hQLv2BRbj5fXaZJg==", "dependencies": { "@contentstack/utils": "^1.1.3", - "contentstack": "^3.17.1", + "contentstack": "^3.19.0", "gatsby-core-utils": "^3.23.0", "gatsby-source-filesystem": "^5.7.0", + "lodash.clonedeep": "^4.5.0", "lodash.isempty": "^4.4.0", "node-fetch": "^2.6.9", "progress": "^2.0.3", diff --git a/package.json b/package.json index de69413..2b983c9 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "gatsby-plugin-robots-txt": "^1.8.0", "gatsby-plugin-sharp": "^5.12.0", "gatsby-plugin-sitemap": "^6.12.0", - "gatsby-source-contentstack": "^5.0.0", + "gatsby-source-contentstack": "^5.3.0", "gatsby-source-filesystem": "^5.12.0", "gatsby-transformer-sharp": "^5.12.0", "html-react-parser": "^1.4.4",