Skip to content

Commit 103eb29

Browse files
author
Benjamin Pick
committed
Merge branch 'develop' of github.com:yellowtree/geoip-detect into develop
2 parents 0346454 + 28cd7d1 commit 103eb29

File tree

2 files changed

+123
-58
lines changed

2 files changed

+123
-58
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"just-safe-set": "4.2.1"
2929
},
3030
"devDependencies": {
31-
"@babel/core": "7.28.4",
32-
"@babel/plugin-transform-runtime": "7.28.3",
33-
"@babel/preset-env": "7.28.3",
31+
"@babel/core": "7.28.5",
32+
"@babel/plugin-transform-runtime": "7.28.5",
33+
"@babel/preset-env": "7.28.5",
3434
"babel-jest": "29.7.0",
3535
"babel-plugin-transform-class-properties": "6.24.1",
3636
"eslint": "8.57.0",

yarn.lock

Lines changed: 120 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -74,25 +74,30 @@
7474
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.14.tgz#4106fc8b755f3e3ee0a0a7c27dde5de1d2b2baf8"
7575
integrity sha512-0YpKHD6ImkWMEINCyDAD0HLLUH/lPCefG8ld9it8DJB2wnApraKuhgYTvTY1z7UFIfBTGy5LwncZ+5HWWGbhFw==
7676

77-
"@babel/compat-data@^7.27.2", "@babel/compat-data@^7.27.7", "@babel/compat-data@^7.28.0":
77+
"@babel/compat-data@^7.27.2", "@babel/compat-data@^7.27.7":
7878
version "7.28.4"
7979
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.4.tgz#96fdf1af1b8859c8474ab39c295312bfb7c24b04"
8080
integrity sha512-YsmSKC29MJwf0gF8Rjjrg5LQCmyh+j/nD8/eP7f+BeoQTKYqs9RoWbjGOdy0+1Ekr68RJZMUOPVQaQisnIo4Rw==
8181

82-
"@babel/core@7.28.4":
83-
version "7.28.4"
84-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496"
85-
integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==
82+
"@babel/compat-data@^7.28.5":
83+
version "7.28.5"
84+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.5.tgz#a8a4962e1567121ac0b3b487f52107443b455c7f"
85+
integrity sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==
86+
87+
"@babel/core@7.28.5":
88+
version "7.28.5"
89+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e"
90+
integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==
8691
dependencies:
8792
"@babel/code-frame" "^7.27.1"
88-
"@babel/generator" "^7.28.3"
93+
"@babel/generator" "^7.28.5"
8994
"@babel/helper-compilation-targets" "^7.27.2"
9095
"@babel/helper-module-transforms" "^7.28.3"
9196
"@babel/helpers" "^7.28.4"
92-
"@babel/parser" "^7.28.4"
97+
"@babel/parser" "^7.28.5"
9398
"@babel/template" "^7.27.2"
94-
"@babel/traverse" "^7.28.4"
95-
"@babel/types" "^7.28.4"
99+
"@babel/traverse" "^7.28.5"
100+
"@babel/types" "^7.28.5"
96101
"@jridgewell/remapping" "^2.3.5"
97102
convert-source-map "^2.0.0"
98103
debug "^4.1.0"
@@ -181,6 +186,17 @@
181186
"@jridgewell/trace-mapping" "^0.3.28"
182187
jsesc "^3.0.2"
183188

189+
"@babel/generator@^7.28.5":
190+
version "7.28.5"
191+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298"
192+
integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==
193+
dependencies:
194+
"@babel/parser" "^7.28.5"
195+
"@babel/types" "^7.28.5"
196+
"@jridgewell/gen-mapping" "^0.3.12"
197+
"@jridgewell/trace-mapping" "^0.3.28"
198+
jsesc "^3.0.2"
199+
184200
"@babel/helper-annotate-as-pure@^7.18.6":
185201
version "7.18.6"
186202
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -495,6 +511,11 @@
495511
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
496512
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
497513

514+
"@babel/helper-validator-identifier@^7.28.5":
515+
version "7.28.5"
516+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
517+
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
518+
498519
"@babel/helper-validator-option@^7.16.7":
499520
version "7.16.7"
500521
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
@@ -618,13 +639,20 @@
618639
dependencies:
619640
"@babel/types" "^7.28.4"
620641

621-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
622-
version "7.27.1"
623-
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz#61dd8a8e61f7eb568268d1b5f129da3eee364bf9"
624-
integrity sha512-QPG3C9cCVRQLxAVwmefEmwdTanECuUBMQZ/ym5kiw3XKCGA7qkuQLcjWWHcrD/GKbn/WmJwaezfuuAOcyKlRPA==
642+
"@babel/parser@^7.28.5":
643+
version "7.28.5"
644+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
645+
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
646+
dependencies:
647+
"@babel/types" "^7.28.5"
648+
649+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.28.5":
650+
version "7.28.5"
651+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz#fbde57974707bbfa0376d34d425ff4fa6c732421"
652+
integrity sha512-87GDMS3tsmMSi/3bWOte1UblL+YUTFMV8SZPZ2eSEL17s74Cw/l63rR6NmGVKMYW2GYi85nE+/d6Hw5N0bEk2Q==
625653
dependencies:
626654
"@babel/helper-plugin-utils" "^7.27.1"
627-
"@babel/traverse" "^7.27.1"
655+
"@babel/traverse" "^7.28.5"
628656

629657
"@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.27.1":
630658
version "7.27.1"
@@ -814,10 +842,10 @@
814842
dependencies:
815843
"@babel/helper-plugin-utils" "^7.27.1"
816844

817-
"@babel/plugin-transform-block-scoping@^7.28.0":
818-
version "7.28.4"
819-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.4.tgz#e19ac4ddb8b7858bac1fd5c1be98a994d9726410"
820-
integrity sha512-1yxmvN0MJHOhPVmAsmoW5liWwoILobu/d/ShymZmj867bAdxGbehIrew1DuLpw2Ukv+qDSSPQdYW1dLNE7t11A==
845+
"@babel/plugin-transform-block-scoping@^7.28.5":
846+
version "7.28.5"
847+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.5.tgz#e0d3af63bd8c80de2e567e690a54e84d85eb16f6"
848+
integrity sha512-45DmULpySVvmq9Pj3X9B+62Xe+DJGov27QravQJU1LLcapR6/10i+gYVAucGGJpHBp5mYxIMK4nDAT/QDLr47g==
821849
dependencies:
822850
"@babel/helper-plugin-utils" "^7.27.1"
823851

@@ -837,7 +865,7 @@
837865
"@babel/helper-create-class-features-plugin" "^7.28.3"
838866
"@babel/helper-plugin-utils" "^7.27.1"
839867

840-
"@babel/plugin-transform-classes@^7.28.3":
868+
"@babel/plugin-transform-classes@^7.28.4":
841869
version "7.28.4"
842870
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.4.tgz#75d66175486788c56728a73424d67cbc7473495c"
843871
integrity sha512-cFOlhIYPBv/iBoc+KS3M6et2XPtbT2HiCRfBXWtfpc9OAyostldxIf9YAYB6ypURBBbx+Qv6nyrLzASfJe+hBA==
@@ -865,6 +893,14 @@
865893
"@babel/helper-plugin-utils" "^7.27.1"
866894
"@babel/traverse" "^7.28.0"
867895

896+
"@babel/plugin-transform-destructuring@^7.28.5":
897+
version "7.28.5"
898+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz#b8402764df96179a2070bb7b501a1586cf8ad7a7"
899+
integrity sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==
900+
dependencies:
901+
"@babel/helper-plugin-utils" "^7.27.1"
902+
"@babel/traverse" "^7.28.5"
903+
868904
"@babel/plugin-transform-dotall-regex@^7.27.1":
869905
version "7.27.1"
870906
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz#aa6821de864c528b1fecf286f0a174e38e826f4d"
@@ -903,10 +939,10 @@
903939
"@babel/helper-plugin-utils" "^7.27.1"
904940
"@babel/plugin-transform-destructuring" "^7.28.0"
905941

906-
"@babel/plugin-transform-exponentiation-operator@^7.27.1":
907-
version "7.27.1"
908-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.27.1.tgz#fc497b12d8277e559747f5a3ed868dd8064f83e1"
909-
integrity sha512-uspvXnhHvGKf2r4VVtBpeFnuDWsJLQ6MF6lGJLC89jBR1uoVeqM416AZtTuhTezOfgHicpJQmoD5YUakO/YmXQ==
942+
"@babel/plugin-transform-exponentiation-operator@^7.28.5":
943+
version "7.28.5"
944+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.5.tgz#7cc90a8170e83532676cfa505278e147056e94fe"
945+
integrity sha512-D4WIMaFtwa2NizOp+dnoFjRez/ClKiC2BqqImwKd1X28nqBtZEyCYJ2ozQrrzlxAFrcrjxo39S6khe9RNDlGzw==
910946
dependencies:
911947
"@babel/helper-plugin-utils" "^7.27.1"
912948

@@ -948,10 +984,10 @@
948984
dependencies:
949985
"@babel/helper-plugin-utils" "^7.27.1"
950986

951-
"@babel/plugin-transform-logical-assignment-operators@^7.27.1":
952-
version "7.27.1"
953-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.27.1.tgz#890cb20e0270e0e5bebe3f025b434841c32d5baa"
954-
integrity sha512-SJvDs5dXxiae4FbSL1aBJlG4wvl594N6YEVVn9e3JGulwioy6z3oPjx/sQBO3Y4NwUu5HNix6KJ3wBZoewcdbw==
987+
"@babel/plugin-transform-logical-assignment-operators@^7.28.5":
988+
version "7.28.5"
989+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.5.tgz#d028fd6db8c081dee4abebc812c2325e24a85b0e"
990+
integrity sha512-axUuqnUTBuXyHGcJEVVh9pORaN6wC5bYfE7FGzPiaWa3syib9m7g+/IT/4VgCOe2Upef43PHzeAvcrVek6QuuA==
955991
dependencies:
956992
"@babel/helper-plugin-utils" "^7.27.1"
957993

@@ -978,15 +1014,15 @@
9781014
"@babel/helper-module-transforms" "^7.27.1"
9791015
"@babel/helper-plugin-utils" "^7.27.1"
9801016

981-
"@babel/plugin-transform-modules-systemjs@^7.27.1":
982-
version "7.27.1"
983-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz#00e05b61863070d0f3292a00126c16c0e024c4ed"
984-
integrity sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==
1017+
"@babel/plugin-transform-modules-systemjs@^7.28.5":
1018+
version "7.28.5"
1019+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.28.5.tgz#7439e592a92d7670dfcb95d0cbc04bd3e64801d2"
1020+
integrity sha512-vn5Jma98LCOeBy/KpeQhXcV2WZgaRUtjwQmjoBuLNlOmkg0fB5pdvYVeWRYI69wWKwK2cD1QbMiUQnoujWvrew==
9851021
dependencies:
986-
"@babel/helper-module-transforms" "^7.27.1"
1022+
"@babel/helper-module-transforms" "^7.28.3"
9871023
"@babel/helper-plugin-utils" "^7.27.1"
988-
"@babel/helper-validator-identifier" "^7.27.1"
989-
"@babel/traverse" "^7.27.1"
1024+
"@babel/helper-validator-identifier" "^7.28.5"
1025+
"@babel/traverse" "^7.28.5"
9901026

9911027
"@babel/plugin-transform-modules-umd@^7.27.1":
9921028
version "7.27.1"
@@ -1025,7 +1061,7 @@
10251061
dependencies:
10261062
"@babel/helper-plugin-utils" "^7.27.1"
10271063

1028-
"@babel/plugin-transform-object-rest-spread@^7.28.0":
1064+
"@babel/plugin-transform-object-rest-spread@^7.28.4":
10291065
version "7.28.4"
10301066
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz#9ee1ceca80b3e6c4bac9247b2149e36958f7f98d"
10311067
integrity sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==
@@ -1059,6 +1095,14 @@
10591095
"@babel/helper-plugin-utils" "^7.27.1"
10601096
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
10611097

1098+
"@babel/plugin-transform-optional-chaining@^7.28.5":
1099+
version "7.28.5"
1100+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.5.tgz#8238c785f9d5c1c515a90bf196efb50d075a4b26"
1101+
integrity sha512-N6fut9IZlPnjPwgiQkXNhb+cT8wQKFlJNqcZkWlcTqkcqx6/kU4ynGmLFoa4LViBSirn05YAwk+sQBbPfxtYzQ==
1102+
dependencies:
1103+
"@babel/helper-plugin-utils" "^7.27.1"
1104+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
1105+
10621106
"@babel/plugin-transform-parameters@^7.27.7":
10631107
version "7.27.7"
10641108
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz#1fd2febb7c74e7d21cf3b05f7aebc907940af53a"
@@ -1090,7 +1134,7 @@
10901134
dependencies:
10911135
"@babel/helper-plugin-utils" "^7.27.1"
10921136

1093-
"@babel/plugin-transform-regenerator@^7.28.3":
1137+
"@babel/plugin-transform-regenerator@^7.28.4":
10941138
version "7.28.4"
10951139
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.4.tgz#9d3fa3bebb48ddd0091ce5729139cd99c67cea51"
10961140
integrity sha512-+ZEdQlBoRg9m2NnzvEeLgtvBMO4tkFBw5SQIUgLICgTrumLoU7lr+Oghi6km2PFj+dbUt2u1oby2w3BDO9YQnA==
@@ -1112,10 +1156,10 @@
11121156
dependencies:
11131157
"@babel/helper-plugin-utils" "^7.27.1"
11141158

1115-
"@babel/plugin-transform-runtime@7.28.3":
1116-
version "7.28.3"
1117-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.28.3.tgz#f5990a1b2d2bde950ed493915e0719841c8d0eaa"
1118-
integrity sha512-Y6ab1kGqZ0u42Zv/4a7l0l72n9DKP/MKoKWaUSBylrhNZO2prYuqFOLbn5aW5SIFXwSH93yfjbgllL8lxuGKLg==
1159+
"@babel/plugin-transform-runtime@7.28.5":
1160+
version "7.28.5"
1161+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.28.5.tgz#ae3e21fbefe2831ebac04dfa6b463691696afe17"
1162+
integrity sha512-20NUVgOrinudkIBzQ2bNxP08YpKprUkRTiRSd2/Z5GOdPImJGkoN4Z7IQe1T5AdyKI1i5L6RBmluqdSzvaq9/w==
11191163
dependencies:
11201164
"@babel/helper-module-imports" "^7.27.1"
11211165
"@babel/helper-plugin-utils" "^7.27.1"
@@ -1191,16 +1235,16 @@
11911235
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
11921236
"@babel/helper-plugin-utils" "^7.27.1"
11931237

1194-
"@babel/preset-env@7.28.3":
1195-
version "7.28.3"
1196-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.3.tgz#2b18d9aff9e69643789057ae4b942b1654f88187"
1197-
integrity sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==
1238+
"@babel/preset-env@7.28.5":
1239+
version "7.28.5"
1240+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.5.tgz#82dd159d1563f219a1ce94324b3071eb89e280b0"
1241+
integrity sha512-S36mOoi1Sb6Fz98fBfE+UZSpYw5mJm0NUHtIKrOuNcqeFauy1J6dIvXm2KRVKobOSaGq4t/hBXdN4HGU3wL9Wg==
11981242
dependencies:
1199-
"@babel/compat-data" "^7.28.0"
1243+
"@babel/compat-data" "^7.28.5"
12001244
"@babel/helper-compilation-targets" "^7.27.2"
12011245
"@babel/helper-plugin-utils" "^7.27.1"
12021246
"@babel/helper-validator-option" "^7.27.1"
1203-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.27.1"
1247+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.28.5"
12041248
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1"
12051249
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1"
12061250
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1"
@@ -1213,42 +1257,42 @@
12131257
"@babel/plugin-transform-async-generator-functions" "^7.28.0"
12141258
"@babel/plugin-transform-async-to-generator" "^7.27.1"
12151259
"@babel/plugin-transform-block-scoped-functions" "^7.27.1"
1216-
"@babel/plugin-transform-block-scoping" "^7.28.0"
1260+
"@babel/plugin-transform-block-scoping" "^7.28.5"
12171261
"@babel/plugin-transform-class-properties" "^7.27.1"
12181262
"@babel/plugin-transform-class-static-block" "^7.28.3"
1219-
"@babel/plugin-transform-classes" "^7.28.3"
1263+
"@babel/plugin-transform-classes" "^7.28.4"
12201264
"@babel/plugin-transform-computed-properties" "^7.27.1"
1221-
"@babel/plugin-transform-destructuring" "^7.28.0"
1265+
"@babel/plugin-transform-destructuring" "^7.28.5"
12221266
"@babel/plugin-transform-dotall-regex" "^7.27.1"
12231267
"@babel/plugin-transform-duplicate-keys" "^7.27.1"
12241268
"@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.27.1"
12251269
"@babel/plugin-transform-dynamic-import" "^7.27.1"
12261270
"@babel/plugin-transform-explicit-resource-management" "^7.28.0"
1227-
"@babel/plugin-transform-exponentiation-operator" "^7.27.1"
1271+
"@babel/plugin-transform-exponentiation-operator" "^7.28.5"
12281272
"@babel/plugin-transform-export-namespace-from" "^7.27.1"
12291273
"@babel/plugin-transform-for-of" "^7.27.1"
12301274
"@babel/plugin-transform-function-name" "^7.27.1"
12311275
"@babel/plugin-transform-json-strings" "^7.27.1"
12321276
"@babel/plugin-transform-literals" "^7.27.1"
1233-
"@babel/plugin-transform-logical-assignment-operators" "^7.27.1"
1277+
"@babel/plugin-transform-logical-assignment-operators" "^7.28.5"
12341278
"@babel/plugin-transform-member-expression-literals" "^7.27.1"
12351279
"@babel/plugin-transform-modules-amd" "^7.27.1"
12361280
"@babel/plugin-transform-modules-commonjs" "^7.27.1"
1237-
"@babel/plugin-transform-modules-systemjs" "^7.27.1"
1281+
"@babel/plugin-transform-modules-systemjs" "^7.28.5"
12381282
"@babel/plugin-transform-modules-umd" "^7.27.1"
12391283
"@babel/plugin-transform-named-capturing-groups-regex" "^7.27.1"
12401284
"@babel/plugin-transform-new-target" "^7.27.1"
12411285
"@babel/plugin-transform-nullish-coalescing-operator" "^7.27.1"
12421286
"@babel/plugin-transform-numeric-separator" "^7.27.1"
1243-
"@babel/plugin-transform-object-rest-spread" "^7.28.0"
1287+
"@babel/plugin-transform-object-rest-spread" "^7.28.4"
12441288
"@babel/plugin-transform-object-super" "^7.27.1"
12451289
"@babel/plugin-transform-optional-catch-binding" "^7.27.1"
1246-
"@babel/plugin-transform-optional-chaining" "^7.27.1"
1290+
"@babel/plugin-transform-optional-chaining" "^7.28.5"
12471291
"@babel/plugin-transform-parameters" "^7.27.7"
12481292
"@babel/plugin-transform-private-methods" "^7.27.1"
12491293
"@babel/plugin-transform-private-property-in-object" "^7.27.1"
12501294
"@babel/plugin-transform-property-literals" "^7.27.1"
1251-
"@babel/plugin-transform-regenerator" "^7.28.3"
1295+
"@babel/plugin-transform-regenerator" "^7.28.4"
12521296
"@babel/plugin-transform-regexp-modifiers" "^7.27.1"
12531297
"@babel/plugin-transform-reserved-words" "^7.27.1"
12541298
"@babel/plugin-transform-shorthand-properties" "^7.27.1"
@@ -1346,6 +1390,19 @@
13461390
"@babel/types" "^7.28.4"
13471391
debug "^4.3.1"
13481392

1393+
"@babel/traverse@^7.28.5":
1394+
version "7.28.5"
1395+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b"
1396+
integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==
1397+
dependencies:
1398+
"@babel/code-frame" "^7.27.1"
1399+
"@babel/generator" "^7.28.5"
1400+
"@babel/helper-globals" "^7.28.0"
1401+
"@babel/parser" "^7.28.5"
1402+
"@babel/template" "^7.27.2"
1403+
"@babel/types" "^7.28.5"
1404+
debug "^4.3.1"
1405+
13491406
"@babel/types@^7.0.0", "@babel/types@^7.16.7", "@babel/types@^7.17.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
13501407
version "7.17.0"
13511408
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b"
@@ -1407,6 +1464,14 @@
14071464
"@babel/helper-string-parser" "^7.27.1"
14081465
"@babel/helper-validator-identifier" "^7.27.1"
14091466

1467+
"@babel/types@^7.28.5":
1468+
version "7.28.5"
1469+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
1470+
integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==
1471+
dependencies:
1472+
"@babel/helper-string-parser" "^7.27.1"
1473+
"@babel/helper-validator-identifier" "^7.28.5"
1474+
14101475
"@bcoe/v8-coverage@^0.2.3":
14111476
version "0.2.3"
14121477
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)