Skip to content

Commit ba4868c

Browse files
chore(deps): update dependency @babel/preset-env to v7.26.7 (#1539)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 679adbd commit ba4868c

File tree

2 files changed

+66
-51
lines changed

2 files changed

+66
-51
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"prepare": "husky install"
4949
},
5050
"devDependencies": {
51-
"@babel/preset-env": "7.26.0",
51+
"@babel/preset-env": "7.26.7",
5252
"@rollup/plugin-babel": "6.0.4",
5353
"@rollup/plugin-node-resolve": "16.0.0",
5454
"@types/jest": "29.5.14",

yarn.lock

Lines changed: 65 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.9.tgz#24b01c5db6a3ebf85661b4fb4a946a9bccc72ac8"
5454
integrity sha512-yD+hEuJ/+wAJ4Ox2/rpNv5HIuPG82x3ZlQvYVn8iYCprdxzE7P1udpGF1jyjQVBU4dgznN+k2h103vxZ7NdPyw==
5555

56-
"@babel/compat-data@^7.26.0":
57-
version "7.26.0"
58-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819"
59-
integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA==
56+
"@babel/compat-data@^7.26.5":
57+
version "7.26.5"
58+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.5.tgz#df93ac37f4417854130e21d72c66ff3d4b897fc7"
59+
integrity sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==
6060

6161
"@babel/core@^7.11.6", "@babel/core@^7.12.3":
6262
version "7.22.9"
@@ -113,14 +113,6 @@
113113
dependencies:
114114
"@babel/types" "^7.25.9"
115115

116-
"@babel/helper-builder-binary-assignment-operator-visitor@^7.25.9":
117-
version "7.25.9"
118-
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.9.tgz#f41752fe772a578e67286e6779a68a5a92de1ee9"
119-
integrity sha512-C47lC7LIDCnz0h4vai/tpNOI95tCd5ZT3iBt/DBH5lXKHZsyNQv18yf1wIIg2ntiQNgmAvA+DgZ82iW8Qdym8g==
120-
dependencies:
121-
"@babel/traverse" "^7.25.9"
122-
"@babel/types" "^7.25.9"
123-
124116
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.22.9":
125117
version "7.22.9"
126118
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.9.tgz#f9d0a7aaaa7cd32a3f31c9316a69f5a9bcacb892"
@@ -143,6 +135,17 @@
143135
lru-cache "^5.1.1"
144136
semver "^6.3.1"
145137

138+
"@babel/helper-compilation-targets@^7.26.5":
139+
version "7.26.5"
140+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz#75d92bb8d8d51301c0d49e52a65c9a7fe94514d8"
141+
integrity sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==
142+
dependencies:
143+
"@babel/compat-data" "^7.26.5"
144+
"@babel/helper-validator-option" "^7.25.9"
145+
browserslist "^4.24.0"
146+
lru-cache "^5.1.1"
147+
semver "^6.3.1"
148+
146149
"@babel/helper-create-class-features-plugin@^7.25.9":
147150
version "7.25.9"
148151
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz#7644147706bb90ff613297d49ed5266bde729f83"
@@ -249,6 +252,15 @@
249252
"@babel/helper-validator-identifier" "^7.25.9"
250253
"@babel/traverse" "^7.25.9"
251254

255+
"@babel/helper-module-transforms@^7.26.0":
256+
version "7.26.0"
257+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
258+
integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
259+
dependencies:
260+
"@babel/helper-module-imports" "^7.25.9"
261+
"@babel/helper-validator-identifier" "^7.25.9"
262+
"@babel/traverse" "^7.25.9"
263+
252264
"@babel/helper-optimise-call-expression@^7.25.9":
253265
version "7.25.9"
254266
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz#3324ae50bae7e2ab3c33f60c9a877b6a0146b54e"
@@ -266,6 +278,11 @@
266278
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz#9cbdd63a9443a2c92a725cca7ebca12cc8dd9f46"
267279
integrity sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==
268280

281+
"@babel/helper-plugin-utils@^7.26.5":
282+
version "7.26.5"
283+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz#18580d00c9934117ad719392c4f6585c9333cc35"
284+
integrity sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==
285+
269286
"@babel/helper-remap-async-to-generator@^7.25.9":
270287
version "7.25.9"
271288
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz#e53956ab3d5b9fb88be04b3e2f31b523afd34b92"
@@ -597,12 +614,12 @@
597614
"@babel/helper-plugin-utils" "^7.25.9"
598615
"@babel/helper-remap-async-to-generator" "^7.25.9"
599616

600-
"@babel/plugin-transform-block-scoped-functions@^7.25.9":
601-
version "7.25.9"
602-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.9.tgz#5700691dbd7abb93de300ca7be94203764fce458"
603-
integrity sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==
617+
"@babel/plugin-transform-block-scoped-functions@^7.26.5":
618+
version "7.26.5"
619+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.26.5.tgz#3dc4405d31ad1cbe45293aa57205a6e3b009d53e"
620+
integrity sha512-chuTSY+hq09+/f5lMj8ZSYgCFpppV2CbYrhNFJ1BFoXpiWPnnAb7R0MqrafCpN8E1+YRrtM1MXZHJdIx8B6rMQ==
604621
dependencies:
605-
"@babel/helper-plugin-utils" "^7.25.9"
622+
"@babel/helper-plugin-utils" "^7.26.5"
606623

607624
"@babel/plugin-transform-block-scoping@^7.25.9":
608625
version "7.25.9"
@@ -684,12 +701,11 @@
684701
dependencies:
685702
"@babel/helper-plugin-utils" "^7.25.9"
686703

687-
"@babel/plugin-transform-exponentiation-operator@^7.25.9":
688-
version "7.25.9"
689-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.25.9.tgz#ece47b70d236c1d99c263a1e22b62dc20a4c8b0f"
690-
integrity sha512-KRhdhlVk2nObA5AYa7QMgTMTVJdfHprfpAk4DjZVtllqRg9qarilstTKEhpVjyt+Npi8ThRyiV8176Am3CodPA==
704+
"@babel/plugin-transform-exponentiation-operator@^7.26.3":
705+
version "7.26.3"
706+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.26.3.tgz#e29f01b6de302c7c2c794277a48f04a9ca7f03bc"
707+
integrity sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==
691708
dependencies:
692-
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.25.9"
693709
"@babel/helper-plugin-utils" "^7.25.9"
694710

695711
"@babel/plugin-transform-export-namespace-from@^7.25.9":
@@ -752,14 +768,13 @@
752768
"@babel/helper-module-transforms" "^7.25.9"
753769
"@babel/helper-plugin-utils" "^7.25.9"
754770

755-
"@babel/plugin-transform-modules-commonjs@^7.25.9":
756-
version "7.25.9"
757-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.9.tgz#d165c8c569a080baf5467bda88df6425fc060686"
758-
integrity sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==
771+
"@babel/plugin-transform-modules-commonjs@^7.26.3":
772+
version "7.26.3"
773+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz#8f011d44b20d02c3de44d8850d971d8497f981fb"
774+
integrity sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==
759775
dependencies:
760-
"@babel/helper-module-transforms" "^7.25.9"
776+
"@babel/helper-module-transforms" "^7.26.0"
761777
"@babel/helper-plugin-utils" "^7.25.9"
762-
"@babel/helper-simple-access" "^7.25.9"
763778

764779
"@babel/plugin-transform-modules-systemjs@^7.25.9":
765780
version "7.25.9"
@@ -794,12 +809,12 @@
794809
dependencies:
795810
"@babel/helper-plugin-utils" "^7.25.9"
796811

797-
"@babel/plugin-transform-nullish-coalescing-operator@^7.25.9":
798-
version "7.25.9"
799-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.9.tgz#bcb1b0d9e948168102d5f7104375ca21c3266949"
800-
integrity sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==
812+
"@babel/plugin-transform-nullish-coalescing-operator@^7.26.6":
813+
version "7.26.6"
814+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.26.6.tgz#fbf6b3c92cb509e7b319ee46e3da89c5bedd31fe"
815+
integrity sha512-CKW8Vu+uUZneQCPtXmSBUC6NCAUdya26hWCElAWh5mVSlSRsmiCPUUDKb3Z0szng1hiAJa098Hkhg9o4SE35Qw==
801816
dependencies:
802-
"@babel/helper-plugin-utils" "^7.25.9"
817+
"@babel/helper-plugin-utils" "^7.26.5"
803818

804819
"@babel/plugin-transform-numeric-separator@^7.25.9":
805820
version "7.25.9"
@@ -923,12 +938,12 @@
923938
dependencies:
924939
"@babel/helper-plugin-utils" "^7.25.9"
925940

926-
"@babel/plugin-transform-typeof-symbol@^7.25.9":
927-
version "7.25.9"
928-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.9.tgz#224ba48a92869ddbf81f9b4a5f1204bbf5a2bc4b"
929-
integrity sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==
941+
"@babel/plugin-transform-typeof-symbol@^7.26.7":
942+
version "7.26.7"
943+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.26.7.tgz#d0e33acd9223744c1e857dbd6fa17bd0a3786937"
944+
integrity sha512-jfoTXXZTgGg36BmhqT3cAYK5qkmqvJpvNrPhaK/52Vgjhw4Rq29s9UqpWWV0D6yuRmgiFH/BUVlkl96zJWqnaw==
930945
dependencies:
931-
"@babel/helper-plugin-utils" "^7.25.9"
946+
"@babel/helper-plugin-utils" "^7.26.5"
932947

933948
"@babel/plugin-transform-unicode-escapes@^7.25.9":
934949
version "7.25.9"
@@ -961,14 +976,14 @@
961976
"@babel/helper-create-regexp-features-plugin" "^7.25.9"
962977
"@babel/helper-plugin-utils" "^7.25.9"
963978

964-
"@babel/[email protected].0":
965-
version "7.26.0"
966-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.0.tgz#30e5c6bc1bcc54865bff0c5a30f6d4ccdc7fa8b1"
967-
integrity sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==
979+
"@babel/[email protected].7":
980+
version "7.26.7"
981+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.7.tgz#24d38e211f4570b8d806337035cc3ae798e0c36d"
982+
integrity sha512-Ycg2tnXwixaXOVb29rana8HNPgLVBof8qqtNQ9LE22IoyZboQbGSxI6ZySMdW3K5nAe6gu35IaJefUJflhUFTQ==
968983
dependencies:
969-
"@babel/compat-data" "^7.26.0"
970-
"@babel/helper-compilation-targets" "^7.25.9"
971-
"@babel/helper-plugin-utils" "^7.25.9"
984+
"@babel/compat-data" "^7.26.5"
985+
"@babel/helper-compilation-targets" "^7.26.5"
986+
"@babel/helper-plugin-utils" "^7.26.5"
972987
"@babel/helper-validator-option" "^7.25.9"
973988
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.9"
974989
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.25.9"
@@ -982,7 +997,7 @@
982997
"@babel/plugin-transform-arrow-functions" "^7.25.9"
983998
"@babel/plugin-transform-async-generator-functions" "^7.25.9"
984999
"@babel/plugin-transform-async-to-generator" "^7.25.9"
985-
"@babel/plugin-transform-block-scoped-functions" "^7.25.9"
1000+
"@babel/plugin-transform-block-scoped-functions" "^7.26.5"
9861001
"@babel/plugin-transform-block-scoping" "^7.25.9"
9871002
"@babel/plugin-transform-class-properties" "^7.25.9"
9881003
"@babel/plugin-transform-class-static-block" "^7.26.0"
@@ -993,7 +1008,7 @@
9931008
"@babel/plugin-transform-duplicate-keys" "^7.25.9"
9941009
"@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.25.9"
9951010
"@babel/plugin-transform-dynamic-import" "^7.25.9"
996-
"@babel/plugin-transform-exponentiation-operator" "^7.25.9"
1011+
"@babel/plugin-transform-exponentiation-operator" "^7.26.3"
9971012
"@babel/plugin-transform-export-namespace-from" "^7.25.9"
9981013
"@babel/plugin-transform-for-of" "^7.25.9"
9991014
"@babel/plugin-transform-function-name" "^7.25.9"
@@ -1002,12 +1017,12 @@
10021017
"@babel/plugin-transform-logical-assignment-operators" "^7.25.9"
10031018
"@babel/plugin-transform-member-expression-literals" "^7.25.9"
10041019
"@babel/plugin-transform-modules-amd" "^7.25.9"
1005-
"@babel/plugin-transform-modules-commonjs" "^7.25.9"
1020+
"@babel/plugin-transform-modules-commonjs" "^7.26.3"
10061021
"@babel/plugin-transform-modules-systemjs" "^7.25.9"
10071022
"@babel/plugin-transform-modules-umd" "^7.25.9"
10081023
"@babel/plugin-transform-named-capturing-groups-regex" "^7.25.9"
10091024
"@babel/plugin-transform-new-target" "^7.25.9"
1010-
"@babel/plugin-transform-nullish-coalescing-operator" "^7.25.9"
1025+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.26.6"
10111026
"@babel/plugin-transform-numeric-separator" "^7.25.9"
10121027
"@babel/plugin-transform-object-rest-spread" "^7.25.9"
10131028
"@babel/plugin-transform-object-super" "^7.25.9"
@@ -1024,7 +1039,7 @@
10241039
"@babel/plugin-transform-spread" "^7.25.9"
10251040
"@babel/plugin-transform-sticky-regex" "^7.25.9"
10261041
"@babel/plugin-transform-template-literals" "^7.25.9"
1027-
"@babel/plugin-transform-typeof-symbol" "^7.25.9"
1042+
"@babel/plugin-transform-typeof-symbol" "^7.26.7"
10281043
"@babel/plugin-transform-unicode-escapes" "^7.25.9"
10291044
"@babel/plugin-transform-unicode-property-regex" "^7.25.9"
10301045
"@babel/plugin-transform-unicode-regex" "^7.25.9"

0 commit comments

Comments
 (0)