Skip to content

Commit 72ffbd3

Browse files
chore(deps): update dependency @babel/preset-env to ^7.27.2
1 parent 6f6a74b commit 72ffbd3

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
@@ -50,7 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"@babel/core": "^7.27.1",
53-
"@babel/preset-env": "^7.27.1",
53+
"@babel/preset-env": "^7.27.2",
5454
"@react-navigation/native": "^6.1.18",
5555
"@txo-peer-dep/log": "^4.0.4",
5656
"@txo-peer-dep/redux": "^1.0.1",

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.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"
@@ -607,13 +607,14 @@
607607
dependencies:
608608
"@babel/helper-plugin-utils" "^7.27.1"
609609

610-
"@babel/plugin-transform-object-rest-spread@^7.27.1":
611-
version "7.27.1"
612-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.1.tgz#845bdcd74c87b8f565c25cc6812f7f4f43c9ed79"
613-
integrity sha512-/sSliVc9gHE20/7D5qsdGlq7RG5NCDTWsAhyqzGuq174EtWJoGzIu1BQ7G56eDsTcy1jseBZwv50olSdXOlGuA==
610+
"@babel/plugin-transform-object-rest-spread@^7.27.2":
611+
version "7.27.2"
612+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.2.tgz#67f9ab822347aa2bcee91e8996763da79bdea973"
613+
integrity sha512-AIUHD7xJ1mCrj3uPozvtngY3s0xpv7Nu7DoUSnzNY6Xam1Cy4rUznR//pvMHOhQ4AvbCexhbqXCtpxGHOGOO6g==
614614
dependencies:
615-
"@babel/helper-compilation-targets" "^7.27.1"
615+
"@babel/helper-compilation-targets" "^7.27.2"
616616
"@babel/helper-plugin-utils" "^7.27.1"
617+
"@babel/plugin-transform-destructuring" "^7.27.1"
617618
"@babel/plugin-transform-parameters" "^7.27.1"
618619

619620
"@babel/plugin-transform-object-super@^7.27.1":
@@ -759,13 +760,13 @@
759760
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
760761
"@babel/helper-plugin-utils" "^7.27.1"
761762

762-
"@babel/preset-env@^7.27.1":
763-
version "7.27.1"
764-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.27.1.tgz#23463ab94f36540630924f5de3b4c7a8dde3b6a2"
765-
integrity sha512-TZ5USxFpLgKDpdEt8YWBR7p6g+bZo6sHaXLqP2BY/U0acaoI8FTVflcYCr/v94twM1C5IWFdZ/hscq9WjUeLXA==
763+
"@babel/preset-env@^7.27.2":
764+
version "7.27.2"
765+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.27.2.tgz#106e6bfad92b591b1f6f76fd4cf13b7725a7bf9a"
766+
integrity sha512-Ma4zSuYSlGNRlCLO+EAzLnCmJK2vdstgv+n7aUP+/IKZrOfWHOJVdSJtuub8RzHTj3ahD37k5OKJWvzf16TQyQ==
766767
dependencies:
767-
"@babel/compat-data" "^7.27.1"
768-
"@babel/helper-compilation-targets" "^7.27.1"
768+
"@babel/compat-data" "^7.27.2"
769+
"@babel/helper-compilation-targets" "^7.27.2"
769770
"@babel/helper-plugin-utils" "^7.27.1"
770771
"@babel/helper-validator-option" "^7.27.1"
771772
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.27.1"
@@ -807,7 +808,7 @@
807808
"@babel/plugin-transform-new-target" "^7.27.1"
808809
"@babel/plugin-transform-nullish-coalescing-operator" "^7.27.1"
809810
"@babel/plugin-transform-numeric-separator" "^7.27.1"
810-
"@babel/plugin-transform-object-rest-spread" "^7.27.1"
811+
"@babel/plugin-transform-object-rest-spread" "^7.27.2"
811812
"@babel/plugin-transform-object-super" "^7.27.1"
812813
"@babel/plugin-transform-optional-catch-binding" "^7.27.1"
813814
"@babel/plugin-transform-optional-chaining" "^7.27.1"

0 commit comments

Comments
 (0)