|
30 | 30 | integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
|
31 | 31 |
|
32 | 32 | "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.23.7", "@babel/core@^7.23.9":
|
33 |
| - version "7.26.9" |
34 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2" |
35 |
| - integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw== |
| 33 | + version "7.26.10" |
| 34 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9" |
| 35 | + integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ== |
36 | 36 | dependencies:
|
37 | 37 | "@ampproject/remapping" "^2.2.0"
|
38 | 38 | "@babel/code-frame" "^7.26.2"
|
39 |
| - "@babel/generator" "^7.26.9" |
| 39 | + "@babel/generator" "^7.26.10" |
40 | 40 | "@babel/helper-compilation-targets" "^7.26.5"
|
41 | 41 | "@babel/helper-module-transforms" "^7.26.0"
|
42 |
| - "@babel/helpers" "^7.26.9" |
43 |
| - "@babel/parser" "^7.26.9" |
| 42 | + "@babel/helpers" "^7.26.10" |
| 43 | + "@babel/parser" "^7.26.10" |
44 | 44 | "@babel/template" "^7.26.9"
|
45 |
| - "@babel/traverse" "^7.26.9" |
46 |
| - "@babel/types" "^7.26.9" |
| 45 | + "@babel/traverse" "^7.26.10" |
| 46 | + "@babel/types" "^7.26.10" |
47 | 47 | convert-source-map "^2.0.0"
|
48 | 48 | debug "^4.1.0"
|
49 | 49 | gensync "^1.0.0-beta.2"
|
50 | 50 | json5 "^2.2.3"
|
51 | 51 | semver "^6.3.1"
|
52 | 52 |
|
53 |
| -"@babel/generator@^7.26.9", "@babel/generator@^7.7.2": |
54 |
| - version "7.26.9" |
55 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca" |
56 |
| - integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg== |
| 53 | +"@babel/generator@^7.26.10", "@babel/generator@^7.7.2": |
| 54 | + version "7.26.10" |
| 55 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7" |
| 56 | + integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang== |
57 | 57 | dependencies:
|
58 |
| - "@babel/parser" "^7.26.9" |
59 |
| - "@babel/types" "^7.26.9" |
| 58 | + "@babel/parser" "^7.26.10" |
| 59 | + "@babel/types" "^7.26.10" |
60 | 60 | "@jridgewell/gen-mapping" "^0.3.5"
|
61 | 61 | "@jridgewell/trace-mapping" "^0.3.25"
|
62 | 62 | jsesc "^3.0.2"
|
|
227 | 227 | "@babel/traverse" "^7.25.9"
|
228 | 228 | "@babel/types" "^7.25.9"
|
229 | 229 |
|
230 |
| -"@babel/helpers@^7.26.9": |
231 |
| - version "7.26.9" |
232 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6" |
233 |
| - integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA== |
| 230 | +"@babel/helpers@^7.26.10": |
| 231 | + version "7.26.10" |
| 232 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384" |
| 233 | + integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g== |
234 | 234 | dependencies:
|
235 | 235 | "@babel/template" "^7.26.9"
|
236 |
| - "@babel/types" "^7.26.9" |
| 236 | + "@babel/types" "^7.26.10" |
237 | 237 |
|
238 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.26.9": |
239 |
| - version "7.26.9" |
240 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5" |
241 |
| - integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A== |
| 238 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.26.10", "@babel/parser@^7.26.9": |
| 239 | + version "7.26.10" |
| 240 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749" |
| 241 | + integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA== |
242 | 242 | dependencies:
|
243 |
| - "@babel/types" "^7.26.9" |
| 243 | + "@babel/types" "^7.26.10" |
244 | 244 |
|
245 | 245 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
|
246 | 246 | version "7.25.9"
|
|
934 | 934 | "@babel/parser" "^7.26.9"
|
935 | 935 | "@babel/types" "^7.26.9"
|
936 | 936 |
|
937 |
| -"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.9": |
938 |
| - version "7.26.9" |
939 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a" |
940 |
| - integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg== |
| 937 | +"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10": |
| 938 | + version "7.26.10" |
| 939 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380" |
| 940 | + integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A== |
941 | 941 | dependencies:
|
942 | 942 | "@babel/code-frame" "^7.26.2"
|
943 |
| - "@babel/generator" "^7.26.9" |
944 |
| - "@babel/parser" "^7.26.9" |
| 943 | + "@babel/generator" "^7.26.10" |
| 944 | + "@babel/parser" "^7.26.10" |
945 | 945 | "@babel/template" "^7.26.9"
|
946 |
| - "@babel/types" "^7.26.9" |
| 946 | + "@babel/types" "^7.26.10" |
947 | 947 | debug "^4.3.1"
|
948 | 948 | globals "^11.1.0"
|
949 | 949 |
|
950 |
| -"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.25.9", "@babel/types@^7.26.9", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
951 |
| - version "7.26.9" |
952 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce" |
953 |
| - integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw== |
| 950 | +"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.26.9", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 951 | + version "7.26.10" |
| 952 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
| 953 | + integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ== |
954 | 954 | dependencies:
|
955 | 955 | "@babel/helper-string-parser" "^7.25.9"
|
956 | 956 | "@babel/helper-validator-identifier" "^7.25.9"
|
@@ -6875,12 +6875,7 @@ semver@^6.0.0, semver@^6.2.0, semver@^6.3.0, semver@^6.3.1:
|
6875 | 6875 | resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
6876 | 6876 | integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
6877 | 6877 |
|
6878 |
| -semver@^7.0.0, semver@^7.1.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.3: |
6879 |
| - version "7.6.2" |
6880 |
| - resolved "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13" |
6881 |
| - integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w== |
6882 |
| - |
6883 |
| -semver@^7.5.4, semver@^7.7.1: |
| 6878 | +semver@^7.0.0, semver@^7.1.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4, semver@^7.7.1: |
6884 | 6879 | version "7.7.1"
|
6885 | 6880 | resolved "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
|
6886 | 6881 | integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
|
|
0 commit comments