Carlos Salgado commited on
Commit
3b9b9c5
·
unverified ·
2 Parent(s): e14b5bc 2769e58

Merge pull request #11 from salgadev/snyk-upgrade-3c075c67db3b1b277e5f50ad68c751d1

Browse files
Files changed (2) hide show
  1. frontend/package-lock.json +342 -35
  2. frontend/package.json +1 -1
frontend/package-lock.json CHANGED
@@ -13,7 +13,7 @@
13
  "@radix-ui/react-dialog": "^1.0.5",
14
  "@radix-ui/react-dropdown-menu": "^2.1.1",
15
  "@radix-ui/react-icons": "^1.3.0",
16
- "@radix-ui/react-navigation-menu": "^1.1.4",
17
  "@radix-ui/react-slot": "^1.0.2",
18
  "class-variance-authority": "^0.7.0",
19
  "clsx": "^2.0.0",
@@ -2268,31 +2268,135 @@
2268
  }
2269
  },
2270
  "node_modules/@radix-ui/react-navigation-menu": {
2271
- "version": "1.1.4",
2272
- "resolved": "https://registry.npmjs.org/@radix-ui/react-navigation-menu/-/react-navigation-menu-1.1.4.tgz",
2273
- "integrity": "sha512-Cc+seCS3PmWmjI51ufGG7zp1cAAIRqHVw7C9LOA2TZ+R4hG6rDvHcTqIsEEFLmZO3zNVH72jOOE7kKNy8W+RtA==",
 
2274
  "dependencies": {
2275
- "@babel/runtime": "^7.13.10",
2276
- "@radix-ui/primitive": "1.0.1",
2277
- "@radix-ui/react-collection": "1.0.3",
2278
- "@radix-ui/react-compose-refs": "1.0.1",
2279
- "@radix-ui/react-context": "1.0.1",
2280
- "@radix-ui/react-direction": "1.0.1",
2281
- "@radix-ui/react-dismissable-layer": "1.0.5",
2282
- "@radix-ui/react-id": "1.0.1",
2283
- "@radix-ui/react-presence": "1.0.1",
2284
- "@radix-ui/react-primitive": "1.0.3",
2285
- "@radix-ui/react-use-callback-ref": "1.0.1",
2286
- "@radix-ui/react-use-controllable-state": "1.0.1",
2287
- "@radix-ui/react-use-layout-effect": "1.0.1",
2288
- "@radix-ui/react-use-previous": "1.0.1",
2289
- "@radix-ui/react-visually-hidden": "1.0.3"
2290
  },
2291
  "peerDependencies": {
2292
  "@types/react": "*",
2293
  "@types/react-dom": "*",
2294
- "react": "^16.8 || ^17.0 || ^18.0",
2295
- "react-dom": "^16.8 || ^17.0 || ^18.0"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2296
  },
2297
  "peerDependenciesMeta": {
2298
  "@types/react": {
@@ -2303,6 +2407,155 @@
2303
  }
2304
  }
2305
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2306
  "node_modules/@radix-ui/react-popper": {
2307
  "version": "1.2.0",
2308
  "resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.2.0.tgz",
@@ -2810,15 +3063,13 @@
2810
  }
2811
  },
2812
  "node_modules/@radix-ui/react-use-previous": {
2813
- "version": "1.0.1",
2814
- "resolved": "https://registry.npmjs.org/@radix-ui/react-use-previous/-/react-use-previous-1.0.1.tgz",
2815
- "integrity": "sha512-cV5La9DPwiQ7S0gf/0qiD6YgNqM5Fk97Kdrlc5yBcrF3jyEZQwm7vYFqMo4IfeHgJXsRaMvLABFtd0OVEmZhDw==",
2816
- "dependencies": {
2817
- "@babel/runtime": "^7.13.10"
2818
- },
2819
  "peerDependencies": {
2820
  "@types/react": "*",
2821
- "react": "^16.8 || ^17.0 || ^18.0"
2822
  },
2823
  "peerDependenciesMeta": {
2824
  "@types/react": {
@@ -2878,18 +3129,56 @@
2878
  }
2879
  },
2880
  "node_modules/@radix-ui/react-visually-hidden": {
2881
- "version": "1.0.3",
2882
- "resolved": "https://registry.npmjs.org/@radix-ui/react-visually-hidden/-/react-visually-hidden-1.0.3.tgz",
2883
- "integrity": "sha512-D4w41yN5YRKtu464TLnByKzMDG/JlMPHtfZgQAu9v6mNakUqGUI9vUrfQKz8NK41VMm/xbZbh76NUTVtIYqOMA==",
 
2884
  "dependencies": {
2885
- "@babel/runtime": "^7.13.10",
2886
- "@radix-ui/react-primitive": "1.0.3"
2887
  },
2888
  "peerDependencies": {
2889
  "@types/react": "*",
2890
  "@types/react-dom": "*",
2891
- "react": "^16.8 || ^17.0 || ^18.0",
2892
- "react-dom": "^16.8 || ^17.0 || ^18.0"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2893
  },
2894
  "peerDependenciesMeta": {
2895
  "@types/react": {
@@ -2900,6 +3189,24 @@
2900
  }
2901
  }
2902
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2903
  "node_modules/@radix-ui/rect": {
2904
  "version": "1.1.0",
2905
  "resolved": "https://registry.npmjs.org/@radix-ui/rect/-/rect-1.1.0.tgz",
 
13
  "@radix-ui/react-dialog": "^1.0.5",
14
  "@radix-ui/react-dropdown-menu": "^2.1.1",
15
  "@radix-ui/react-icons": "^1.3.0",
16
+ "@radix-ui/react-navigation-menu": "^1.2.0",
17
  "@radix-ui/react-slot": "^1.0.2",
18
  "class-variance-authority": "^0.7.0",
19
  "clsx": "^2.0.0",
 
2268
  }
2269
  },
2270
  "node_modules/@radix-ui/react-navigation-menu": {
2271
+ "version": "1.2.0",
2272
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-navigation-menu/-/react-navigation-menu-1.2.0.tgz",
2273
+ "integrity": "sha512-OQ8tcwAOR0DhPlSY3e4VMXeHiol7la4PPdJWhhwJiJA+NLX0SaCaonOkRnI3gCDHoZ7Fo7bb/G6q25fRM2Y+3Q==",
2274
+ "license": "MIT",
2275
  "dependencies": {
2276
+ "@radix-ui/primitive": "1.1.0",
2277
+ "@radix-ui/react-collection": "1.1.0",
2278
+ "@radix-ui/react-compose-refs": "1.1.0",
2279
+ "@radix-ui/react-context": "1.1.0",
2280
+ "@radix-ui/react-direction": "1.1.0",
2281
+ "@radix-ui/react-dismissable-layer": "1.1.0",
2282
+ "@radix-ui/react-id": "1.1.0",
2283
+ "@radix-ui/react-presence": "1.1.0",
2284
+ "@radix-ui/react-primitive": "2.0.0",
2285
+ "@radix-ui/react-use-callback-ref": "1.1.0",
2286
+ "@radix-ui/react-use-controllable-state": "1.1.0",
2287
+ "@radix-ui/react-use-layout-effect": "1.1.0",
2288
+ "@radix-ui/react-use-previous": "1.1.0",
2289
+ "@radix-ui/react-visually-hidden": "1.1.0"
 
2290
  },
2291
  "peerDependencies": {
2292
  "@types/react": "*",
2293
  "@types/react-dom": "*",
2294
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
2295
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2296
+ },
2297
+ "peerDependenciesMeta": {
2298
+ "@types/react": {
2299
+ "optional": true
2300
+ },
2301
+ "@types/react-dom": {
2302
+ "optional": true
2303
+ }
2304
+ }
2305
+ },
2306
+ "node_modules/@radix-ui/react-navigation-menu/node_modules/@radix-ui/primitive": {
2307
+ "version": "1.1.0",
2308
+ "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.1.0.tgz",
2309
+ "integrity": "sha512-4Z8dn6Upk0qk4P74xBhZ6Hd/w0mPEzOOLxy4xiPXOXqjF7jZS0VAKk7/x/H6FyY2zCkYJqePf1G5KmkmNJ4RBA==",
2310
+ "license": "MIT"
2311
+ },
2312
+ "node_modules/@radix-ui/react-navigation-menu/node_modules/@radix-ui/react-collection": {
2313
+ "version": "1.1.0",
2314
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.1.0.tgz",
2315
+ "integrity": "sha512-GZsZslMJEyo1VKm5L1ZJY8tGDxZNPAoUeQUIbKeJfoi7Q4kmig5AsgLMYYuyYbfjd8fBmFORAIwYAkXMnXZgZw==",
2316
+ "license": "MIT",
2317
+ "dependencies": {
2318
+ "@radix-ui/react-compose-refs": "1.1.0",
2319
+ "@radix-ui/react-context": "1.1.0",
2320
+ "@radix-ui/react-primitive": "2.0.0",
2321
+ "@radix-ui/react-slot": "1.1.0"
2322
+ },
2323
+ "peerDependencies": {
2324
+ "@types/react": "*",
2325
+ "@types/react-dom": "*",
2326
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
2327
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2328
+ },
2329
+ "peerDependenciesMeta": {
2330
+ "@types/react": {
2331
+ "optional": true
2332
+ },
2333
+ "@types/react-dom": {
2334
+ "optional": true
2335
+ }
2336
+ }
2337
+ },
2338
+ "node_modules/@radix-ui/react-navigation-menu/node_modules/@radix-ui/react-compose-refs": {
2339
+ "version": "1.1.0",
2340
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.0.tgz",
2341
+ "integrity": "sha512-b4inOtiaOnYf9KWyO3jAeeCG6FeyfY6ldiEPanbUjWd+xIk5wZeHa8yVwmrJ2vderhu/BQvzCrJI0lHd+wIiqw==",
2342
+ "license": "MIT",
2343
+ "peerDependencies": {
2344
+ "@types/react": "*",
2345
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2346
+ },
2347
+ "peerDependenciesMeta": {
2348
+ "@types/react": {
2349
+ "optional": true
2350
+ }
2351
+ }
2352
+ },
2353
+ "node_modules/@radix-ui/react-navigation-menu/node_modules/@radix-ui/react-context": {
2354
+ "version": "1.1.0",
2355
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.1.0.tgz",
2356
+ "integrity": "sha512-OKrckBy+sMEgYM/sMmqmErVn0kZqrHPJze+Ql3DzYsDDp0hl0L62nx/2122/Bvps1qz645jlcu2tD9lrRSdf8A==",
2357
+ "license": "MIT",
2358
+ "peerDependencies": {
2359
+ "@types/react": "*",
2360
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2361
+ },
2362
+ "peerDependenciesMeta": {
2363
+ "@types/react": {
2364
+ "optional": true
2365
+ }
2366
+ }
2367
+ },
2368
+ "node_modules/@radix-ui/react-navigation-menu/node_modules/@radix-ui/react-direction": {
2369
+ "version": "1.1.0",
2370
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-direction/-/react-direction-1.1.0.tgz",
2371
+ "integrity": "sha512-BUuBvgThEiAXh2DWu93XsT+a3aWrGqolGlqqw5VU1kG7p/ZH2cuDlM1sRLNnY3QcBS69UIz2mcKhMxDsdewhjg==",
2372
+ "license": "MIT",
2373
+ "peerDependencies": {
2374
+ "@types/react": "*",
2375
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2376
+ },
2377
+ "peerDependenciesMeta": {
2378
+ "@types/react": {
2379
+ "optional": true
2380
+ }
2381
+ }
2382
+ },
2383
+ "node_modules/@radix-ui/react-navigation-menu/node_modules/@radix-ui/react-dismissable-layer": {
2384
+ "version": "1.1.0",
2385
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.1.0.tgz",
2386
+ "integrity": "sha512-/UovfmmXGptwGcBQawLzvn2jOfM0t4z3/uKffoBlj724+n3FvBbZ7M0aaBOmkp6pqFYpO4yx8tSVJjx3Fl2jig==",
2387
+ "license": "MIT",
2388
+ "dependencies": {
2389
+ "@radix-ui/primitive": "1.1.0",
2390
+ "@radix-ui/react-compose-refs": "1.1.0",
2391
+ "@radix-ui/react-primitive": "2.0.0",
2392
+ "@radix-ui/react-use-callback-ref": "1.1.0",
2393
+ "@radix-ui/react-use-escape-keydown": "1.1.0"
2394
+ },
2395
+ "peerDependencies": {
2396
+ "@types/react": "*",
2397
+ "@types/react-dom": "*",
2398
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
2399
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2400
  },
2401
  "peerDependenciesMeta": {
2402
  "@types/react": {
 
2407
  }
2408
  }
2409
  },
2410
+ "node_modules/@radix-ui/react-navigation-menu/node_modules/@radix-ui/react-id": {
2411
+ "version": "1.1.0",
2412
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.1.0.tgz",
2413
+ "integrity": "sha512-EJUrI8yYh7WOjNOqpoJaf1jlFIH2LvtgAl+YcFqNCa+4hj64ZXmPkAKOFs/ukjz3byN6bdb/AVUqHkI8/uWWMA==",
2414
+ "license": "MIT",
2415
+ "dependencies": {
2416
+ "@radix-ui/react-use-layout-effect": "1.1.0"
2417
+ },
2418
+ "peerDependencies": {
2419
+ "@types/react": "*",
2420
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2421
+ },
2422
+ "peerDependenciesMeta": {
2423
+ "@types/react": {
2424
+ "optional": true
2425
+ }
2426
+ }
2427
+ },
2428
+ "node_modules/@radix-ui/react-navigation-menu/node_modules/@radix-ui/react-presence": {
2429
+ "version": "1.1.0",
2430
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.1.0.tgz",
2431
+ "integrity": "sha512-Gq6wuRN/asf9H/E/VzdKoUtT8GC9PQc9z40/vEr0VCJ4u5XvvhWIrSsCB6vD2/cH7ugTdSfYq9fLJCcM00acrQ==",
2432
+ "license": "MIT",
2433
+ "dependencies": {
2434
+ "@radix-ui/react-compose-refs": "1.1.0",
2435
+ "@radix-ui/react-use-layout-effect": "1.1.0"
2436
+ },
2437
+ "peerDependencies": {
2438
+ "@types/react": "*",
2439
+ "@types/react-dom": "*",
2440
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
2441
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2442
+ },
2443
+ "peerDependenciesMeta": {
2444
+ "@types/react": {
2445
+ "optional": true
2446
+ },
2447
+ "@types/react-dom": {
2448
+ "optional": true
2449
+ }
2450
+ }
2451
+ },
2452
+ "node_modules/@radix-ui/react-navigation-menu/node_modules/@radix-ui/react-primitive": {
2453
+ "version": "2.0.0",
2454
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.0.0.tgz",
2455
+ "integrity": "sha512-ZSpFm0/uHa8zTvKBDjLFWLo8dkr4MBsiDLz0g3gMUwqgLHz9rTaRRGYDgvZPtBJgYCBKXkS9fzmoySgr8CO6Cw==",
2456
+ "license": "MIT",
2457
+ "dependencies": {
2458
+ "@radix-ui/react-slot": "1.1.0"
2459
+ },
2460
+ "peerDependencies": {
2461
+ "@types/react": "*",
2462
+ "@types/react-dom": "*",
2463
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
2464
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2465
+ },
2466
+ "peerDependenciesMeta": {
2467
+ "@types/react": {
2468
+ "optional": true
2469
+ },
2470
+ "@types/react-dom": {
2471
+ "optional": true
2472
+ }
2473
+ }
2474
+ },
2475
+ "node_modules/@radix-ui/react-navigation-menu/node_modules/@radix-ui/react-slot": {
2476
+ "version": "1.1.0",
2477
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.1.0.tgz",
2478
+ "integrity": "sha512-FUCf5XMfmW4dtYl69pdS4DbxKy8nj4M7SafBgPllysxmdachynNflAdp/gCsnYWNDnge6tI9onzMp5ARYc1KNw==",
2479
+ "license": "MIT",
2480
+ "dependencies": {
2481
+ "@radix-ui/react-compose-refs": "1.1.0"
2482
+ },
2483
+ "peerDependencies": {
2484
+ "@types/react": "*",
2485
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2486
+ },
2487
+ "peerDependenciesMeta": {
2488
+ "@types/react": {
2489
+ "optional": true
2490
+ }
2491
+ }
2492
+ },
2493
+ "node_modules/@radix-ui/react-navigation-menu/node_modules/@radix-ui/react-use-callback-ref": {
2494
+ "version": "1.1.0",
2495
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.1.0.tgz",
2496
+ "integrity": "sha512-CasTfvsy+frcFkbXtSJ2Zu9JHpN8TYKxkgJGWbjiZhFivxaeW7rMeZt7QELGVLaYVfFMsKHjb7Ak0nMEe+2Vfw==",
2497
+ "license": "MIT",
2498
+ "peerDependencies": {
2499
+ "@types/react": "*",
2500
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2501
+ },
2502
+ "peerDependenciesMeta": {
2503
+ "@types/react": {
2504
+ "optional": true
2505
+ }
2506
+ }
2507
+ },
2508
+ "node_modules/@radix-ui/react-navigation-menu/node_modules/@radix-ui/react-use-controllable-state": {
2509
+ "version": "1.1.0",
2510
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.1.0.tgz",
2511
+ "integrity": "sha512-MtfMVJiSr2NjzS0Aa90NPTnvTSg6C/JLCV7ma0W6+OMV78vd8OyRpID+Ng9LxzsPbLeuBnWBA1Nq30AtBIDChw==",
2512
+ "license": "MIT",
2513
+ "dependencies": {
2514
+ "@radix-ui/react-use-callback-ref": "1.1.0"
2515
+ },
2516
+ "peerDependencies": {
2517
+ "@types/react": "*",
2518
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2519
+ },
2520
+ "peerDependenciesMeta": {
2521
+ "@types/react": {
2522
+ "optional": true
2523
+ }
2524
+ }
2525
+ },
2526
+ "node_modules/@radix-ui/react-navigation-menu/node_modules/@radix-ui/react-use-escape-keydown": {
2527
+ "version": "1.1.0",
2528
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.1.0.tgz",
2529
+ "integrity": "sha512-L7vwWlR1kTTQ3oh7g1O0CBF3YCyyTj8NmhLR+phShpyA50HCfBFKVJTpshm9PzLiKmehsrQzTYTpX9HvmC9rhw==",
2530
+ "license": "MIT",
2531
+ "dependencies": {
2532
+ "@radix-ui/react-use-callback-ref": "1.1.0"
2533
+ },
2534
+ "peerDependencies": {
2535
+ "@types/react": "*",
2536
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2537
+ },
2538
+ "peerDependenciesMeta": {
2539
+ "@types/react": {
2540
+ "optional": true
2541
+ }
2542
+ }
2543
+ },
2544
+ "node_modules/@radix-ui/react-navigation-menu/node_modules/@radix-ui/react-use-layout-effect": {
2545
+ "version": "1.1.0",
2546
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.1.0.tgz",
2547
+ "integrity": "sha512-+FPE0rOdziWSrH9athwI1R0HDVbWlEhd+FR+aSDk4uWGmSJ9Z54sdZVDQPZAinJhJXwfT+qnj969mCsT2gfm5w==",
2548
+ "license": "MIT",
2549
+ "peerDependencies": {
2550
+ "@types/react": "*",
2551
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
2552
+ },
2553
+ "peerDependenciesMeta": {
2554
+ "@types/react": {
2555
+ "optional": true
2556
+ }
2557
+ }
2558
+ },
2559
  "node_modules/@radix-ui/react-popper": {
2560
  "version": "1.2.0",
2561
  "resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.2.0.tgz",
 
3063
  }
3064
  },
3065
  "node_modules/@radix-ui/react-use-previous": {
3066
+ "version": "1.1.0",
3067
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-use-previous/-/react-use-previous-1.1.0.tgz",
3068
+ "integrity": "sha512-Z/e78qg2YFnnXcW88A4JmTtm4ADckLno6F7OXotmkQfeuCVaKuYzqAATPhVzl3delXE7CxIV8shofPn3jPc5Og==",
3069
+ "license": "MIT",
 
 
3070
  "peerDependencies": {
3071
  "@types/react": "*",
3072
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
3073
  },
3074
  "peerDependenciesMeta": {
3075
  "@types/react": {
 
3129
  }
3130
  },
3131
  "node_modules/@radix-ui/react-visually-hidden": {
3132
+ "version": "1.1.0",
3133
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-visually-hidden/-/react-visually-hidden-1.1.0.tgz",
3134
+ "integrity": "sha512-N8MDZqtgCgG5S3aV60INAB475osJousYpZ4cTJ2cFbMpdHS5Y6loLTH8LPtkj2QN0x93J30HT/M3qJXM0+lyeQ==",
3135
+ "license": "MIT",
3136
  "dependencies": {
3137
+ "@radix-ui/react-primitive": "2.0.0"
 
3138
  },
3139
  "peerDependencies": {
3140
  "@types/react": "*",
3141
  "@types/react-dom": "*",
3142
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
3143
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
3144
+ },
3145
+ "peerDependenciesMeta": {
3146
+ "@types/react": {
3147
+ "optional": true
3148
+ },
3149
+ "@types/react-dom": {
3150
+ "optional": true
3151
+ }
3152
+ }
3153
+ },
3154
+ "node_modules/@radix-ui/react-visually-hidden/node_modules/@radix-ui/react-compose-refs": {
3155
+ "version": "1.1.0",
3156
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.1.0.tgz",
3157
+ "integrity": "sha512-b4inOtiaOnYf9KWyO3jAeeCG6FeyfY6ldiEPanbUjWd+xIk5wZeHa8yVwmrJ2vderhu/BQvzCrJI0lHd+wIiqw==",
3158
+ "license": "MIT",
3159
+ "peerDependencies": {
3160
+ "@types/react": "*",
3161
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
3162
+ },
3163
+ "peerDependenciesMeta": {
3164
+ "@types/react": {
3165
+ "optional": true
3166
+ }
3167
+ }
3168
+ },
3169
+ "node_modules/@radix-ui/react-visually-hidden/node_modules/@radix-ui/react-primitive": {
3170
+ "version": "2.0.0",
3171
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-2.0.0.tgz",
3172
+ "integrity": "sha512-ZSpFm0/uHa8zTvKBDjLFWLo8dkr4MBsiDLz0g3gMUwqgLHz9rTaRRGYDgvZPtBJgYCBKXkS9fzmoySgr8CO6Cw==",
3173
+ "license": "MIT",
3174
+ "dependencies": {
3175
+ "@radix-ui/react-slot": "1.1.0"
3176
+ },
3177
+ "peerDependencies": {
3178
+ "@types/react": "*",
3179
+ "@types/react-dom": "*",
3180
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
3181
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
3182
  },
3183
  "peerDependenciesMeta": {
3184
  "@types/react": {
 
3189
  }
3190
  }
3191
  },
3192
+ "node_modules/@radix-ui/react-visually-hidden/node_modules/@radix-ui/react-slot": {
3193
+ "version": "1.1.0",
3194
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.1.0.tgz",
3195
+ "integrity": "sha512-FUCf5XMfmW4dtYl69pdS4DbxKy8nj4M7SafBgPllysxmdachynNflAdp/gCsnYWNDnge6tI9onzMp5ARYc1KNw==",
3196
+ "license": "MIT",
3197
+ "dependencies": {
3198
+ "@radix-ui/react-compose-refs": "1.1.0"
3199
+ },
3200
+ "peerDependencies": {
3201
+ "@types/react": "*",
3202
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
3203
+ },
3204
+ "peerDependenciesMeta": {
3205
+ "@types/react": {
3206
+ "optional": true
3207
+ }
3208
+ }
3209
+ },
3210
  "node_modules/@radix-ui/rect": {
3211
  "version": "1.1.0",
3212
  "resolved": "https://registry.npmjs.org/@radix-ui/rect/-/rect-1.1.0.tgz",
frontend/package.json CHANGED
@@ -16,7 +16,7 @@
16
  "@radix-ui/react-dialog": "^1.0.5",
17
  "@radix-ui/react-dropdown-menu": "^2.1.1",
18
  "@radix-ui/react-icons": "^1.3.0",
19
- "@radix-ui/react-navigation-menu": "^1.1.4",
20
  "@radix-ui/react-slot": "^1.0.2",
21
  "class-variance-authority": "^0.7.0",
22
  "clsx": "^2.0.0",
 
16
  "@radix-ui/react-dialog": "^1.0.5",
17
  "@radix-ui/react-dropdown-menu": "^2.1.1",
18
  "@radix-ui/react-icons": "^1.3.0",
19
+ "@radix-ui/react-navigation-menu": "^1.2.0",
20
  "@radix-ui/react-slot": "^1.0.2",
21
  "class-variance-authority": "^0.7.0",
22
  "clsx": "^2.0.0",