Skip to content

Commit 1bfeae7

Browse files
chore(deps-dev): bump @babel/preset-env from 7.26.8 to 7.26.9 (#3117)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.26.8 to 7.26.9. - [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.26.9/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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bdefb67 commit 1bfeae7

File tree

2 files changed

+39
-14
lines changed

2 files changed

+39
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@apollo/client": "^3.11.1",
2121
"@babel/core": "^7.23.5",
22-
"@babel/preset-env": "^7.24.3",
22+
"@babel/preset-env": "^7.26.9",
2323
"@babel/preset-react": "^7.18.6",
2424
"@babel/preset-typescript": "^7.18.6",
2525
"@jest/globals": "^29.3.1",

yarn.lock

Lines changed: 38 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1138,12 +1138,12 @@
11381138
"@babel/helper-plugin-utils" "^7.26.5"
11391139
"@babel/plugin-syntax-flow" "^7.26.0"
11401140

1141-
"@babel/plugin-transform-for-of@^7.25.9":
1142-
version "7.25.9"
1143-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz#4bdc7d42a213397905d89f02350c5267866d5755"
1144-
integrity sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==
1141+
"@babel/plugin-transform-for-of@^7.26.9":
1142+
version "7.26.9"
1143+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.26.9.tgz#27231f79d5170ef33b5111f07fe5cafeb2c96a56"
1144+
integrity sha512-Hry8AusVm8LW5BVFgiyUReuoGzPUpdHQQqJY5bZnbbf+ngOHWuCuYFKw/BqaaWlvEUrF91HMhDtEaI1hZzNbLg==
11451145
dependencies:
1146-
"@babel/helper-plugin-utils" "^7.25.9"
1146+
"@babel/helper-plugin-utils" "^7.26.5"
11471147
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
11481148

11491149
"@babel/plugin-transform-function-name@^7.25.9":
@@ -1469,10 +1469,10 @@
14691469
"@babel/helper-create-regexp-features-plugin" "^7.25.9"
14701470
"@babel/helper-plugin-utils" "^7.25.9"
14711471

1472-
"@babel/preset-env@^7.16.4", "@babel/preset-env@^7.24.3":
1473-
version "7.26.8"
1474-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.8.tgz#7af0090829b606d2046db99679004731e1dc364d"
1475-
integrity sha512-um7Sy+2THd697S4zJEfv/U5MHGJzkN2xhtsR3T/SWRbVSic62nbISh51VVfU9JiO/L/Z97QczHTaFVkOU8IzNg==
1472+
"@babel/preset-env@^7.16.4", "@babel/preset-env@^7.26.9":
1473+
version "7.26.9"
1474+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.9.tgz#2ec64e903d0efe743699f77a10bdf7955c2123c3"
1475+
integrity sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ==
14761476
dependencies:
14771477
"@babel/compat-data" "^7.26.8"
14781478
"@babel/helper-compilation-targets" "^7.26.5"
@@ -1503,7 +1503,7 @@
15031503
"@babel/plugin-transform-dynamic-import" "^7.25.9"
15041504
"@babel/plugin-transform-exponentiation-operator" "^7.26.3"
15051505
"@babel/plugin-transform-export-namespace-from" "^7.25.9"
1506-
"@babel/plugin-transform-for-of" "^7.25.9"
1506+
"@babel/plugin-transform-for-of" "^7.26.9"
15071507
"@babel/plugin-transform-function-name" "^7.25.9"
15081508
"@babel/plugin-transform-json-strings" "^7.25.9"
15091509
"@babel/plugin-transform-literals" "^7.25.9"
@@ -18473,7 +18473,16 @@ string-natural-compare@^3.0.1:
1847318473
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
1847418474
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
1847518475

18476-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
18476+
"string-width-cjs@npm:string-width@^4.2.0":
18477+
version "4.2.3"
18478+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
18479+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
18480+
dependencies:
18481+
emoji-regex "^8.0.0"
18482+
is-fullwidth-code-point "^3.0.0"
18483+
strip-ansi "^6.0.1"
18484+
18485+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
1847718486
version "4.2.3"
1847818487
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1847918488
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -18582,7 +18591,7 @@ string_decoder@~1.1.1:
1858218591
dependencies:
1858318592
safe-buffer "~5.1.0"
1858418593

18585-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
18594+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1858618595
version "6.0.1"
1858718596
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1858818597
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -18596,6 +18605,13 @@ strip-ansi@^5.2.0:
1859618605
dependencies:
1859718606
ansi-regex "^4.1.0"
1859818607

18608+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
18609+
version "6.0.1"
18610+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
18611+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
18612+
dependencies:
18613+
ansi-regex "^5.0.1"
18614+
1859918615
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
1860018616
version "7.1.0"
1860118617
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -20508,7 +20524,7 @@ workerpool@^6.5.1:
2050820524
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
2050920525
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
2051020526

20511-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
20527+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
2051220528
version "7.0.0"
2051320529
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
2051420530
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -20526,6 +20542,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
2052620542
string-width "^4.1.0"
2052720543
strip-ansi "^6.0.0"
2052820544

20545+
wrap-ansi@^7.0.0:
20546+
version "7.0.0"
20547+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
20548+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
20549+
dependencies:
20550+
ansi-styles "^4.0.0"
20551+
string-width "^4.1.0"
20552+
strip-ansi "^6.0.0"
20553+
2052920554
wrap-ansi@^8.0.1, wrap-ansi@^8.1.0:
2053020555
version "8.1.0"
2053120556
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)