From 7db49f85869a6c97b9dc870cb7db20644adf18d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:00:49 +0000 Subject: [PATCH] build(deps-dev): bump babel-preset-gatsby from 3.13.2 to 3.14.0 (#3194) Bumps [babel-preset-gatsby](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/babel-preset-gatsby) from 3.13.2 to 3.14.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/babel-preset-gatsby/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@3.14.0/packages/babel-preset-gatsby) --- updated-dependencies: - dependency-name: babel-preset-gatsby dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 20 +++++++++----------- package.json | 2 +- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 83b1d799f..f84c59908 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", @@ -8814,10 +8814,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", @@ -8832,8 +8831,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" @@ -14643,10 +14642,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 6922c6772..157e09c2e 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",