Skip to content

Commit

Permalink
chore(deps-dev): Bump @babel/preset-env in /packages/hedera-wallet-snap
Browse files Browse the repository at this point in the history
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.23.9 to 7.24.0.
- [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.0/packages/babel-preset-env)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 16, 2024
1 parent 7a393db commit 6e47523
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/hedera-wallet-snap/packages/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@babel/plugin-transform-class-properties": "^7.22.5",
"@babel/plugin-transform-flow-strip-types": "^7.21.0",
"@babel/plugin-transform-private-methods": "^7.22.5",
"@babel/preset-env": "^7.20.2",
"@babel/preset-env": "^7.24.0",
"@babel/preset-typescript": "^7.21.0",
"@babel/register": "^7.18.9",
"@babel/types": "^7.21.2",
Expand Down
116 changes: 114 additions & 2 deletions packages/hedera-wallet-snap/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,13 @@ __metadata:
languageName: node
linkType: hard

"@babel/helper-plugin-utils@npm:^7.24.0":
version: 7.24.0
resolution: "@babel/helper-plugin-utils@npm:7.24.0"
checksum: e2baa0eede34d2fa2265947042aa84d444aa48dc51e9feedea55b67fc1bc3ab051387e18b33ca7748285a6061390831ab82f8a2c767d08470b93500ec727e9b9
languageName: node
linkType: hard

"@babel/helper-remap-async-to-generator@npm:^7.22.20":
version: 7.22.20
resolution: "@babel/helper-remap-async-to-generator@npm:7.22.20"
Expand Down Expand Up @@ -1095,6 +1102,21 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-transform-object-rest-spread@npm:^7.24.0":
version: 7.24.0
resolution: "@babel/plugin-transform-object-rest-spread@npm:7.24.0"
dependencies:
"@babel/compat-data": ^7.23.5
"@babel/helper-compilation-targets": ^7.23.6
"@babel/helper-plugin-utils": ^7.24.0
"@babel/plugin-syntax-object-rest-spread": ^7.8.3
"@babel/plugin-transform-parameters": ^7.23.3
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 8877b6a5493df0e36007286ea5e5e2305575346cf1b128049e7db3ff3861f2eb7eb0e8fa3e0b6334de27724253bf32b27e572b2c35dd93b02403476c306b9f5d
languageName: node
linkType: hard

"@babel/plugin-transform-object-super@npm:^7.23.3":
version: 7.23.3
resolution: "@babel/plugin-transform-object-super@npm:7.23.3"
Expand Down Expand Up @@ -1336,7 +1358,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/preset-env@npm:^7.16.7, @babel/preset-env@npm:^7.20.2":
"@babel/preset-env@npm:^7.16.7":
version: 7.23.9
resolution: "@babel/preset-env@npm:7.23.9"
dependencies:
Expand Down Expand Up @@ -1426,6 +1448,96 @@ __metadata:
languageName: node
linkType: hard

"@babel/preset-env@npm:^7.24.0":
version: 7.24.0
resolution: "@babel/preset-env@npm:7.24.0"
dependencies:
"@babel/compat-data": ^7.23.5
"@babel/helper-compilation-targets": ^7.23.6
"@babel/helper-plugin-utils": ^7.24.0
"@babel/helper-validator-option": ^7.23.5
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": ^7.23.3
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": ^7.23.3
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": ^7.23.7
"@babel/plugin-proposal-private-property-in-object": 7.21.0-placeholder-for-preset-env.2
"@babel/plugin-syntax-async-generators": ^7.8.4
"@babel/plugin-syntax-class-properties": ^7.12.13
"@babel/plugin-syntax-class-static-block": ^7.14.5
"@babel/plugin-syntax-dynamic-import": ^7.8.3
"@babel/plugin-syntax-export-namespace-from": ^7.8.3
"@babel/plugin-syntax-import-assertions": ^7.23.3
"@babel/plugin-syntax-import-attributes": ^7.23.3
"@babel/plugin-syntax-import-meta": ^7.10.4
"@babel/plugin-syntax-json-strings": ^7.8.3
"@babel/plugin-syntax-logical-assignment-operators": ^7.10.4
"@babel/plugin-syntax-nullish-coalescing-operator": ^7.8.3
"@babel/plugin-syntax-numeric-separator": ^7.10.4
"@babel/plugin-syntax-object-rest-spread": ^7.8.3
"@babel/plugin-syntax-optional-catch-binding": ^7.8.3
"@babel/plugin-syntax-optional-chaining": ^7.8.3
"@babel/plugin-syntax-private-property-in-object": ^7.14.5
"@babel/plugin-syntax-top-level-await": ^7.14.5
"@babel/plugin-syntax-unicode-sets-regex": ^7.18.6
"@babel/plugin-transform-arrow-functions": ^7.23.3
"@babel/plugin-transform-async-generator-functions": ^7.23.9
"@babel/plugin-transform-async-to-generator": ^7.23.3
"@babel/plugin-transform-block-scoped-functions": ^7.23.3
"@babel/plugin-transform-block-scoping": ^7.23.4
"@babel/plugin-transform-class-properties": ^7.23.3
"@babel/plugin-transform-class-static-block": ^7.23.4
"@babel/plugin-transform-classes": ^7.23.8
"@babel/plugin-transform-computed-properties": ^7.23.3
"@babel/plugin-transform-destructuring": ^7.23.3
"@babel/plugin-transform-dotall-regex": ^7.23.3
"@babel/plugin-transform-duplicate-keys": ^7.23.3
"@babel/plugin-transform-dynamic-import": ^7.23.4
"@babel/plugin-transform-exponentiation-operator": ^7.23.3
"@babel/plugin-transform-export-namespace-from": ^7.23.4
"@babel/plugin-transform-for-of": ^7.23.6
"@babel/plugin-transform-function-name": ^7.23.3
"@babel/plugin-transform-json-strings": ^7.23.4
"@babel/plugin-transform-literals": ^7.23.3
"@babel/plugin-transform-logical-assignment-operators": ^7.23.4
"@babel/plugin-transform-member-expression-literals": ^7.23.3
"@babel/plugin-transform-modules-amd": ^7.23.3
"@babel/plugin-transform-modules-commonjs": ^7.23.3
"@babel/plugin-transform-modules-systemjs": ^7.23.9
"@babel/plugin-transform-modules-umd": ^7.23.3
"@babel/plugin-transform-named-capturing-groups-regex": ^7.22.5
"@babel/plugin-transform-new-target": ^7.23.3
"@babel/plugin-transform-nullish-coalescing-operator": ^7.23.4
"@babel/plugin-transform-numeric-separator": ^7.23.4
"@babel/plugin-transform-object-rest-spread": ^7.24.0
"@babel/plugin-transform-object-super": ^7.23.3
"@babel/plugin-transform-optional-catch-binding": ^7.23.4
"@babel/plugin-transform-optional-chaining": ^7.23.4
"@babel/plugin-transform-parameters": ^7.23.3
"@babel/plugin-transform-private-methods": ^7.23.3
"@babel/plugin-transform-private-property-in-object": ^7.23.4
"@babel/plugin-transform-property-literals": ^7.23.3
"@babel/plugin-transform-regenerator": ^7.23.3
"@babel/plugin-transform-reserved-words": ^7.23.3
"@babel/plugin-transform-shorthand-properties": ^7.23.3
"@babel/plugin-transform-spread": ^7.23.3
"@babel/plugin-transform-sticky-regex": ^7.23.3
"@babel/plugin-transform-template-literals": ^7.23.3
"@babel/plugin-transform-typeof-symbol": ^7.23.3
"@babel/plugin-transform-unicode-escapes": ^7.23.3
"@babel/plugin-transform-unicode-property-regex": ^7.23.3
"@babel/plugin-transform-unicode-regex": ^7.23.3
"@babel/plugin-transform-unicode-sets-regex": ^7.23.3
"@babel/preset-modules": 0.1.6-no-external-plugins
babel-plugin-polyfill-corejs2: ^0.4.8
babel-plugin-polyfill-corejs3: ^0.9.0
babel-plugin-polyfill-regenerator: ^0.5.5
core-js-compat: ^3.31.0
semver: ^6.3.1
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: d9e894037382ce35be4b511034a9fb110003ca104f4f800e9b8f9c3b830999014c8314dcdaa3c89669e034784f7c81fe6851e2ff237805fef6479c7dff68d12c
languageName: node
linkType: hard

"@babel/preset-modules@npm:0.1.6-no-external-plugins":
version: 0.1.6-no-external-plugins
resolution: "@babel/preset-modules@npm:0.1.6-no-external-plugins"
Expand Down Expand Up @@ -3343,7 +3455,7 @@ __metadata:
"@babel/plugin-transform-class-properties": ^7.22.5
"@babel/plugin-transform-flow-strip-types": ^7.21.0
"@babel/plugin-transform-private-methods": ^7.22.5
"@babel/preset-env": ^7.20.2
"@babel/preset-env": ^7.24.0
"@babel/preset-typescript": ^7.21.0
"@babel/register": ^7.18.9
"@babel/types": ^7.21.2
Expand Down

0 comments on commit 6e47523

Please sign in to comment.