Skip to content

Commit 90dc6df

Browse files
chore(deps): update dependency @babel/preset-env to ^7.27.2
1 parent d8035f7 commit 90dc6df

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
@@ -54,7 +54,7 @@
5454
"devDependencies": {
5555
"@apollo/client": "^3.13.8",
5656
"@babel/core": "^7.27.1",
57-
"@babel/preset-env": "^7.27.1",
57+
"@babel/preset-env": "^7.27.2",
5858
"@react-navigation/native": "^6.1.18",
5959
"@sentry/react-native": "^5.36.0",
6060
"@txo-peer-dep/error-handler": "^3.2.0",

yarn.lock

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
js-tokens "^4.0.0"
3939
picocolors "^1.1.1"
4040

41-
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.27.1":
42-
version "7.27.1"
43-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.1.tgz#db7cf122745e0a332c44e847ddc4f5e5221a43f6"
44-
integrity sha512-Q+E+rd/yBzNQhXkG+zQnF58e4zoZfBedaxwzPmicKsiK3nt8iJYrSrDbjwFFDGC4f+rPafqRaPH6TsDoSvMf7A==
41+
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.27.2":
42+
version "7.27.2"
43+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
44+
integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
4545

4646
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.25.2", "@babel/core@^7.27.1":
4747
version "7.27.1"
@@ -82,12 +82,12 @@
8282
dependencies:
8383
"@babel/types" "^7.27.1"
8484

85-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.27.1":
86-
version "7.27.1"
87-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.1.tgz#eac1096c7374f161e4f33fc8ae38f4ddf122087a"
88-
integrity sha512-2YaDd/Rd9E598B5+WIc8wJPmWETiiJXFYVE60oX8FDohv7rAUU3CQj+A1MgeEmcsk2+dQuEjIe/GDvig0SqL4g==
85+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.27.2":
86+
version "7.27.2"
87+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
88+
integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==
8989
dependencies:
90-
"@babel/compat-data" "^7.27.1"
90+
"@babel/compat-data" "^7.27.2"
9191
"@babel/helper-validator-option" "^7.27.1"
9292
browserslist "^4.24.0"
9393
lru-cache "^5.1.1"
@@ -626,13 +626,14 @@
626626
dependencies:
627627
"@babel/helper-plugin-utils" "^7.27.1"
628628

629-
"@babel/plugin-transform-object-rest-spread@^7.27.1":
630-
version "7.27.1"
631-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.1.tgz#845bdcd74c87b8f565c25cc6812f7f4f43c9ed79"
632-
integrity sha512-/sSliVc9gHE20/7D5qsdGlq7RG5NCDTWsAhyqzGuq174EtWJoGzIu1BQ7G56eDsTcy1jseBZwv50olSdXOlGuA==
629+
"@babel/plugin-transform-object-rest-spread@^7.27.2":
630+
version "7.27.2"
631+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.2.tgz#67f9ab822347aa2bcee91e8996763da79bdea973"
632+
integrity sha512-AIUHD7xJ1mCrj3uPozvtngY3s0xpv7Nu7DoUSnzNY6Xam1Cy4rUznR//pvMHOhQ4AvbCexhbqXCtpxGHOGOO6g==
633633
dependencies:
634-
"@babel/helper-compilation-targets" "^7.27.1"
634+
"@babel/helper-compilation-targets" "^7.27.2"
635635
"@babel/helper-plugin-utils" "^7.27.1"
636+
"@babel/plugin-transform-destructuring" "^7.27.1"
636637
"@babel/plugin-transform-parameters" "^7.27.1"
637638

638639
"@babel/plugin-transform-object-super@^7.27.1":
@@ -778,13 +779,13 @@
778779
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
779780
"@babel/helper-plugin-utils" "^7.27.1"
780781

781-
"@babel/preset-env@^7.27.1":
782-
version "7.27.1"
783-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.27.1.tgz#23463ab94f36540630924f5de3b4c7a8dde3b6a2"
784-
integrity sha512-TZ5USxFpLgKDpdEt8YWBR7p6g+bZo6sHaXLqP2BY/U0acaoI8FTVflcYCr/v94twM1C5IWFdZ/hscq9WjUeLXA==
782+
"@babel/preset-env@^7.27.2":
783+
version "7.27.2"
784+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.27.2.tgz#106e6bfad92b591b1f6f76fd4cf13b7725a7bf9a"
785+
integrity sha512-Ma4zSuYSlGNRlCLO+EAzLnCmJK2vdstgv+n7aUP+/IKZrOfWHOJVdSJtuub8RzHTj3ahD37k5OKJWvzf16TQyQ==
785786
dependencies:
786-
"@babel/compat-data" "^7.27.1"
787-
"@babel/helper-compilation-targets" "^7.27.1"
787+
"@babel/compat-data" "^7.27.2"
788+
"@babel/helper-compilation-targets" "^7.27.2"
788789
"@babel/helper-plugin-utils" "^7.27.1"
789790
"@babel/helper-validator-option" "^7.27.1"
790791
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.27.1"
@@ -826,7 +827,7 @@
826827
"@babel/plugin-transform-new-target" "^7.27.1"
827828
"@babel/plugin-transform-nullish-coalescing-operator" "^7.27.1"
828829
"@babel/plugin-transform-numeric-separator" "^7.27.1"
829-
"@babel/plugin-transform-object-rest-spread" "^7.27.1"
830+
"@babel/plugin-transform-object-rest-spread" "^7.27.2"
830831
"@babel/plugin-transform-object-super" "^7.27.1"
831832
"@babel/plugin-transform-optional-catch-binding" "^7.27.1"
832833
"@babel/plugin-transform-optional-chaining" "^7.27.1"

0 commit comments

Comments
 (0)