Bump babel-preset-gatsby-package from 3.11.0 to 3.12.0

Bumps [babel-preset-gatsby-package](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/babel-preset-gatsby-package) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/babel-preset-gatsby-package/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby-package@3.12.0/packages/babel-preset-gatsby-package)

---
updated-dependencies:
- dependency-name: babel-preset-gatsby-package
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-28 04:30:07 +00:00 committed by GitHub
parent a4b1c3be07
commit e2de3ef5e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

16
package-lock.json generated
View File

@ -7251,9 +7251,9 @@
}
},
"node_modules/babel-preset-gatsby-package": {
"version": "3.11.0",
"resolved": "https://registry.npmjs.org/babel-preset-gatsby-package/-/babel-preset-gatsby-package-3.11.0.tgz",
"integrity": "sha512-7D0FDxeBpPgPALObz8RlFilDDYyWDyt74kOcTYX5CyayB4aRgquJyM99Urj8C/xh2ChIudH+2qiqxn+0FIq+rw==",
"version": "3.12.0",
"resolved": "https://registry.npmjs.org/babel-preset-gatsby-package/-/babel-preset-gatsby-package-3.12.0.tgz",
"integrity": "sha512-/7V42lWZVEDa0pdbUCJTJatEXhC2AS91T+3Dr3I3zNCzfyRHio/ctwHjz1FWj4VWwSRspQliiQ5t1bEtbpG24w==",
"dev": true,
"dependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
@ -7267,7 +7267,7 @@
"@babel/runtime": "^7.20.13",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-lodash": "^3.3.4",
"core-js": "^3.30.2"
"core-js": "^3.31.0"
},
"engines": {
"node": ">=18.0.0"
@ -29223,9 +29223,9 @@
}
},
"babel-preset-gatsby-package": {
"version": "3.11.0",
"resolved": "https://registry.npmjs.org/babel-preset-gatsby-package/-/babel-preset-gatsby-package-3.11.0.tgz",
"integrity": "sha512-7D0FDxeBpPgPALObz8RlFilDDYyWDyt74kOcTYX5CyayB4aRgquJyM99Urj8C/xh2ChIudH+2qiqxn+0FIq+rw==",
"version": "3.12.0",
"resolved": "https://registry.npmjs.org/babel-preset-gatsby-package/-/babel-preset-gatsby-package-3.12.0.tgz",
"integrity": "sha512-/7V42lWZVEDa0pdbUCJTJatEXhC2AS91T+3Dr3I3zNCzfyRHio/ctwHjz1FWj4VWwSRspQliiQ5t1bEtbpG24w==",
"dev": true,
"requires": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
@ -29239,7 +29239,7 @@
"@babel/runtime": "^7.20.13",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-lodash": "^3.3.4",
"core-js": "^3.30.2"
"core-js": "^3.31.0"
}
},
"babel-preset-jest": {