chore(deps-dev): bump @babel/preset-env from 7.24.3 to 7.24.4 (#15091)

* chore(deps-dev): bump @babel/preset-env from 7.24.3 to 7.24.4

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.3 to 7.24.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.4/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: fix pnpm install

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-04-04 02:13:31 +00:00 committed by GitHub
parent 0a26ff39ca
commit 73c86226a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 47 additions and 17 deletions

View File

@ -124,7 +124,7 @@
"zod": "3.22.4"
},
"devDependencies": {
"@babel/preset-env": "7.24.3",
"@babel/preset-env": "7.24.4",
"@babel/preset-typescript": "7.24.1",
"@microsoft/eslint-formatter-sarif": "3.0.0",
"@stylistic/eslint-plugin": "1.7.0",

View File

@ -224,8 +224,8 @@ dependencies:
devDependencies:
'@babel/preset-env':
specifier: 7.24.3
version: 7.24.3(@babel/core@7.24.3)
specifier: 7.24.4
version: 7.24.4(@babel/core@7.24.3)
'@babel/preset-typescript':
specifier: 7.24.1
version: 7.24.1(@babel/core@7.24.3)
@ -422,8 +422,8 @@ packages:
'@babel/highlight': 7.24.2
picocolors: 1.0.0
/@babel/compat-data@7.24.1:
resolution: {integrity: sha512-Pc65opHDliVpRHuKfzI+gSA4zcgr65O4cl64fFJIWEEh8JoHIHh0Oez1Eo8Arz8zq/JhgKodQaxEwUPRtZylVA==}
/@babel/compat-data@7.24.4:
resolution: {integrity: sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==}
engines: {node: '>=6.9.0'}
dev: true
@ -478,7 +478,7 @@ packages:
resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/compat-data': 7.24.1
'@babel/compat-data': 7.24.4
'@babel/helper-validator-option': 7.23.5
browserslist: 4.23.0
lru-cache: 5.1.1
@ -503,6 +503,24 @@ packages:
semver: 6.3.1
dev: true
/@babel/helper-create-class-features-plugin@7.24.4(@babel/core@7.24.3):
resolution: {integrity: sha512-lG75yeuUSVu0pIcbhiYMXBXANHrpUPaOfu7ryAzskCgKUHuAxRQI5ssrtmF0X9UXldPlvT0XM/A4F44OXRt6iQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
'@babel/core': 7.24.3
'@babel/helper-annotate-as-pure': 7.22.5
'@babel/helper-environment-visitor': 7.22.20
'@babel/helper-function-name': 7.23.0
'@babel/helper-member-expression-to-functions': 7.23.0
'@babel/helper-optimise-call-expression': 7.22.5
'@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.3)
'@babel/helper-skip-transparent-expression-wrappers': 7.22.5
'@babel/helper-split-export-declaration': 7.22.6
semver: 6.3.1
dev: true
/@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.24.3):
resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==}
engines: {node: '>=6.9.0'}
@ -694,6 +712,17 @@ packages:
'@babel/types': 7.24.0
dev: true
/@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.24.4(@babel/core@7.24.3):
resolution: {integrity: sha512-qpl6vOOEEzTLLcsuqYYo8yDtrTocmu2xkGvgNebvPjT9DTtfFYGmgDqY+rBYXNlqL4s9qLDn6xkrJv4RxAPiTA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
'@babel/core': 7.24.3
'@babel/helper-environment-visitor': 7.22.20
'@babel/helper-plugin-utils': 7.24.0
dev: true
/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.1(@babel/core@7.24.3):
resolution: {integrity: sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg==}
engines: {node: '>=6.9.0'}
@ -970,8 +999,8 @@ packages:
'@babel/helper-plugin-utils': 7.24.0
dev: true
/@babel/plugin-transform-block-scoping@7.24.1(@babel/core@7.24.3):
resolution: {integrity: sha512-h71T2QQvDgM2SmT29UYU6ozjMlAt7s7CSs5Hvy8f8cf/GM/Z4a2zMfN+fjVGaieeCrXR3EdQl6C4gQG+OgmbKw==}
/@babel/plugin-transform-block-scoping@7.24.4(@babel/core@7.24.3):
resolution: {integrity: sha512-nIFUZIpGKDf9O9ttyRXpHFpKC+X3Y5mtshZONuEUYBomAKoM4y029Jr+uB1bHGPhNmK8YXHevDtKDOLmtRrp6g==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
@ -991,14 +1020,14 @@ packages:
'@babel/helper-plugin-utils': 7.24.0
dev: true
/@babel/plugin-transform-class-static-block@7.24.1(@babel/core@7.24.3):
resolution: {integrity: sha512-FUHlKCn6J3ERiu8Dv+4eoz7w8+kFLSyeVG4vDAikwADGjUCoHw/JHokyGtr8OR4UjpwPVivyF+h8Q5iv/JmrtA==}
/@babel/plugin-transform-class-static-block@7.24.4(@babel/core@7.24.3):
resolution: {integrity: sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.12.0
dependencies:
'@babel/core': 7.24.3
'@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.3)
'@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.3)
'@babel/helper-plugin-utils': 7.24.0
'@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.3)
dev: true
@ -1469,17 +1498,18 @@ packages:
'@babel/helper-plugin-utils': 7.24.0
dev: true
/@babel/preset-env@7.24.3(@babel/core@7.24.3):
resolution: {integrity: sha512-fSk430k5c2ff8536JcPvPWK4tZDwehWLGlBp0wrsBUjZVdeQV6lePbwKWZaZfK2vnh/1kQX1PzAJWsnBmVgGJA==}
/@babel/preset-env@7.24.4(@babel/core@7.24.3):
resolution: {integrity: sha512-7Kl6cSmYkak0FK/FXjSEnLJ1N9T/WA2RkMhu17gZ/dsxKJUuTYNIylahPTzqpLyJN4WhDif8X0XK1R8Wsguo/A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/compat-data': 7.24.1
'@babel/compat-data': 7.24.4
'@babel/core': 7.24.3
'@babel/helper-compilation-targets': 7.23.6
'@babel/helper-plugin-utils': 7.24.0
'@babel/helper-validator-option': 7.23.5
'@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.24.4(@babel/core@7.24.3)
'@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.24.1(@babel/core@7.24.3)
'@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.1(@babel/core@7.24.3)
'@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.24.1(@babel/core@7.24.3)
@ -1506,9 +1536,9 @@ packages:
'@babel/plugin-transform-async-generator-functions': 7.24.3(@babel/core@7.24.3)
'@babel/plugin-transform-async-to-generator': 7.24.1(@babel/core@7.24.3)
'@babel/plugin-transform-block-scoped-functions': 7.24.1(@babel/core@7.24.3)
'@babel/plugin-transform-block-scoping': 7.24.1(@babel/core@7.24.3)
'@babel/plugin-transform-block-scoping': 7.24.4(@babel/core@7.24.3)
'@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.24.3)
'@babel/plugin-transform-class-static-block': 7.24.1(@babel/core@7.24.3)
'@babel/plugin-transform-class-static-block': 7.24.4(@babel/core@7.24.3)
'@babel/plugin-transform-classes': 7.24.1(@babel/core@7.24.3)
'@babel/plugin-transform-computed-properties': 7.24.1(@babel/core@7.24.3)
'@babel/plugin-transform-destructuring': 7.24.1(@babel/core@7.24.3)
@ -3379,7 +3409,7 @@ packages:
peerDependencies:
'@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
dependencies:
'@babel/compat-data': 7.24.1
'@babel/compat-data': 7.24.4
'@babel/core': 7.24.3
'@babel/helper-define-polyfill-provider': 0.6.1(@babel/core@7.24.3)
semver: 6.3.1