diff --git a/package-lock.json b/package-lock.json index e4bb9568a4..2b4ece482e 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.13.2", - "gatsby-cli": "^5.13.3", + "gatsby-cli": "^5.14.0", "jest-canvas-mock": "^2.5.2", "jsdom": "^25.0.1", "prettier": "3.3.3", @@ -10598,10 +10598,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" }, @@ -14471,11 +14470,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", @@ -14493,13 +14491,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", @@ -14609,19 +14606,18 @@ } }, "node_modules/gatsby-core-utils": { - "version": "4.13.1", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.13.1.tgz", - "integrity": "sha512-w7G6SsQr8T2q+AJ1MxvRNGocCt+wjc22MiRLj2Zi3Ijpjszbr818JxwI4+aPt8WOSHlKT5SYCHICnEvcYPm9gg==", - "license": "MIT", + "version": "4.14.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.14.0.tgz", + "integrity": "sha512-h0v20gB213PmhKjioCJ93SrUb7Hihnqxd6X6Iur4u1eiWTUDsGeV9g1bkquiuDl2qovUnjj7mOoHdWiu/Ax/9Q==", "dependencies": { "@babel/runtime": "^7.20.13", "ci-info": "2.0.0", "configstore": "^5.0.1", "fastq": "^1.15.0", "file-type": "^16.5.4", - "fs-extra": "^11.1.1", + "fs-extra": "^11.2.0", "got": "^11.8.6", - "hash-wasm": "^4.9.0", + "hash-wasm": "^4.11.0", "import-from": "^4.0.0", "lmdb": "2.5.3", "lock": "^1.1.0", diff --git a/package.json b/package.json index dee8710e18..a017b813f9 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.13.2", - "gatsby-cli": "^5.13.3", + "gatsby-cli": "^5.14.0", "jest-canvas-mock": "^2.5.2", "jsdom": "^25.0.1", "prettier": "3.3.3",