소스 검색

fix: composer dependency issue

3.x
wallo 2 년 전
부모
커밋
ea3d62e035
3개의 변경된 파일145개의 추가작업 그리고 115개의 파일을 삭제
  1. 2
    8
      composer.json
  2. 131
    86
      composer.lock
  3. 12
    21
      package-lock.json

+ 2
- 8
composer.json 파일 보기

@@ -12,7 +12,7 @@
12 12
         "akaunting/laravel-money": "^5.1",
13 13
         "andrewdwallo/filament-companies": "^3.0",
14 14
         "andrewdwallo/filament-selectify": "^2.0",
15
-        "filament/filament": "*",
15
+        "filament/filament": "^3.0",
16 16
         "filament/spatie-laravel-tags-plugin": "^3.0-stable",
17 17
         "guzzlehttp/guzzle": "^7.2",
18 18
         "laravel/framework": "^10.10",
@@ -21,12 +21,6 @@
21 21
         "squirephp/model": "^3.4",
22 22
         "squirephp/repository": "^3.4"
23 23
     },
24
-    "repositories": [
25
-        {
26
-            "type": "path",
27
-            "url": "filament/packages/*"
28
-        }
29
-    ],
30 24
     "require-dev": {
31 25
         "fakerphp/faker": "^1.9.1",
32 26
         "laravel/pint": "^1.0",
@@ -78,6 +72,6 @@
78 72
             "php-http/discovery": true
79 73
         }
80 74
     },
81
-    "minimum-stability": "dev",
75
+    "minimum-stability": "stable",
82 76
     "prefer-stable": true
83 77
 }

+ 131
- 86
composer.lock 파일 보기

@@ -4,7 +4,7 @@
4 4
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 5
         "This file is @generated automatically"
6 6
     ],
7
-    "content-hash": "d58b00629517033a15291665af80b3c4",
7
+    "content-hash": "967da805bc378478110ac4356055617a",
8 8
     "packages": [
9 9
         {
10 10
             "name": "akaunting/laravel-money",
@@ -1234,11 +1234,17 @@
1234 1234
         },
1235 1235
         {
1236 1236
             "name": "filament/actions",
1237
-            "version": "3.x-dev",
1237
+            "version": "v3.0.67",
1238
+            "source": {
1239
+                "type": "git",
1240
+                "url": "https://github.com/filamentphp/actions.git",
1241
+                "reference": "97359ba89a106be3a6b52f3a115b1ae39405f522"
1242
+            },
1238 1243
             "dist": {
1239
-                "type": "path",
1240
-                "url": "filament/packages/actions",
1241
-                "reference": "66d0b0510f203aca078647e7fcc60122c8779f0c"
1244
+                "type": "zip",
1245
+                "url": "https://api.github.com/repos/filamentphp/actions/zipball/97359ba89a106be3a6b52f3a115b1ae39405f522",
1246
+                "reference": "97359ba89a106be3a6b52f3a115b1ae39405f522",
1247
+                "shasum": ""
1242 1248
             },
1243 1249
             "require": {
1244 1250
                 "filament/forms": "self.version",
@@ -1264,6 +1270,7 @@
1264 1270
                     "Filament\\Actions\\": "src"
1265 1271
                 }
1266 1272
             },
1273
+            "notification-url": "https://packagist.org/downloads/",
1267 1274
             "license": [
1268 1275
                 "MIT"
1269 1276
             ],
@@ -1273,17 +1280,21 @@
1273 1280
                 "issues": "https://github.com/filamentphp/filament/issues",
1274 1281
                 "source": "https://github.com/filamentphp/filament"
1275 1282
             },
1276
-            "transport-options": {
1277
-                "relative": true
1278
-            }
1283
+            "time": "2023-10-03T18:16:36+00:00"
1279 1284
         },
1280 1285
         {
1281 1286
             "name": "filament/filament",
1282
-            "version": "3.x-dev",
1287
+            "version": "v3.0.67",
1288
+            "source": {
1289
+                "type": "git",
1290
+                "url": "https://github.com/filamentphp/panels.git",
1291
+                "reference": "e79851f80b3a77bddc9ae6bf12c1d5791912fded"
1292
+            },
1283 1293
             "dist": {
1284
-                "type": "path",
1285
-                "url": "filament/packages/panels",
1286
-                "reference": "95c673f2a47486246fed00730771df6403c3c5c1"
1294
+                "type": "zip",
1295
+                "url": "https://api.github.com/repos/filamentphp/panels/zipball/e79851f80b3a77bddc9ae6bf12c1d5791912fded",
1296
+                "reference": "e79851f80b3a77bddc9ae6bf12c1d5791912fded",
1297
+                "shasum": ""
1287 1298
             },
1288 1299
             "require": {
1289 1300
                 "danharrin/livewire-rate-limiting": "^0.3|^1.0",
@@ -1324,6 +1335,7 @@
1324 1335
                     "Filament\\": "src"
1325 1336
                 }
1326 1337
             },
1338
+            "notification-url": "https://packagist.org/downloads/",
1327 1339
             "license": [
1328 1340
                 "MIT"
1329 1341
             ],
@@ -1333,17 +1345,21 @@
1333 1345
                 "issues": "https://github.com/filamentphp/filament/issues",
1334 1346
                 "source": "https://github.com/filamentphp/filament"
1335 1347
             },
1336
-            "transport-options": {
1337
-                "relative": true
1338
-            }
1348
+            "time": "2023-10-03T19:14:42+00:00"
1339 1349
         },
1340 1350
         {
1341 1351
             "name": "filament/forms",
1342
-            "version": "3.x-dev",
1352
+            "version": "v3.0.67",
1353
+            "source": {
1354
+                "type": "git",
1355
+                "url": "https://github.com/filamentphp/forms.git",
1356
+                "reference": "240d67b1209cff088ae3f61a2a0feacce1bd723c"
1357
+            },
1343 1358
             "dist": {
1344
-                "type": "path",
1345
-                "url": "filament/packages/forms",
1346
-                "reference": "a874bb261cfef3bb1dad9b077dc93bfb74b47546"
1359
+                "type": "zip",
1360
+                "url": "https://api.github.com/repos/filamentphp/forms/zipball/240d67b1209cff088ae3f61a2a0feacce1bd723c",
1361
+                "reference": "240d67b1209cff088ae3f61a2a0feacce1bd723c",
1362
+                "shasum": ""
1347 1363
             },
1348 1364
             "require": {
1349 1365
                 "danharrin/date-format-converter": "^0.3",
@@ -1375,6 +1391,7 @@
1375 1391
                     "Filament\\Forms\\": "src"
1376 1392
                 }
1377 1393
             },
1394
+            "notification-url": "https://packagist.org/downloads/",
1378 1395
             "license": [
1379 1396
                 "MIT"
1380 1397
             ],
@@ -1384,17 +1401,21 @@
1384 1401
                 "issues": "https://github.com/filamentphp/filament/issues",
1385 1402
                 "source": "https://github.com/filamentphp/filament"
1386 1403
             },
1387
-            "transport-options": {
1388
-                "relative": true
1389
-            }
1404
+            "time": "2023-10-03T18:49:57+00:00"
1390 1405
         },
1391 1406
         {
1392 1407
             "name": "filament/infolists",
1393
-            "version": "3.x-dev",
1408
+            "version": "v3.0.67",
1409
+            "source": {
1410
+                "type": "git",
1411
+                "url": "https://github.com/filamentphp/infolists.git",
1412
+                "reference": "fce869f93bbfbcd927222a5cca468c9d943dadbc"
1413
+            },
1394 1414
             "dist": {
1395
-                "type": "path",
1396
-                "url": "filament/packages/infolists",
1397
-                "reference": "ac1d5fa68b0aba4460b7e72bf0d8d6eb4cc51b8d"
1415
+                "type": "zip",
1416
+                "url": "https://api.github.com/repos/filamentphp/infolists/zipball/fce869f93bbfbcd927222a5cca468c9d943dadbc",
1417
+                "reference": "fce869f93bbfbcd927222a5cca468c9d943dadbc",
1418
+                "shasum": ""
1398 1419
             },
1399 1420
             "require": {
1400 1421
                 "filament/actions": "self.version",
@@ -1421,6 +1442,7 @@
1421 1442
                     "Filament\\Infolists\\": "src"
1422 1443
                 }
1423 1444
             },
1445
+            "notification-url": "https://packagist.org/downloads/",
1424 1446
             "license": [
1425 1447
                 "MIT"
1426 1448
             ],
@@ -1430,17 +1452,21 @@
1430 1452
                 "issues": "https://github.com/filamentphp/filament/issues",
1431 1453
                 "source": "https://github.com/filamentphp/filament"
1432 1454
             },
1433
-            "transport-options": {
1434
-                "relative": true
1435
-            }
1455
+            "time": "2023-09-25T19:23:47+00:00"
1436 1456
         },
1437 1457
         {
1438 1458
             "name": "filament/notifications",
1439
-            "version": "3.x-dev",
1459
+            "version": "v3.0.67",
1460
+            "source": {
1461
+                "type": "git",
1462
+                "url": "https://github.com/filamentphp/notifications.git",
1463
+                "reference": "489d3caff1e5b2dae46bd1cb926e2fe7567d1e8b"
1464
+            },
1440 1465
             "dist": {
1441
-                "type": "path",
1442
-                "url": "filament/packages/notifications",
1443
-                "reference": "743d1c23c162ca1085e4b39c8f52f3feeb718cfc"
1466
+                "type": "zip",
1467
+                "url": "https://api.github.com/repos/filamentphp/notifications/zipball/489d3caff1e5b2dae46bd1cb926e2fe7567d1e8b",
1468
+                "reference": "489d3caff1e5b2dae46bd1cb926e2fe7567d1e8b",
1469
+                "shasum": ""
1444 1470
             },
1445 1471
             "require": {
1446 1472
                 "filament/actions": "self.version",
@@ -1461,13 +1487,14 @@
1461 1487
                 }
1462 1488
             },
1463 1489
             "autoload": {
1464
-                "psr-4": {
1465
-                    "Filament\\Notifications\\": "src"
1466
-                },
1467 1490
                 "files": [
1468 1491
                     "src/Testing/Autoload.php"
1469
-                ]
1492
+                ],
1493
+                "psr-4": {
1494
+                    "Filament\\Notifications\\": "src"
1495
+                }
1470 1496
             },
1497
+            "notification-url": "https://packagist.org/downloads/",
1471 1498
             "license": [
1472 1499
                 "MIT"
1473 1500
             ],
@@ -1477,17 +1504,21 @@
1477 1504
                 "issues": "https://github.com/filamentphp/filament/issues",
1478 1505
                 "source": "https://github.com/filamentphp/filament"
1479 1506
             },
1480
-            "transport-options": {
1481
-                "relative": true
1482
-            }
1507
+            "time": "2023-10-03T18:16:40+00:00"
1483 1508
         },
1484 1509
         {
1485 1510
             "name": "filament/spatie-laravel-tags-plugin",
1486
-            "version": "3.x-dev",
1511
+            "version": "v3.0.67",
1512
+            "source": {
1513
+                "type": "git",
1514
+                "url": "https://github.com/filamentphp/spatie-laravel-tags-plugin.git",
1515
+                "reference": "31e837c013071868d7b677f6e49b8f28f8aac55b"
1516
+            },
1487 1517
             "dist": {
1488
-                "type": "path",
1489
-                "url": "filament/packages/spatie-laravel-tags-plugin",
1490
-                "reference": "ae175553a9e0dee063d16a850aa5a5fe8514fe07"
1518
+                "type": "zip",
1519
+                "url": "https://api.github.com/repos/filamentphp/spatie-laravel-tags-plugin/zipball/31e837c013071868d7b677f6e49b8f28f8aac55b",
1520
+                "reference": "31e837c013071868d7b677f6e49b8f28f8aac55b",
1521
+                "shasum": ""
1491 1522
             },
1492 1523
             "require": {
1493 1524
                 "illuminate/database": "^10.0",
@@ -1500,6 +1531,7 @@
1500 1531
                     "Filament\\": "src"
1501 1532
                 }
1502 1533
             },
1534
+            "notification-url": "https://packagist.org/downloads/",
1503 1535
             "license": [
1504 1536
                 "MIT"
1505 1537
             ],
@@ -1509,17 +1541,21 @@
1509 1541
                 "issues": "https://github.com/filamentphp/filament/issues",
1510 1542
                 "source": "https://github.com/filamentphp/filament"
1511 1543
             },
1512
-            "transport-options": {
1513
-                "relative": true
1514
-            }
1544
+            "time": "2023-09-12T22:49:52+00:00"
1515 1545
         },
1516 1546
         {
1517 1547
             "name": "filament/support",
1518
-            "version": "3.x-dev",
1548
+            "version": "v3.0.67",
1549
+            "source": {
1550
+                "type": "git",
1551
+                "url": "https://github.com/filamentphp/support.git",
1552
+                "reference": "f619cef19853da30ce36688d96b014ca7d966579"
1553
+            },
1519 1554
             "dist": {
1520
-                "type": "path",
1521
-                "url": "filament/packages/support",
1522
-                "reference": "291ba63d47a8a226b083acb4ab248a8cd6216383"
1555
+                "type": "zip",
1556
+                "url": "https://api.github.com/repos/filamentphp/support/zipball/f619cef19853da30ce36688d96b014ca7d966579",
1557
+                "reference": "f619cef19853da30ce36688d96b014ca7d966579",
1558
+                "shasum": ""
1523 1559
             },
1524 1560
             "require": {
1525 1561
                 "blade-ui-kit/blade-heroicons": "^2.0",
@@ -1552,6 +1588,7 @@
1552 1588
                     "Filament\\Support\\": "src"
1553 1589
                 }
1554 1590
             },
1591
+            "notification-url": "https://packagist.org/downloads/",
1555 1592
             "license": [
1556 1593
                 "MIT"
1557 1594
             ],
@@ -1561,17 +1598,21 @@
1561 1598
                 "issues": "https://github.com/filamentphp/filament/issues",
1562 1599
                 "source": "https://github.com/filamentphp/filament"
1563 1600
             },
1564
-            "transport-options": {
1565
-                "relative": true
1566
-            }
1601
+            "time": "2023-10-03T18:16:49+00:00"
1567 1602
         },
1568 1603
         {
1569 1604
             "name": "filament/tables",
1570
-            "version": "3.x-dev",
1605
+            "version": "v3.0.67",
1606
+            "source": {
1607
+                "type": "git",
1608
+                "url": "https://github.com/filamentphp/tables.git",
1609
+                "reference": "f8a27a8278e5c165cc352ab776f46fab0f04e974"
1610
+            },
1571 1611
             "dist": {
1572
-                "type": "path",
1573
-                "url": "filament/packages/tables",
1574
-                "reference": "db9357154d8a8e949fbfa27ab8c6bc3750823adf"
1612
+                "type": "zip",
1613
+                "url": "https://api.github.com/repos/filamentphp/tables/zipball/f8a27a8278e5c165cc352ab776f46fab0f04e974",
1614
+                "reference": "f8a27a8278e5c165cc352ab776f46fab0f04e974",
1615
+                "shasum": ""
1575 1616
             },
1576 1617
             "require": {
1577 1618
                 "filament/actions": "self.version",
@@ -1600,6 +1641,7 @@
1600 1641
                     "Filament\\Tables\\": "src"
1601 1642
                 }
1602 1643
             },
1644
+            "notification-url": "https://packagist.org/downloads/",
1603 1645
             "license": [
1604 1646
                 "MIT"
1605 1647
             ],
@@ -1609,17 +1651,21 @@
1609 1651
                 "issues": "https://github.com/filamentphp/filament/issues",
1610 1652
                 "source": "https://github.com/filamentphp/filament"
1611 1653
             },
1612
-            "transport-options": {
1613
-                "relative": true
1614
-            }
1654
+            "time": "2023-10-03T18:50:12+00:00"
1615 1655
         },
1616 1656
         {
1617 1657
             "name": "filament/widgets",
1618
-            "version": "3.x-dev",
1658
+            "version": "v3.0.67",
1659
+            "source": {
1660
+                "type": "git",
1661
+                "url": "https://github.com/filamentphp/widgets.git",
1662
+                "reference": "39ecca54898f10491330e239b5e56571d09eae99"
1663
+            },
1619 1664
             "dist": {
1620
-                "type": "path",
1621
-                "url": "filament/packages/widgets",
1622
-                "reference": "b6bfc6390cdf0a8707311edc4504e14c33ff61f8"
1665
+                "type": "zip",
1666
+                "url": "https://api.github.com/repos/filamentphp/widgets/zipball/39ecca54898f10491330e239b5e56571d09eae99",
1667
+                "reference": "39ecca54898f10491330e239b5e56571d09eae99",
1668
+                "shasum": ""
1623 1669
             },
1624 1670
             "require": {
1625 1671
                 "filament/support": "self.version",
@@ -1639,6 +1685,7 @@
1639 1685
                     "Filament\\Widgets\\": "src"
1640 1686
                 }
1641 1687
             },
1688
+            "notification-url": "https://packagist.org/downloads/",
1642 1689
             "license": [
1643 1690
                 "MIT"
1644 1691
             ],
@@ -1648,9 +1695,7 @@
1648 1695
                 "issues": "https://github.com/filamentphp/filament/issues",
1649 1696
                 "source": "https://github.com/filamentphp/filament"
1650 1697
             },
1651
-            "transport-options": {
1652
-                "relative": true
1653
-            }
1698
+            "time": "2023-10-03T18:16:53+00:00"
1654 1699
         },
1655 1700
         {
1656 1701
             "name": "fruitcake/php-cors",
@@ -2254,16 +2299,16 @@
2254 2299
         },
2255 2300
         {
2256 2301
             "name": "laravel/framework",
2257
-            "version": "v10.25.2",
2302
+            "version": "v10.26.2",
2258 2303
             "source": {
2259 2304
                 "type": "git",
2260 2305
                 "url": "https://github.com/laravel/framework.git",
2261
-                "reference": "6014dd456b414b305fb0b408404efdcec18e64bc"
2306
+                "reference": "6e5440f7c518f26b4495e5d7e4796ec239e26df9"
2262 2307
             },
2263 2308
             "dist": {
2264 2309
                 "type": "zip",
2265
-                "url": "https://api.github.com/repos/laravel/framework/zipball/6014dd456b414b305fb0b408404efdcec18e64bc",
2266
-                "reference": "6014dd456b414b305fb0b408404efdcec18e64bc",
2310
+                "url": "https://api.github.com/repos/laravel/framework/zipball/6e5440f7c518f26b4495e5d7e4796ec239e26df9",
2311
+                "reference": "6e5440f7c518f26b4495e5d7e4796ec239e26df9",
2267 2312
                 "shasum": ""
2268 2313
             },
2269 2314
             "require": {
@@ -2450,20 +2495,20 @@
2450 2495
                 "issues": "https://github.com/laravel/framework/issues",
2451 2496
                 "source": "https://github.com/laravel/framework"
2452 2497
             },
2453
-            "time": "2023-09-28T14:08:59+00:00"
2498
+            "time": "2023-10-03T14:24:20+00:00"
2454 2499
         },
2455 2500
         {
2456 2501
             "name": "laravel/prompts",
2457
-            "version": "v0.1.10",
2502
+            "version": "v0.1.11",
2458 2503
             "source": {
2459 2504
                 "type": "git",
2460 2505
                 "url": "https://github.com/laravel/prompts.git",
2461
-                "reference": "37ed55f6950d921a87d5beeab16d03f8de26b060"
2506
+                "reference": "cce65a90e64712909ea1adc033e1d88de8455ffd"
2462 2507
             },
2463 2508
             "dist": {
2464 2509
                 "type": "zip",
2465
-                "url": "https://api.github.com/repos/laravel/prompts/zipball/37ed55f6950d921a87d5beeab16d03f8de26b060",
2466
-                "reference": "37ed55f6950d921a87d5beeab16d03f8de26b060",
2510
+                "url": "https://api.github.com/repos/laravel/prompts/zipball/cce65a90e64712909ea1adc033e1d88de8455ffd",
2511
+                "reference": "cce65a90e64712909ea1adc033e1d88de8455ffd",
2467 2512
                 "shasum": ""
2468 2513
             },
2469 2514
             "require": {
@@ -2505,9 +2550,9 @@
2505 2550
             ],
2506 2551
             "support": {
2507 2552
                 "issues": "https://github.com/laravel/prompts/issues",
2508
-                "source": "https://github.com/laravel/prompts/tree/v0.1.10"
2553
+                "source": "https://github.com/laravel/prompts/tree/v0.1.11"
2509 2554
             },
2510
-            "time": "2023-09-29T07:26:07+00:00"
2555
+            "time": "2023-10-03T01:07:35+00:00"
2511 2556
         },
2512 2557
         {
2513 2558
             "name": "laravel/sanctum",
@@ -8876,16 +8921,16 @@
8876 8921
         },
8877 8922
         {
8878 8923
             "name": "phpunit/php-code-coverage",
8879
-            "version": "10.1.6",
8924
+            "version": "10.1.7",
8880 8925
             "source": {
8881 8926
                 "type": "git",
8882 8927
                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
8883
-                "reference": "56f33548fe522c8d82da7ff3824b42829d324364"
8928
+                "reference": "355324ca4980b8916c18b9db29f3ef484078f26e"
8884 8929
             },
8885 8930
             "dist": {
8886 8931
                 "type": "zip",
8887
-                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/56f33548fe522c8d82da7ff3824b42829d324364",
8888
-                "reference": "56f33548fe522c8d82da7ff3824b42829d324364",
8932
+                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/355324ca4980b8916c18b9db29f3ef484078f26e",
8933
+                "reference": "355324ca4980b8916c18b9db29f3ef484078f26e",
8889 8934
                 "shasum": ""
8890 8935
             },
8891 8936
             "require": {
@@ -8942,7 +8987,7 @@
8942 8987
             "support": {
8943 8988
                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
8944 8989
                 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
8945
-                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.6"
8990
+                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.7"
8946 8991
             },
8947 8992
             "funding": [
8948 8993
                 {
@@ -8950,7 +8995,7 @@
8950 8995
                     "type": "github"
8951 8996
                 }
8952 8997
             ],
8953
-            "time": "2023-09-19T04:59:03+00:00"
8998
+            "time": "2023-10-04T15:34:17+00:00"
8954 8999
         },
8955 9000
         {
8956 9001
             "name": "phpunit/php-file-iterator",
@@ -10642,7 +10687,7 @@
10642 10687
         }
10643 10688
     ],
10644 10689
     "aliases": [],
10645
-    "minimum-stability": "dev",
10690
+    "minimum-stability": "stable",
10646 10691
     "stability-flags": [],
10647 10692
     "prefer-stable": true,
10648 10693
     "prefer-lowest": false,

+ 12
- 21
package-lock.json 파일 보기

@@ -647,9 +647,9 @@
647 647
             }
648 648
         },
649 649
         "node_modules/caniuse-lite": {
650
-            "version": "1.0.30001541",
651
-            "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001541.tgz",
652
-            "integrity": "sha512-bLOsqxDgTqUBkzxbNlSBt8annkDpQB9NdzdTbO2ooJ+eC/IQcvDspDc058g84ejCelF7vHUx57KIOjEecOHXaw==",
650
+            "version": "1.0.30001546",
651
+            "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001546.tgz",
652
+            "integrity": "sha512-zvtSJwuQFpewSyRrI3AsftF6rM0X80mZkChIt1spBGEvRglCrjTniXvinc8JKRoqTwXAgvqTImaN9igfSMtUBw==",
653 653
             "dev": true,
654 654
             "funding": [
655 655
                 {
@@ -766,9 +766,9 @@
766 766
             "dev": true
767 767
         },
768 768
         "node_modules/electron-to-chromium": {
769
-            "version": "1.4.537",
770
-            "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.537.tgz",
771
-            "integrity": "sha512-W1+g9qs9hviII0HAwOdehGYkr+zt7KKdmCcJcjH0mYg6oL8+ioT3Skjmt7BLoAQqXhjf40AXd+HlR4oAWMlXjA==",
769
+            "version": "1.4.542",
770
+            "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.542.tgz",
771
+            "integrity": "sha512-6+cpa00G09N3sfh2joln4VUXHquWrOFx3FLZqiVQvl45+zS9DskDBTPvob+BhvFRmTBkyDSk0vvLMMRo/qc6mQ==",
772 772
             "dev": true
773 773
         },
774 774
         "node_modules/esbuild": {
@@ -933,12 +933,6 @@
933 933
                 "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
934 934
             }
935 935
         },
936
-        "node_modules/function-bind": {
937
-            "version": "1.1.1",
938
-            "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
939
-            "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
940
-            "dev": true
941
-        },
942 936
         "node_modules/glob": {
943 937
             "version": "7.1.6",
944 938
             "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
@@ -972,13 +966,10 @@
972 966
             }
973 967
         },
974 968
         "node_modules/has": {
975
-            "version": "1.0.3",
976
-            "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
977
-            "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
969
+            "version": "1.0.4",
970
+            "resolved": "https://registry.npmjs.org/has/-/has-1.0.4.tgz",
971
+            "integrity": "sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==",
978 972
             "dev": true,
979
-            "dependencies": {
980
-                "function-bind": "^1.1.1"
981
-            },
982 973
             "engines": {
983 974
                 "node": ">= 0.4.0"
984 975
             }
@@ -1732,9 +1723,9 @@
1732 1723
             "dev": true
1733 1724
         },
1734 1725
         "node_modules/vite": {
1735
-            "version": "4.4.9",
1736
-            "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.9.tgz",
1737
-            "integrity": "sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==",
1726
+            "version": "4.4.10",
1727
+            "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.10.tgz",
1728
+            "integrity": "sha512-TzIjiqx9BEXF8yzYdF2NTf1kFFbjMjUSV0LFZ3HyHoI3SGSPLnnFUKiIQtL3gl2AjHvMrprOvQ3amzaHgQlAxw==",
1738 1729
             "dev": true,
1739 1730
             "dependencies": {
1740 1731
                 "esbuild": "^0.18.10",

Loading…
취소
저장