diff --git a/package-lock.json b/package-lock.json index e4bb9568a..8b0fc36fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -85,7 +85,7 @@ "@vitest/coverage-v8": "^2.1.4", "ajv": "^8.17.1", "axios-mock-adapter": "^2.1.0", - "babel-preset-gatsby": "^3.13.2", + "babel-preset-gatsby": "^3.14.0", "gatsby-cli": "^5.13.3", "jest-canvas-mock": "^2.5.2", "jsdom": "^25.0.1", @@ -8815,10 +8815,9 @@ } }, "node_modules/babel-preset-gatsby": { - "version": "3.13.2", - "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-3.13.2.tgz", - "integrity": "sha512-1zZ3Fpt9jD63inJXWUF2hA6U2cBAMYFDSC5hKqnSSVbNUzKlHUcY0Vbx8azBSaHg27TVp9BitR10zvq5AHP/OQ==", - "license": "MIT", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-3.14.0.tgz", + "integrity": "sha512-yE/1gmohqy+Y/v8RYWMyJ1WLrACSkblS8LRcByeNqqBPrDAaG5T/bU1Lhc75BW8j9iLDOkLilun3fGZRu5nacA==", "dependencies": { "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", @@ -8833,8 +8832,8 @@ "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-macros": "^3.1.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", - "gatsby-core-utils": "^4.13.1", - "gatsby-legacy-polyfills": "^3.13.1" + "gatsby-core-utils": "^4.14.0", + "gatsby-legacy-polyfills": "^3.14.0" }, "engines": { "node": ">=18.0.0" @@ -14609,19 +14608,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", @@ -14645,10 +14643,9 @@ } }, "node_modules/gatsby-legacy-polyfills": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-3.13.1.tgz", - "integrity": "sha512-NjR3B/rq6dsJuaMmeHlGExdVXJfDqVWERXi9ROfIBt7O3Fwzy5WYgoPeVikVZE06DmeZWlBzuNcGSfc8lilB5g==", - "license": "MIT", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-3.14.0.tgz", + "integrity": "sha512-CsNguwA88GgLgENx6WEuT8DDl+dus8FdedU1h43Xh9XtD8g/EjJGZk/N458+aZ32ulhuacJEexe3d9ASuEQxMQ==", "dependencies": { "@babel/runtime": "^7.20.13", "core-js-compat": "3.31.0" diff --git a/package.json b/package.json index dee8710e1..727c825c3 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "@vitest/coverage-v8": "^2.1.4", "ajv": "^8.17.1", "axios-mock-adapter": "^2.1.0", - "babel-preset-gatsby": "^3.13.2", + "babel-preset-gatsby": "^3.14.0", "gatsby-cli": "^5.13.3", "jest-canvas-mock": "^2.5.2", "jsdom": "^25.0.1",