Skip to content

Commit 0c862f0

Browse files
chore(deps): update dependency @babel/preset-env to ^7.27.2 (#799)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 27713ec commit 0c862f0

File tree

2 files changed

+23
-22
lines changed

2 files changed

+23
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"devDependencies": {
5353
"@babel/core": "^7.27.1",
54-
"@babel/preset-env": "^7.27.1",
54+
"@babel/preset-env": "^7.27.2",
5555
"@react-navigation/devtools": "^6.0.27",
5656
"@react-navigation/native": "^6.1.18",
5757
"@txo-peer-dep/log": "^4.0.4",

yarn.lock

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
js-tokens "^4.0.0"
2020
picocolors "^1.1.1"
2121

22-
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.27.1":
23-
version "7.27.1"
24-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.1.tgz#db7cf122745e0a332c44e847ddc4f5e5221a43f6"
25-
integrity sha512-Q+E+rd/yBzNQhXkG+zQnF58e4zoZfBedaxwzPmicKsiK3nt8iJYrSrDbjwFFDGC4f+rPafqRaPH6TsDoSvMf7A==
22+
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.27.2":
23+
version "7.27.2"
24+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
25+
integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
2626

2727
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.13.16", "@babel/core@^7.25.2", "@babel/core@^7.27.1":
2828
version "7.27.1"
@@ -63,12 +63,12 @@
6363
dependencies:
6464
"@babel/types" "^7.27.1"
6565

66-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.27.1":
67-
version "7.27.1"
68-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.1.tgz#eac1096c7374f161e4f33fc8ae38f4ddf122087a"
69-
integrity sha512-2YaDd/Rd9E598B5+WIc8wJPmWETiiJXFYVE60oX8FDohv7rAUU3CQj+A1MgeEmcsk2+dQuEjIe/GDvig0SqL4g==
66+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.27.2":
67+
version "7.27.2"
68+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
69+
integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==
7070
dependencies:
71-
"@babel/compat-data" "^7.27.1"
71+
"@babel/compat-data" "^7.27.2"
7272
"@babel/helper-validator-option" "^7.27.1"
7373
browserslist "^4.24.0"
7474
lru-cache "^5.1.1"
@@ -668,13 +668,14 @@
668668
dependencies:
669669
"@babel/helper-plugin-utils" "^7.27.1"
670670

671-
"@babel/plugin-transform-object-rest-spread@^7.24.7", "@babel/plugin-transform-object-rest-spread@^7.27.1":
672-
version "7.27.1"
673-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.1.tgz#845bdcd74c87b8f565c25cc6812f7f4f43c9ed79"
674-
integrity sha512-/sSliVc9gHE20/7D5qsdGlq7RG5NCDTWsAhyqzGuq174EtWJoGzIu1BQ7G56eDsTcy1jseBZwv50olSdXOlGuA==
671+
"@babel/plugin-transform-object-rest-spread@^7.24.7", "@babel/plugin-transform-object-rest-spread@^7.27.2":
672+
version "7.27.2"
673+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.2.tgz#67f9ab822347aa2bcee91e8996763da79bdea973"
674+
integrity sha512-AIUHD7xJ1mCrj3uPozvtngY3s0xpv7Nu7DoUSnzNY6Xam1Cy4rUznR//pvMHOhQ4AvbCexhbqXCtpxGHOGOO6g==
675675
dependencies:
676-
"@babel/helper-compilation-targets" "^7.27.1"
676+
"@babel/helper-compilation-targets" "^7.27.2"
677677
"@babel/helper-plugin-utils" "^7.27.1"
678+
"@babel/plugin-transform-destructuring" "^7.27.1"
678679
"@babel/plugin-transform-parameters" "^7.27.1"
679680

680681
"@babel/plugin-transform-object-super@^7.27.1":
@@ -875,13 +876,13 @@
875876
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
876877
"@babel/helper-plugin-utils" "^7.27.1"
877878

878-
"@babel/preset-env@^7.27.1":
879-
version "7.27.1"
880-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.27.1.tgz#23463ab94f36540630924f5de3b4c7a8dde3b6a2"
881-
integrity sha512-TZ5USxFpLgKDpdEt8YWBR7p6g+bZo6sHaXLqP2BY/U0acaoI8FTVflcYCr/v94twM1C5IWFdZ/hscq9WjUeLXA==
879+
"@babel/preset-env@^7.27.2":
880+
version "7.27.2"
881+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.27.2.tgz#106e6bfad92b591b1f6f76fd4cf13b7725a7bf9a"
882+
integrity sha512-Ma4zSuYSlGNRlCLO+EAzLnCmJK2vdstgv+n7aUP+/IKZrOfWHOJVdSJtuub8RzHTj3ahD37k5OKJWvzf16TQyQ==
882883
dependencies:
883-
"@babel/compat-data" "^7.27.1"
884-
"@babel/helper-compilation-targets" "^7.27.1"
884+
"@babel/compat-data" "^7.27.2"
885+
"@babel/helper-compilation-targets" "^7.27.2"
885886
"@babel/helper-plugin-utils" "^7.27.1"
886887
"@babel/helper-validator-option" "^7.27.1"
887888
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.27.1"
@@ -923,7 +924,7 @@
923924
"@babel/plugin-transform-new-target" "^7.27.1"
924925
"@babel/plugin-transform-nullish-coalescing-operator" "^7.27.1"
925926
"@babel/plugin-transform-numeric-separator" "^7.27.1"
926-
"@babel/plugin-transform-object-rest-spread" "^7.27.1"
927+
"@babel/plugin-transform-object-rest-spread" "^7.27.2"
927928
"@babel/plugin-transform-object-super" "^7.27.1"
928929
"@babel/plugin-transform-optional-catch-binding" "^7.27.1"
929930
"@babel/plugin-transform-optional-chaining" "^7.27.1"

0 commit comments

Comments
 (0)