|
72 | 72 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
|
73 | 73 | integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
|
74 | 74 |
|
75 |
| - |
76 |
| - version "7.26.8" |
77 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.8.tgz#7742f11c75acea6b08a8e24c5c0c8c89e89bf53e" |
78 |
| - integrity sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ== |
| 75 | + |
| 76 | + version "7.26.9" |
| 77 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2" |
| 78 | + integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw== |
79 | 79 | dependencies:
|
80 | 80 | "@ampproject/remapping" "^2.2.0"
|
81 | 81 | "@babel/code-frame" "^7.26.2"
|
82 |
| - "@babel/generator" "^7.26.8" |
| 82 | + "@babel/generator" "^7.26.9" |
83 | 83 | "@babel/helper-compilation-targets" "^7.26.5"
|
84 | 84 | "@babel/helper-module-transforms" "^7.26.0"
|
85 |
| - "@babel/helpers" "^7.26.7" |
86 |
| - "@babel/parser" "^7.26.8" |
87 |
| - "@babel/template" "^7.26.8" |
88 |
| - "@babel/traverse" "^7.26.8" |
89 |
| - "@babel/types" "^7.26.8" |
90 |
| - "@types/gensync" "^1.0.0" |
| 85 | + "@babel/helpers" "^7.26.9" |
| 86 | + "@babel/parser" "^7.26.9" |
| 87 | + "@babel/template" "^7.26.9" |
| 88 | + "@babel/traverse" "^7.26.9" |
| 89 | + "@babel/types" "^7.26.9" |
91 | 90 | convert-source-map "^2.0.0"
|
92 | 91 | debug "^4.1.0"
|
93 | 92 | gensync "^1.0.0-beta.2"
|
|
146 | 145 | "@jridgewell/trace-mapping" "^0.3.25"
|
147 | 146 | jsesc "^3.0.2"
|
148 | 147 |
|
| 148 | +"@babel/generator@^7.26.9": |
| 149 | + version "7.26.9" |
| 150 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca" |
| 151 | + integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg== |
| 152 | + dependencies: |
| 153 | + "@babel/parser" "^7.26.9" |
| 154 | + "@babel/types" "^7.26.9" |
| 155 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 156 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 157 | + jsesc "^3.0.2" |
| 158 | + |
149 | 159 | "@babel/helper-annotate-as-pure@^7.18.6":
|
150 | 160 | version "7.18.6"
|
151 | 161 | resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz"
|
|
514 | 524 | "@babel/traverse" "^7.20.13"
|
515 | 525 | "@babel/types" "^7.20.7"
|
516 | 526 |
|
517 |
| -"@babel/helpers@^7.26.7": |
518 |
| - version "7.26.7" |
519 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4" |
520 |
| - integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A== |
| 527 | +"@babel/helpers@^7.26.9": |
| 528 | + version "7.26.9" |
| 529 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6" |
| 530 | + integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA== |
521 | 531 | dependencies:
|
522 |
| - "@babel/template" "^7.25.9" |
523 |
| - "@babel/types" "^7.26.7" |
| 532 | + "@babel/template" "^7.26.9" |
| 533 | + "@babel/types" "^7.26.9" |
524 | 534 |
|
525 | 535 | "@babel/highlight@^7.18.6":
|
526 | 536 | version "7.18.6"
|
|
559 | 569 | dependencies:
|
560 | 570 | "@babel/types" "^7.26.8"
|
561 | 571 |
|
| 572 | +"@babel/parser@^7.26.9": |
| 573 | + version "7.26.9" |
| 574 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5" |
| 575 | + integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A== |
| 576 | + dependencies: |
| 577 | + "@babel/types" "^7.26.9" |
| 578 | + |
562 | 579 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
|
563 | 580 | version "7.25.9"
|
564 | 581 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz#cc2e53ebf0a0340777fff5ed521943e253b4d8fe"
|
|
1163 | 1180 | dependencies:
|
1164 | 1181 | "@babel/helper-plugin-utils" "^7.18.6"
|
1165 | 1182 |
|
1166 |
| -"@babel/plugin-transform-for-of@^7.25.9": |
1167 |
| - version "7.25.9" |
1168 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz#4bdc7d42a213397905d89f02350c5267866d5755" |
1169 |
| - integrity sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A== |
| 1183 | +"@babel/plugin-transform-for-of@^7.26.9": |
| 1184 | + version "7.26.9" |
| 1185 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.26.9.tgz#27231f79d5170ef33b5111f07fe5cafeb2c96a56" |
| 1186 | + integrity sha512-Hry8AusVm8LW5BVFgiyUReuoGzPUpdHQQqJY5bZnbbf+ngOHWuCuYFKw/BqaaWlvEUrF91HMhDtEaI1hZzNbLg== |
1170 | 1187 | dependencies:
|
1171 |
| - "@babel/helper-plugin-utils" "^7.25.9" |
| 1188 | + "@babel/helper-plugin-utils" "^7.26.5" |
1172 | 1189 | "@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
|
1173 | 1190 |
|
1174 | 1191 | "@babel/plugin-transform-function-name@^7.18.9":
|
|
1629 | 1646 | "@babel/helper-create-regexp-features-plugin" "^7.25.9"
|
1630 | 1647 | "@babel/helper-plugin-utils" "^7.25.9"
|
1631 | 1648 |
|
1632 |
| - |
1633 |
| - version "7.26.8" |
1634 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.8.tgz#7af0090829b606d2046db99679004731e1dc364d" |
1635 |
| - integrity sha512-um7Sy+2THd697S4zJEfv/U5MHGJzkN2xhtsR3T/SWRbVSic62nbISh51VVfU9JiO/L/Z97QczHTaFVkOU8IzNg== |
| 1649 | + |
| 1650 | + version "7.26.9" |
| 1651 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.9.tgz#2ec64e903d0efe743699f77a10bdf7955c2123c3" |
| 1652 | + integrity sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ== |
1636 | 1653 | dependencies:
|
1637 | 1654 | "@babel/compat-data" "^7.26.8"
|
1638 | 1655 | "@babel/helper-compilation-targets" "^7.26.5"
|
|
1663 | 1680 | "@babel/plugin-transform-dynamic-import" "^7.25.9"
|
1664 | 1681 | "@babel/plugin-transform-exponentiation-operator" "^7.26.3"
|
1665 | 1682 | "@babel/plugin-transform-export-namespace-from" "^7.25.9"
|
1666 |
| - "@babel/plugin-transform-for-of" "^7.25.9" |
| 1683 | + "@babel/plugin-transform-for-of" "^7.26.9" |
1667 | 1684 | "@babel/plugin-transform-function-name" "^7.25.9"
|
1668 | 1685 | "@babel/plugin-transform-json-strings" "^7.25.9"
|
1669 | 1686 | "@babel/plugin-transform-literals" "^7.25.9"
|
|
1871 | 1888 | "@babel/parser" "^7.26.8"
|
1872 | 1889 | "@babel/types" "^7.26.8"
|
1873 | 1890 |
|
| 1891 | +"@babel/template@^7.26.9": |
| 1892 | + version "7.26.9" |
| 1893 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 1894 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 1895 | + dependencies: |
| 1896 | + "@babel/code-frame" "^7.26.2" |
| 1897 | + "@babel/parser" "^7.26.9" |
| 1898 | + "@babel/types" "^7.26.9" |
| 1899 | + |
1874 | 1900 | "@babel/traverse@^7.18.9", "@babel/traverse@^7.20.10", "@babel/traverse@^7.20.13", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7":
|
1875 | 1901 | version "7.20.13"
|
1876 | 1902 | resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.13.tgz"
|
|
1913 | 1939 | debug "^4.3.1"
|
1914 | 1940 | globals "^11.1.0"
|
1915 | 1941 |
|
| 1942 | +"@babel/traverse@^7.26.9": |
| 1943 | + version "7.26.9" |
| 1944 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a" |
| 1945 | + integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg== |
| 1946 | + dependencies: |
| 1947 | + "@babel/code-frame" "^7.26.2" |
| 1948 | + "@babel/generator" "^7.26.9" |
| 1949 | + "@babel/parser" "^7.26.9" |
| 1950 | + "@babel/template" "^7.26.9" |
| 1951 | + "@babel/types" "^7.26.9" |
| 1952 | + debug "^4.3.1" |
| 1953 | + globals "^11.1.0" |
| 1954 | + |
1916 | 1955 | "@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
|
1917 | 1956 | version "7.20.7"
|
1918 | 1957 | resolved "https://registry.npmjs.org/@babel/types/-/types-7.20.7.tgz"
|
|
1938 | 1977 | "@babel/helper-string-parser" "^7.25.9"
|
1939 | 1978 | "@babel/helper-validator-identifier" "^7.25.9"
|
1940 | 1979 |
|
| 1980 | +"@babel/types@^7.26.9": |
| 1981 | + version "7.26.9" |
| 1982 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce" |
| 1983 | + integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw== |
| 1984 | + dependencies: |
| 1985 | + "@babel/helper-string-parser" "^7.25.9" |
| 1986 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1987 | + |
1941 | 1988 | "@bcoe/v8-coverage@^0.2.3":
|
1942 | 1989 | version "0.2.3"
|
1943 | 1990 | resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
|
|
2016 | 2063 | "@eslint/core" "^0.10.0"
|
2017 | 2064 | levn "^0.4.1"
|
2018 | 2065 |
|
2019 |
| -"@faker-js/faker@9.4.0": |
2020 |
| - version "9.4.0" |
2021 |
| - resolved "https://registry.yarnpkg.com/@faker-js/faker/-/faker-9.4.0.tgz#3e85604df3a318729436677565e9433d964276d2" |
2022 |
| - integrity sha512-85+k0AxaZSTowL0gXp8zYWDIrWclTbRPg/pm/V0dSFZ6W6D4lhcG3uuZl4zLsEKfEvs69xDbLN2cHQudwp95JA== |
| 2066 | +"@faker-js/faker@9.5.0": |
| 2067 | + version "9.5.0" |
| 2068 | + resolved "https://registry.yarnpkg.com/@faker-js/faker/-/faker-9.5.0.tgz#ce254c83706250ca8a5a0e05683608160610dd84" |
| 2069 | + integrity sha512-3qbjLv+fzuuCg3umxc9/7YjrEXNaKwHgmig949nfyaTx8eL4FAsvFbu+1JcFUj1YAXofhaDn6JdEUBTYuk0Ssw== |
2023 | 2070 |
|
2024 | 2071 | "@humanfs/core@^0.19.1":
|
2025 | 2072 | version "0.19.1"
|
|
3091 | 3138 | dependencies:
|
3092 | 3139 | faker "*"
|
3093 | 3140 |
|
3094 |
| -"@types/gensync@^1.0.0": |
3095 |
| - version "1.0.4" |
3096 |
| - resolved "https://registry.yarnpkg.com/@types/gensync/-/gensync-1.0.4.tgz#7122d8f0cd3bf437f9725cc95b180197190cf50b" |
3097 |
| - integrity sha512-C3YYeRQWp2fmq9OryX+FoDy8nXS6scQ7dPptD8LnFDAUNcKWJjXQKDNJD3HVm+kOUsXhTOkpi69vI4EuAr95bA== |
3098 |
| - |
3099 | 3141 | "@types/graceful-fs@^4.1.3":
|
3100 | 3142 | version "4.1.6"
|
3101 | 3143 | resolved "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.6.tgz"
|
|
3145 | 3187 | resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.13.tgz#f64277c341150c979e42b00e4ac289290c9df469"
|
3146 | 3188 | integrity sha512-N+0kuo9KgrUQ1Sn/ifDXsvg0TTleP7rIy4zOBGECxAljqvqfqpTfzx0Q1NUedOixRMBfe2Whhb056a42cWs26Q==
|
3147 | 3189 |
|
3148 |
| - |
3149 |
| - version "22.13.1" |
3150 |
| - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.1.tgz#a2a3fefbdeb7ba6b89f40371842162fac0934f33" |
3151 |
| - integrity sha512-jK8uzQlrvXqEU91UxiK5J7pKHyzgnI1Qnl0QDHIgVGuolJhRb9EEl28Cj9b3rGR8B2lhFCtvIm5os8lFnO/1Ew== |
| 3190 | + |
| 3191 | + version "22.13.4" |
| 3192 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.4.tgz#3fe454d77cd4a2d73c214008b3e331bfaaf5038a" |
| 3193 | + integrity sha512-ywP2X0DYtX3y08eFVx5fNIw7/uIv8hYUKgXoK8oayJlLnKcRfEYCxWMVE1XagUdVtCJlZT1AU4LXEABW+L1Peg== |
3152 | 3194 | dependencies:
|
3153 | 3195 | undici-types "~6.20.0"
|
3154 | 3196 |
|
@@ -4646,10 +4688,10 @@ eslint-visitor-keys@^4.2.0:
|
4646 | 4688 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
|
4647 | 4689 | integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
|
4648 | 4690 |
|
4649 |
| - |
4650 |
| - version "9.20.0" |
4651 |
| - resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.20.0.tgz#6244c46c1640cd5e577a31ebc460fca87838c0b7" |
4652 |
| - integrity sha512-aL4F8167Hg4IvsW89ejnpTwx+B/UQRzJPGgbIOl+4XqffWsahVVsLEWoZvnrVuwpWmnRd7XeXmQI1zlKcFDteA== |
| 4691 | + |
| 4692 | + version "9.20.1" |
| 4693 | + resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.20.1.tgz#923924c078f5226832449bac86662dd7e53c91d6" |
| 4694 | + integrity sha512-m1mM33o6dBUjxl2qb6wv6nGNwCAsns1eKtaQ4l/NPHeTvhiUPbtdfMyktxN4B3fgHIgsYh1VT3V9txblpQHq+g== |
4653 | 4695 | dependencies:
|
4654 | 4696 | "@eslint-community/eslint-utils" "^4.2.0"
|
4655 | 4697 | "@eslint-community/regexpp" "^4.12.1"
|
@@ -8119,10 +8161,10 @@ prettier-linter-helpers@^1.0.0:
|
8119 | 8161 | dependencies:
|
8120 | 8162 | fast-diff "^1.1.2"
|
8121 | 8163 |
|
8122 |
| - |
8123 |
| - version "3.5.0" |
8124 |
| - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.0.tgz#50325a28887c6dfdf2ca3f8eaba02b66a8429ca7" |
8125 |
| - integrity sha512-quyMrVt6svPS7CjQ9gKb3GLEX/rl3BCL2oa/QkNcXv4YNVBC9olt3s+H7ukto06q7B1Qz46PbrKLO34PR6vXcA== |
| 8164 | + |
| 8165 | + version "3.5.1" |
| 8166 | + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.1.tgz#22fac9d0b18c0b92055ac8fb619ac1c7bef02fb7" |
| 8167 | + integrity sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw== |
8126 | 8168 |
|
8127 | 8169 | pretty-bytes@^3.0.0:
|
8128 | 8170 | version "3.0.1"
|
@@ -8583,10 +8625,10 @@ safe-regex-test@^1.0.0:
|
8583 | 8625 | resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz"
|
8584 | 8626 | integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
|
8585 | 8627 |
|
8586 |
| - |
8587 |
| - version "24.2.2" |
8588 |
| - resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-24.2.2.tgz#3f25f3506b1c9649e11ca56cc4a8caee63d095d1" |
8589 |
| - integrity sha512-f1PLgDKbSrZ1i1jFgHO/qJavv0SSZgahJdusPH0eUkWXcm0qYHAr1qFFC69ELYVCPzLUd5UZJuhEaQP/QOd1jw== |
| 8628 | + |
| 8629 | + version "24.2.3" |
| 8630 | + resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-24.2.3.tgz#fd5ac3b0c27fa7bd994eb89eacc26fa385caa1a6" |
| 8631 | + integrity sha512-KRhQG9cUazPavJiJEFIJ3XAMjgfd0fcK3B+T26qOl8L0UG5aZUjeRfREO0KM5InGtYwxqiiytkJrbcYoLDEv0A== |
8590 | 8632 | dependencies:
|
8591 | 8633 | "@semantic-release/commit-analyzer" "^13.0.0-beta.1"
|
8592 | 8634 | "@semantic-release/error" "^4.0.0"
|
|
0 commit comments