|
63 | 63 | semver "^5.4.1" |
64 | 64 | source-map "^0.5.0" |
65 | 65 |
|
66 | | -"@babel/core@^7.28.4": |
67 | | - version "7.28.4" |
68 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496" |
69 | | - integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA== |
| 66 | +"@babel/core@^7.28.5": |
| 67 | + version "7.28.5" |
| 68 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e" |
| 69 | + integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw== |
70 | 70 | dependencies: |
71 | 71 | "@babel/code-frame" "^7.27.1" |
72 | | - "@babel/generator" "^7.28.3" |
| 72 | + "@babel/generator" "^7.28.5" |
73 | 73 | "@babel/helper-compilation-targets" "^7.27.2" |
74 | 74 | "@babel/helper-module-transforms" "^7.28.3" |
75 | 75 | "@babel/helpers" "^7.28.4" |
76 | | - "@babel/parser" "^7.28.4" |
| 76 | + "@babel/parser" "^7.28.5" |
77 | 77 | "@babel/template" "^7.27.2" |
78 | | - "@babel/traverse" "^7.28.4" |
79 | | - "@babel/types" "^7.28.4" |
| 78 | + "@babel/traverse" "^7.28.5" |
| 79 | + "@babel/types" "^7.28.5" |
80 | 80 | "@jridgewell/remapping" "^2.3.5" |
81 | 81 | convert-source-map "^2.0.0" |
82 | 82 | debug "^4.1.0" |
|
95 | 95 | "@jridgewell/trace-mapping" "^0.3.28" |
96 | 96 | jsesc "^3.0.2" |
97 | 97 |
|
| 98 | +"@babel/generator@^7.28.5": |
| 99 | + version "7.28.5" |
| 100 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298" |
| 101 | + integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ== |
| 102 | + dependencies: |
| 103 | + "@babel/parser" "^7.28.5" |
| 104 | + "@babel/types" "^7.28.5" |
| 105 | + "@jridgewell/gen-mapping" "^0.3.12" |
| 106 | + "@jridgewell/trace-mapping" "^0.3.28" |
| 107 | + jsesc "^3.0.2" |
| 108 | + |
98 | 109 | "@babel/generator@^7.4.0", "@babel/generator@^7.5.5": |
99 | 110 | version "7.5.5" |
100 | 111 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.5.tgz#873a7f936a3c89491b43536d12245b626664e3cf" |
|
319 | 330 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8" |
320 | 331 | integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow== |
321 | 332 |
|
| 333 | +"@babel/helper-validator-identifier@^7.28.5": |
| 334 | + version "7.28.5" |
| 335 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4" |
| 336 | + integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q== |
| 337 | + |
322 | 338 | "@babel/helper-validator-option@^7.27.1": |
323 | 339 | version "7.27.1" |
324 | 340 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f" |
|
372 | 388 | dependencies: |
373 | 389 | "@babel/types" "^7.28.4" |
374 | 390 |
|
| 391 | +"@babel/parser@^7.28.5": |
| 392 | + version "7.28.5" |
| 393 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08" |
| 394 | + integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ== |
| 395 | + dependencies: |
| 396 | + "@babel/types" "^7.28.5" |
| 397 | + |
375 | 398 | "@babel/plugin-proposal-async-generator-functions@^7.2.0": |
376 | 399 | version "7.2.0" |
377 | 400 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e" |
|
963 | 986 | globals "^11.1.0" |
964 | 987 | lodash "^4.17.13" |
965 | 988 |
|
966 | | -"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4": |
| 989 | +"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.3": |
967 | 990 | version "7.28.4" |
968 | 991 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz#8d456101b96ab175d487249f60680221692b958b" |
969 | 992 | integrity sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ== |
|
976 | 999 | "@babel/types" "^7.28.4" |
977 | 1000 | debug "^4.3.1" |
978 | 1001 |
|
| 1002 | +"@babel/traverse@^7.28.5": |
| 1003 | + version "7.28.5" |
| 1004 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b" |
| 1005 | + integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ== |
| 1006 | + dependencies: |
| 1007 | + "@babel/code-frame" "^7.27.1" |
| 1008 | + "@babel/generator" "^7.28.5" |
| 1009 | + "@babel/helper-globals" "^7.28.0" |
| 1010 | + "@babel/parser" "^7.28.5" |
| 1011 | + "@babel/template" "^7.27.2" |
| 1012 | + "@babel/types" "^7.28.5" |
| 1013 | + debug "^4.3.1" |
| 1014 | + |
979 | 1015 | "@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5": |
980 | 1016 | version "7.5.5" |
981 | 1017 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a" |
|
993 | 1029 | "@babel/helper-string-parser" "^7.27.1" |
994 | 1030 | "@babel/helper-validator-identifier" "^7.27.1" |
995 | 1031 |
|
| 1032 | +"@babel/types@^7.28.5": |
| 1033 | + version "7.28.5" |
| 1034 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b" |
| 1035 | + integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA== |
| 1036 | + dependencies: |
| 1037 | + "@babel/helper-string-parser" "^7.27.1" |
| 1038 | + "@babel/helper-validator-identifier" "^7.28.5" |
| 1039 | + |
996 | 1040 | "@bugsnag/cuid@^3.0.0": |
997 | 1041 | version "3.0.0" |
998 | 1042 | resolved "https://registry.yarnpkg.com/@bugsnag/cuid/-/cuid-3.0.0.tgz#2ee7642a30aee6dc86f5e7f824653741e42e5c35" |
|
1569 | 1613 | dependencies: |
1570 | 1614 | "@types/node" ">= 8" |
1571 | 1615 |
|
1572 | | - |
1573 | | - version "1.0.0-beta.38" |
1574 | | - resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.38.tgz#95253608c4629eb2a5f3d656009ac9ba031eb292" |
1575 | | - integrity sha512-N/ICGKleNhA5nc9XXQG/kkKHJ7S55u0x0XUJbbkmdCnFuoRkM1Il12q9q0eX19+M7KKUEPw/daUPIRnxhcxAIw== |
| 1616 | + |
| 1617 | + version "1.0.0-beta.47" |
| 1618 | + resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.47.tgz#c282c4a8c39f3d6d2f1086aae09a34e6241f7a50" |
| 1619 | + integrity sha512-8QagwMH3kNCuzD8EWL8R2YPW5e4OrHNSAHRFDdmFqEwEaD/KcNKjVoumo+gP2vW5eKB2UPbM6vTYiGZX0ixLnw== |
1576 | 1620 |
|
1577 | 1621 | "@rollup/plugin-inject@^5.0.5": |
1578 | 1622 | version "5.0.5" |
|
2091 | 2135 | lodash.unescape "4.0.1" |
2092 | 2136 | semver "5.5.0" |
2093 | 2137 |
|
2094 | | -"@vitejs/plugin-react@^5.0.4": |
2095 | | - version "5.0.4" |
2096 | | - resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.0.4.tgz#d642058e89c5b712655c8cbd13482f5813519602" |
2097 | | - integrity sha512-La0KD0vGkVkSk6K+piWDKRUyg8Rl5iAIKRMH0vMJI0Eg47bq1eOxmoObAaQG37WMW9MSyk7Cs8EIWwJC1PtzKA== |
| 2138 | +"@vitejs/plugin-react@^5.1.1": |
| 2139 | + version "5.1.1" |
| 2140 | + resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.1.1.tgz#fa1957e053fe90d7cc2deea5593ae382a9761595" |
| 2141 | + integrity sha512-WQfkSw0QbQ5aJ2CHYw23ZGkqnRwqKHD/KYsMeTkZzPT4Jcf0DcBxBtwMJxnu6E7oxw5+JC6ZAiePgh28uJ1HBA== |
2098 | 2142 | dependencies: |
2099 | | - "@babel/core" "^7.28.4" |
| 2143 | + "@babel/core" "^7.28.5" |
2100 | 2144 | "@babel/plugin-transform-react-jsx-self" "^7.27.1" |
2101 | 2145 | "@babel/plugin-transform-react-jsx-source" "^7.27.1" |
2102 | | - "@rolldown/pluginutils" "1.0.0-beta.38" |
| 2146 | + "@rolldown/pluginutils" "1.0.0-beta.47" |
2103 | 2147 | "@types/babel__core" "^7.20.5" |
2104 | | - react-refresh "^0.17.0" |
| 2148 | + react-refresh "^0.18.0" |
2105 | 2149 |
|
2106 | 2150 | "@wojtekmaj/enzyme-adapter-react-17@^0.6.6": |
2107 | 2151 | version "0.6.6" |
@@ -13120,10 +13164,10 @@ react-redux@^5.0.3, react-redux@^5.0.7: |
13120 | 13164 | react-is "^16.6.0" |
13121 | 13165 | react-lifecycles-compat "^3.0.0" |
13122 | 13166 |
|
13123 | | -react-refresh@^0.17.0: |
13124 | | - version "0.17.0" |
13125 | | - resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.17.0.tgz#b7e579c3657f23d04eccbe4ad2e58a8ed51e7e53" |
13126 | | - integrity sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ== |
| 13167 | +react-refresh@^0.18.0: |
| 13168 | + version "0.18.0" |
| 13169 | + resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.18.0.tgz#2dce97f4fe932a4d8142fa1630e475c1729c8062" |
| 13170 | + integrity sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw== |
13127 | 13171 |
|
13128 | 13172 | react-router-bootstrap@^0.23.3: |
13129 | 13173 | version "0.23.3" |
@@ -16245,10 +16289,10 @@ vite-plugin-node-polyfills@^0.24.0: |
16245 | 16289 | "@rollup/plugin-inject" "^5.0.5" |
16246 | 16290 | node-stdlib-browser "^1.2.0" |
16247 | 16291 |
|
16248 | | -vite@^7.1.12: |
16249 | | - version "7.1.12" |
16250 | | - resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.12.tgz#8b29a3f61eba23bcb93fc9ec9af4a3a1e83eecdb" |
16251 | | - integrity sha512-ZWyE8YXEXqJrrSLvYgrRP7p62OziLW7xI5HYGWFzOvupfAlrLvURSzv/FyGyy0eidogEM3ujU+kUG1zuHgb6Ug== |
| 16292 | +vite@^7.2.2: |
| 16293 | + version "7.2.2" |
| 16294 | + resolved "https://registry.yarnpkg.com/vite/-/vite-7.2.2.tgz#17dd62eac2d0ca0fa90131c5f56e4fefb8845362" |
| 16295 | + integrity sha512-BxAKBWmIbrDgrokdGZH1IgkIk/5mMHDreLDmCJ0qpyJaAteP8NvMhkwr/ZCQNqNH97bw/dANTE9PDzqwJghfMQ== |
16252 | 16296 | dependencies: |
16253 | 16297 | esbuild "^0.25.0" |
16254 | 16298 | fdir "^6.5.0" |
|
0 commit comments