diff --git a/package-lock.json b/package-lock.json index f76f40a3c..d8ea94afa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -86,7 +86,7 @@ "ajv": "^8.17.1", "axios-mock-adapter": "^2.1.0", "babel-preset-gatsby": "^3.14.0", - "gatsby-cli": "^5.13.3", + "gatsby-cli": "^5.14.0", "jest-canvas-mock": "^2.5.2", "jsdom": "^25.0.1", "prettier": "3.3.3", @@ -10596,10 +10596,9 @@ } }, "node_modules/create-gatsby": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-3.13.1.tgz", - "integrity": "sha512-CCg8Vz/iQs1cgMEzyRlVGMvNs8ivE/2w+TL6yS56FVe1JjOou8nKYHzxnWxRmBUtC7rTfjxVaTESIotuYBsltQ==", - "license": "MIT", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-3.14.0.tgz", + "integrity": "sha512-HR90NlcTIAeo7OwcFfGubKa35+/Aj7lEfgcV4n4IIPCMy3A+gYwOEQcLIGtmPCVIl1C9AhT3/0XaWbnhAcbyGQ==", "dependencies": { "@babel/runtime": "^7.20.13" }, @@ -14469,11 +14468,10 @@ } }, "node_modules/gatsby-cli": { - "version": "5.13.3", - "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-5.13.3.tgz", - "integrity": "sha512-JQTeivvZWuhxE1HRey2sRhwUmkCrs5478fiLR0XRFGin4X1ggCmrQx/DBkJP1TgktdPfNU8t987+slSnO2XzMA==", + "version": "5.14.0", + "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-5.14.0.tgz", + "integrity": "sha512-NvsWsuZdpNRStmDsNZaYveifFrFqFNy4rnFCLAWWghyxUks8qhGwy6wrz2kcUK+Y2sRJJn1eIjgwzi1AyFn5fQ==", "hasInstallScript": true, - "license": "MIT", "dependencies": { "@babel/code-frame": "^7.18.6", "@babel/core": "^7.20.12", @@ -14491,13 +14489,12 @@ "clipboardy": "^4.0.0", "common-tags": "^1.8.2", "convert-hrtime": "^3.0.0", - "create-gatsby": "^3.13.1", + "create-gatsby": "^3.14.0", "envinfo": "^7.10.0", "execa": "^5.1.1", "fs-exists-cached": "^1.0.0", - "fs-extra": "^11.1.1", - "gatsby-core-utils": "^4.13.1", - "gatsby-telemetry": "^4.13.1", + "fs-extra": "^11.2.0", + "gatsby-core-utils": "^4.14.0", "hosted-git-info": "^3.0.8", "is-valid-path": "^0.1.1", "joi": "^17.9.2", diff --git a/package.json b/package.json index 87b54ff2b..d1913a956 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "ajv": "^8.17.1", "axios-mock-adapter": "^2.1.0", "babel-preset-gatsby": "^3.14.0", - "gatsby-cli": "^5.13.3", + "gatsby-cli": "^5.14.0", "jest-canvas-mock": "^2.5.2", "jsdom": "^25.0.1", "prettier": "3.3.3",