瀏覽代碼

select filter refresh on update

3.x
wallo 1 年之前
父節點
當前提交
09dd6755dc
共有 3 個檔案被更改,包括 86 行新增85 行删除
  1. 7
    6
      app/Filament/Company/Pages/Accounting/Transactions.php
  2. 51
    51
      composer.lock
  3. 28
    28
      package-lock.json

+ 7
- 6
app/Filament/Company/Pages/Accounting/Transactions.php 查看文件

127
         return $form
127
         return $form
128
             ->schema([
128
             ->schema([
129
                 Forms\Components\Select::make('bankAccountIdFiltered')
129
                 Forms\Components\Select::make('bankAccountIdFiltered')
130
-                    ->label('Account')
131
-                    ->hiddenLabel()
132
-                    ->allowHtml()
133
-                    ->options(fn () => $this->getBankAccountOptions(true, true))
134
                     ->live()
130
                     ->live()
131
+                    ->allowHtml()
132
+                    ->hiddenLabel()
133
+                    ->columnSpan(2)
134
+                    ->label('Account')
135
                     ->selectablePlaceholder(false)
135
                     ->selectablePlaceholder(false)
136
-                    ->columnSpan(4),
136
+                    ->extraAttributes(['wire:key' => Str::random()])
137
+                    ->options(fn () => $this->getBankAccountOptions(true, true)),
137
             ])
138
             ])
138
-            ->columns(14);
139
+            ->columns(7);
139
     }
140
     }
140
 
141
 
141
     public function transactionForm(Form $form): Form
142
     public function transactionForm(Form $form): Form

+ 51
- 51
composer.lock 查看文件

368
         },
368
         },
369
         {
369
         {
370
             "name": "awcodes/filament-table-repeater",
370
             "name": "awcodes/filament-table-repeater",
371
-            "version": "v3.0.3",
371
+            "version": "v3.0.4",
372
             "source": {
372
             "source": {
373
                 "type": "git",
373
                 "type": "git",
374
                 "url": "https://github.com/awcodes/filament-table-repeater.git",
374
                 "url": "https://github.com/awcodes/filament-table-repeater.git",
375
-                "reference": "1ebbcb8c04c0aaeac8771a6c2c62a8736f8eea9b"
375
+                "reference": "01288f0d8c9323f147a6aac7f1fb6c2c4b8b880b"
376
             },
376
             },
377
             "dist": {
377
             "dist": {
378
                 "type": "zip",
378
                 "type": "zip",
379
-                "url": "https://api.github.com/repos/awcodes/filament-table-repeater/zipball/1ebbcb8c04c0aaeac8771a6c2c62a8736f8eea9b",
380
-                "reference": "1ebbcb8c04c0aaeac8771a6c2c62a8736f8eea9b",
379
+                "url": "https://api.github.com/repos/awcodes/filament-table-repeater/zipball/01288f0d8c9323f147a6aac7f1fb6c2c4b8b880b",
380
+                "reference": "01288f0d8c9323f147a6aac7f1fb6c2c4b8b880b",
381
                 "shasum": ""
381
                 "shasum": ""
382
             },
382
             },
383
             "require": {
383
             "require": {
431
             ],
431
             ],
432
             "support": {
432
             "support": {
433
                 "issues": "https://github.com/awcodes/filament-table-repeater/issues",
433
                 "issues": "https://github.com/awcodes/filament-table-repeater/issues",
434
-                "source": "https://github.com/awcodes/filament-table-repeater/tree/v3.0.3"
434
+                "source": "https://github.com/awcodes/filament-table-repeater/tree/v3.0.4"
435
             },
435
             },
436
             "funding": [
436
             "funding": [
437
                 {
437
                 {
439
                     "type": "github"
439
                     "type": "github"
440
                 }
440
                 }
441
             ],
441
             ],
442
-            "time": "2024-04-26T13:18:27+00:00"
442
+            "time": "2024-05-13T12:44:06+00:00"
443
         },
443
         },
444
         {
444
         {
445
             "name": "aws/aws-crt-php",
445
             "name": "aws/aws-crt-php",
497
         },
497
         },
498
         {
498
         {
499
             "name": "aws/aws-sdk-php",
499
             "name": "aws/aws-sdk-php",
500
-            "version": "3.306.4",
500
+            "version": "3.306.7",
501
             "source": {
501
             "source": {
502
                 "type": "git",
502
                 "type": "git",
503
                 "url": "https://github.com/aws/aws-sdk-php.git",
503
                 "url": "https://github.com/aws/aws-sdk-php.git",
504
-                "reference": "f50ff987dbe6d3e60d68794970422eae71ffb525"
504
+                "reference": "bc30df54badd9d2af8d291cd0665ade6eb509598"
505
             },
505
             },
506
             "dist": {
506
             "dist": {
507
                 "type": "zip",
507
                 "type": "zip",
508
-                "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/f50ff987dbe6d3e60d68794970422eae71ffb525",
509
-                "reference": "f50ff987dbe6d3e60d68794970422eae71ffb525",
508
+                "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/bc30df54badd9d2af8d291cd0665ade6eb509598",
509
+                "reference": "bc30df54badd9d2af8d291cd0665ade6eb509598",
510
                 "shasum": ""
510
                 "shasum": ""
511
             },
511
             },
512
             "require": {
512
             "require": {
586
             "support": {
586
             "support": {
587
                 "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
587
                 "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
588
                 "issues": "https://github.com/aws/aws-sdk-php/issues",
588
                 "issues": "https://github.com/aws/aws-sdk-php/issues",
589
-                "source": "https://github.com/aws/aws-sdk-php/tree/3.306.4"
589
+                "source": "https://github.com/aws/aws-sdk-php/tree/3.306.7"
590
             },
590
             },
591
-            "time": "2024-05-10T18:23:57+00:00"
591
+            "time": "2024-05-15T18:04:12+00:00"
592
         },
592
         },
593
         {
593
         {
594
             "name": "aws/aws-sdk-php-laravel",
594
             "name": "aws/aws-sdk-php-laravel",
669
         },
669
         },
670
         {
670
         {
671
             "name": "barryvdh/laravel-dompdf",
671
             "name": "barryvdh/laravel-dompdf",
672
-            "version": "v2.1.1",
672
+            "version": "v2.2.0",
673
             "source": {
673
             "source": {
674
                 "type": "git",
674
                 "type": "git",
675
                 "url": "https://github.com/barryvdh/laravel-dompdf.git",
675
                 "url": "https://github.com/barryvdh/laravel-dompdf.git",
676
-                "reference": "cb37868365f9b937039d316727a1fced1e87b31c"
676
+                "reference": "c96f90c97666cebec154ca1ffb67afed372114d8"
677
             },
677
             },
678
             "dist": {
678
             "dist": {
679
                 "type": "zip",
679
                 "type": "zip",
680
-                "url": "https://api.github.com/repos/barryvdh/laravel-dompdf/zipball/cb37868365f9b937039d316727a1fced1e87b31c",
681
-                "reference": "cb37868365f9b937039d316727a1fced1e87b31c",
680
+                "url": "https://api.github.com/repos/barryvdh/laravel-dompdf/zipball/c96f90c97666cebec154ca1ffb67afed372114d8",
681
+                "reference": "c96f90c97666cebec154ca1ffb67afed372114d8",
682
                 "shasum": ""
682
                 "shasum": ""
683
             },
683
             },
684
             "require": {
684
             "require": {
685
-                "dompdf/dompdf": "^2.0.3",
685
+                "dompdf/dompdf": "^2.0.7",
686
                 "illuminate/support": "^6|^7|^8|^9|^10|^11",
686
                 "illuminate/support": "^6|^7|^8|^9|^10|^11",
687
                 "php": "^7.2 || ^8.0"
687
                 "php": "^7.2 || ^8.0"
688
             },
688
             },
730
             ],
730
             ],
731
             "support": {
731
             "support": {
732
                 "issues": "https://github.com/barryvdh/laravel-dompdf/issues",
732
                 "issues": "https://github.com/barryvdh/laravel-dompdf/issues",
733
-                "source": "https://github.com/barryvdh/laravel-dompdf/tree/v2.1.1"
733
+                "source": "https://github.com/barryvdh/laravel-dompdf/tree/v2.2.0"
734
             },
734
             },
735
             "funding": [
735
             "funding": [
736
                 {
736
                 {
742
                     "type": "github"
742
                     "type": "github"
743
                 }
743
                 }
744
             ],
744
             ],
745
-            "time": "2024-03-15T12:48:39+00:00"
745
+            "time": "2024-04-25T13:16:04+00:00"
746
         },
746
         },
747
         {
747
         {
748
             "name": "bezhansalleh/filament-panel-switch",
748
             "name": "bezhansalleh/filament-panel-switch",
1985
         },
1985
         },
1986
         {
1986
         {
1987
             "name": "filament/actions",
1987
             "name": "filament/actions",
1988
-            "version": "v3.2.76",
1988
+            "version": "v3.2.79",
1989
             "source": {
1989
             "source": {
1990
                 "type": "git",
1990
                 "type": "git",
1991
                 "url": "https://github.com/filamentphp/actions.git",
1991
                 "url": "https://github.com/filamentphp/actions.git",
1992
-                "reference": "36292c4e811b1c90605ce207f1fbeb0452e5936c"
1992
+                "reference": "272fa664b456ec01c098026170960317b260ed30"
1993
             },
1993
             },
1994
             "dist": {
1994
             "dist": {
1995
                 "type": "zip",
1995
                 "type": "zip",
1996
-                "url": "https://api.github.com/repos/filamentphp/actions/zipball/36292c4e811b1c90605ce207f1fbeb0452e5936c",
1997
-                "reference": "36292c4e811b1c90605ce207f1fbeb0452e5936c",
1996
+                "url": "https://api.github.com/repos/filamentphp/actions/zipball/272fa664b456ec01c098026170960317b260ed30",
1997
+                "reference": "272fa664b456ec01c098026170960317b260ed30",
1998
                 "shasum": ""
1998
                 "shasum": ""
1999
             },
1999
             },
2000
             "require": {
2000
             "require": {
2034
                 "issues": "https://github.com/filamentphp/filament/issues",
2034
                 "issues": "https://github.com/filamentphp/filament/issues",
2035
                 "source": "https://github.com/filamentphp/filament"
2035
                 "source": "https://github.com/filamentphp/filament"
2036
             },
2036
             },
2037
-            "time": "2024-05-08T16:21:06+00:00"
2037
+            "time": "2024-05-15T10:37:05+00:00"
2038
         },
2038
         },
2039
         {
2039
         {
2040
             "name": "filament/filament",
2040
             "name": "filament/filament",
2041
-            "version": "v3.2.76",
2041
+            "version": "v3.2.79",
2042
             "source": {
2042
             "source": {
2043
                 "type": "git",
2043
                 "type": "git",
2044
                 "url": "https://github.com/filamentphp/panels.git",
2044
                 "url": "https://github.com/filamentphp/panels.git",
2045
-                "reference": "80b4cfb0ab7e858aada7439e8f002e1f896f3d65"
2045
+                "reference": "a8b17780beaf28925a9a9eb721f0f7f8483bcbcf"
2046
             },
2046
             },
2047
             "dist": {
2047
             "dist": {
2048
                 "type": "zip",
2048
                 "type": "zip",
2049
-                "url": "https://api.github.com/repos/filamentphp/panels/zipball/80b4cfb0ab7e858aada7439e8f002e1f896f3d65",
2050
-                "reference": "80b4cfb0ab7e858aada7439e8f002e1f896f3d65",
2049
+                "url": "https://api.github.com/repos/filamentphp/panels/zipball/a8b17780beaf28925a9a9eb721f0f7f8483bcbcf",
2050
+                "reference": "a8b17780beaf28925a9a9eb721f0f7f8483bcbcf",
2051
                 "shasum": ""
2051
                 "shasum": ""
2052
             },
2052
             },
2053
             "require": {
2053
             "require": {
2099
                 "issues": "https://github.com/filamentphp/filament/issues",
2099
                 "issues": "https://github.com/filamentphp/filament/issues",
2100
                 "source": "https://github.com/filamentphp/filament"
2100
                 "source": "https://github.com/filamentphp/filament"
2101
             },
2101
             },
2102
-            "time": "2024-05-08T16:21:17+00:00"
2102
+            "time": "2024-05-15T10:37:20+00:00"
2103
         },
2103
         },
2104
         {
2104
         {
2105
             "name": "filament/forms",
2105
             "name": "filament/forms",
2106
-            "version": "v3.2.76",
2106
+            "version": "v3.2.79",
2107
             "source": {
2107
             "source": {
2108
                 "type": "git",
2108
                 "type": "git",
2109
                 "url": "https://github.com/filamentphp/forms.git",
2109
                 "url": "https://github.com/filamentphp/forms.git",
2110
-                "reference": "ce53bc7fe494a2f5129d6bdeb707b0c1099226bb"
2110
+                "reference": "2cc78f16674f91d5dd08796a59520ea4ea8229ab"
2111
             },
2111
             },
2112
             "dist": {
2112
             "dist": {
2113
                 "type": "zip",
2113
                 "type": "zip",
2114
-                "url": "https://api.github.com/repos/filamentphp/forms/zipball/ce53bc7fe494a2f5129d6bdeb707b0c1099226bb",
2115
-                "reference": "ce53bc7fe494a2f5129d6bdeb707b0c1099226bb",
2114
+                "url": "https://api.github.com/repos/filamentphp/forms/zipball/2cc78f16674f91d5dd08796a59520ea4ea8229ab",
2115
+                "reference": "2cc78f16674f91d5dd08796a59520ea4ea8229ab",
2116
                 "shasum": ""
2116
                 "shasum": ""
2117
             },
2117
             },
2118
             "require": {
2118
             "require": {
2155
                 "issues": "https://github.com/filamentphp/filament/issues",
2155
                 "issues": "https://github.com/filamentphp/filament/issues",
2156
                 "source": "https://github.com/filamentphp/filament"
2156
                 "source": "https://github.com/filamentphp/filament"
2157
             },
2157
             },
2158
-            "time": "2024-05-09T08:34:11+00:00"
2158
+            "time": "2024-05-15T10:37:07+00:00"
2159
         },
2159
         },
2160
         {
2160
         {
2161
             "name": "filament/infolists",
2161
             "name": "filament/infolists",
2162
-            "version": "v3.2.76",
2162
+            "version": "v3.2.79",
2163
             "source": {
2163
             "source": {
2164
                 "type": "git",
2164
                 "type": "git",
2165
                 "url": "https://github.com/filamentphp/infolists.git",
2165
                 "url": "https://github.com/filamentphp/infolists.git",
2166
-                "reference": "377ae7abbe2199b512580543764a581d61f7cbfd"
2166
+                "reference": "1dd25e010df2c1983e09588601f5ffc60b781c90"
2167
             },
2167
             },
2168
             "dist": {
2168
             "dist": {
2169
                 "type": "zip",
2169
                 "type": "zip",
2170
-                "url": "https://api.github.com/repos/filamentphp/infolists/zipball/377ae7abbe2199b512580543764a581d61f7cbfd",
2171
-                "reference": "377ae7abbe2199b512580543764a581d61f7cbfd",
2170
+                "url": "https://api.github.com/repos/filamentphp/infolists/zipball/1dd25e010df2c1983e09588601f5ffc60b781c90",
2171
+                "reference": "1dd25e010df2c1983e09588601f5ffc60b781c90",
2172
                 "shasum": ""
2172
                 "shasum": ""
2173
             },
2173
             },
2174
             "require": {
2174
             "require": {
2206
                 "issues": "https://github.com/filamentphp/filament/issues",
2206
                 "issues": "https://github.com/filamentphp/filament/issues",
2207
                 "source": "https://github.com/filamentphp/filament"
2207
                 "source": "https://github.com/filamentphp/filament"
2208
             },
2208
             },
2209
-            "time": "2024-05-09T08:34:11+00:00"
2209
+            "time": "2024-05-13T11:04:31+00:00"
2210
         },
2210
         },
2211
         {
2211
         {
2212
             "name": "filament/notifications",
2212
             "name": "filament/notifications",
2213
-            "version": "v3.2.76",
2213
+            "version": "v3.2.79",
2214
             "source": {
2214
             "source": {
2215
                 "type": "git",
2215
                 "type": "git",
2216
                 "url": "https://github.com/filamentphp/notifications.git",
2216
                 "url": "https://github.com/filamentphp/notifications.git",
2262
         },
2262
         },
2263
         {
2263
         {
2264
             "name": "filament/support",
2264
             "name": "filament/support",
2265
-            "version": "v3.2.76",
2265
+            "version": "v3.2.79",
2266
             "source": {
2266
             "source": {
2267
                 "type": "git",
2267
                 "type": "git",
2268
                 "url": "https://github.com/filamentphp/support.git",
2268
                 "url": "https://github.com/filamentphp/support.git",
2269
-                "reference": "2ed906a82070c07da5367ae71f52826698d17b9e"
2269
+                "reference": "b49a62028f77a4b7daf5b4caad5d933665cc995a"
2270
             },
2270
             },
2271
             "dist": {
2271
             "dist": {
2272
                 "type": "zip",
2272
                 "type": "zip",
2273
-                "url": "https://api.github.com/repos/filamentphp/support/zipball/2ed906a82070c07da5367ae71f52826698d17b9e",
2274
-                "reference": "2ed906a82070c07da5367ae71f52826698d17b9e",
2273
+                "url": "https://api.github.com/repos/filamentphp/support/zipball/b49a62028f77a4b7daf5b4caad5d933665cc995a",
2274
+                "reference": "b49a62028f77a4b7daf5b4caad5d933665cc995a",
2275
                 "shasum": ""
2275
                 "shasum": ""
2276
             },
2276
             },
2277
             "require": {
2277
             "require": {
2316
                 "issues": "https://github.com/filamentphp/filament/issues",
2316
                 "issues": "https://github.com/filamentphp/filament/issues",
2317
                 "source": "https://github.com/filamentphp/filament"
2317
                 "source": "https://github.com/filamentphp/filament"
2318
             },
2318
             },
2319
-            "time": "2024-05-09T08:34:31+00:00"
2319
+            "time": "2024-05-13T11:05:17+00:00"
2320
         },
2320
         },
2321
         {
2321
         {
2322
             "name": "filament/tables",
2322
             "name": "filament/tables",
2323
-            "version": "v3.2.76",
2323
+            "version": "v3.2.79",
2324
             "source": {
2324
             "source": {
2325
                 "type": "git",
2325
                 "type": "git",
2326
                 "url": "https://github.com/filamentphp/tables.git",
2326
                 "url": "https://github.com/filamentphp/tables.git",
2327
-                "reference": "8d66675fdf45e246d11bdcf7eabb7bb6643fd6fa"
2327
+                "reference": "c1265e97447aa6acaaa18026851f516e3ddbcbd3"
2328
             },
2328
             },
2329
             "dist": {
2329
             "dist": {
2330
                 "type": "zip",
2330
                 "type": "zip",
2331
-                "url": "https://api.github.com/repos/filamentphp/tables/zipball/8d66675fdf45e246d11bdcf7eabb7bb6643fd6fa",
2332
-                "reference": "8d66675fdf45e246d11bdcf7eabb7bb6643fd6fa",
2331
+                "url": "https://api.github.com/repos/filamentphp/tables/zipball/c1265e97447aa6acaaa18026851f516e3ddbcbd3",
2332
+                "reference": "c1265e97447aa6acaaa18026851f516e3ddbcbd3",
2333
                 "shasum": ""
2333
                 "shasum": ""
2334
             },
2334
             },
2335
             "require": {
2335
             "require": {
2369
                 "issues": "https://github.com/filamentphp/filament/issues",
2369
                 "issues": "https://github.com/filamentphp/filament/issues",
2370
                 "source": "https://github.com/filamentphp/filament"
2370
                 "source": "https://github.com/filamentphp/filament"
2371
             },
2371
             },
2372
-            "time": "2024-05-08T16:21:32+00:00"
2372
+            "time": "2024-05-14T12:08:22+00:00"
2373
         },
2373
         },
2374
         {
2374
         {
2375
             "name": "filament/widgets",
2375
             "name": "filament/widgets",
2376
-            "version": "v3.2.76",
2376
+            "version": "v3.2.79",
2377
             "source": {
2377
             "source": {
2378
                 "type": "git",
2378
                 "type": "git",
2379
                 "url": "https://github.com/filamentphp/widgets.git",
2379
                 "url": "https://github.com/filamentphp/widgets.git",

+ 28
- 28
package-lock.json 查看文件

931
             }
931
             }
932
         },
932
         },
933
         "node_modules/caniuse-lite": {
933
         "node_modules/caniuse-lite": {
934
-            "version": "1.0.30001617",
935
-            "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001617.tgz",
936
-            "integrity": "sha512-mLyjzNI9I+Pix8zwcrpxEbGlfqOkF9kM3ptzmKNw5tizSyYwMe+nGLTqMK9cO+0E+Bh6TsBxNAaHWEM8xwSsmA==",
934
+            "version": "1.0.30001618",
935
+            "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001618.tgz",
936
+            "integrity": "sha512-p407+D1tIkDvsEAPS22lJxLQQaG8OTBEqo0KhzfABGk0TU4juBNDSfH0hyAp/HRyx+M8L17z/ltyhxh27FTfQg==",
937
             "dev": true,
937
             "dev": true,
938
             "funding": [
938
             "funding": [
939
                 {
939
                 {
1079
             "dev": true
1079
             "dev": true
1080
         },
1080
         },
1081
         "node_modules/electron-to-chromium": {
1081
         "node_modules/electron-to-chromium": {
1082
-            "version": "1.4.763",
1083
-            "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.763.tgz",
1084
-            "integrity": "sha512-k4J8NrtJ9QrvHLRo8Q18OncqBCB7tIUyqxRcJnlonQ0ioHKYB988GcDFF3ZePmnb8eHEopDs/wPHR/iGAFgoUQ==",
1082
+            "version": "1.4.771",
1083
+            "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.771.tgz",
1084
+            "integrity": "sha512-b/CmBh1c5SXZy5oFu4a0o+2TdM0AYStiwoQebEoImGAINstCsS/s/MOvPKMoxu1nA2BJtEOJI1nC/VoVRzdXWA==",
1085
             "dev": true
1085
             "dev": true
1086
         },
1086
         },
1087
         "node_modules/emoji-regex": {
1087
         "node_modules/emoji-regex": {
1273
             }
1273
             }
1274
         },
1274
         },
1275
         "node_modules/glob": {
1275
         "node_modules/glob": {
1276
-            "version": "10.3.14",
1277
-            "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.14.tgz",
1278
-            "integrity": "sha512-4fkAqu93xe9Mk7le9v0y3VrPDqLKHarNi2s4Pv7f2yOvfhWfhc7hRPHC/JyqMqb8B/Dt/eGS4n7ykwf3fOsl8g==",
1276
+            "version": "10.3.15",
1277
+            "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.15.tgz",
1278
+            "integrity": "sha512-0c6RlJt1TICLyvJYIApxb8GsXoai0KUP7AxKKAtsYXdgJR1mGEUa7DgwShbdk1nly0PYoZj01xd4hzbq3fsjpw==",
1279
             "dev": true,
1279
             "dev": true,
1280
             "dependencies": {
1280
             "dependencies": {
1281
                 "foreground-child": "^3.1.0",
1281
                 "foreground-child": "^3.1.0",
1288
                 "glob": "dist/esm/bin.mjs"
1288
                 "glob": "dist/esm/bin.mjs"
1289
             },
1289
             },
1290
             "engines": {
1290
             "engines": {
1291
-                "node": ">=16 || 14 >=14.17"
1291
+                "node": ">=16 || 14 >=14.18"
1292
             },
1292
             },
1293
             "funding": {
1293
             "funding": {
1294
                 "url": "https://github.com/sponsors/isaacs"
1294
                 "url": "https://github.com/sponsors/isaacs"
1638
             "dev": true
1638
             "dev": true
1639
         },
1639
         },
1640
         "node_modules/path-scurry": {
1640
         "node_modules/path-scurry": {
1641
-            "version": "1.11.0",
1642
-            "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.0.tgz",
1643
-            "integrity": "sha512-LNHTaVkzaYaLGlO+0u3rQTz7QrHTFOuKyba9JMTQutkmtNew8dw8wOD7mTU/5fCPZzCWpfW0XnQKzY61P0aTaw==",
1641
+            "version": "1.11.1",
1642
+            "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
1643
+            "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
1644
             "dev": true,
1644
             "dev": true,
1645
             "dependencies": {
1645
             "dependencies": {
1646
                 "lru-cache": "^10.2.0",
1646
                 "lru-cache": "^10.2.0",
1647
                 "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
1647
                 "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
1648
             },
1648
             },
1649
             "engines": {
1649
             "engines": {
1650
-                "node": ">=16 || 14 >=14.17"
1650
+                "node": ">=16 || 14 >=14.18"
1651
             },
1651
             },
1652
             "funding": {
1652
             "funding": {
1653
                 "url": "https://github.com/sponsors/isaacs"
1653
                 "url": "https://github.com/sponsors/isaacs"
1654
             }
1654
             }
1655
         },
1655
         },
1656
         "node_modules/picocolors": {
1656
         "node_modules/picocolors": {
1657
-            "version": "1.0.0",
1658
-            "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
1659
-            "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
1657
+            "version": "1.0.1",
1658
+            "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz",
1659
+            "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==",
1660
             "dev": true
1660
             "dev": true
1661
         },
1661
         },
1662
         "node_modules/picomatch": {
1662
         "node_modules/picomatch": {
1833
             }
1833
             }
1834
         },
1834
         },
1835
         "node_modules/postcss-nesting": {
1835
         "node_modules/postcss-nesting": {
1836
-            "version": "12.1.2",
1837
-            "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-12.1.2.tgz",
1838
-            "integrity": "sha512-FUmTHGDNundodutB4PUBxt/EPuhgtpk8FJGRsBhOuy+6FnkR2A8RZWIsyyy6XmhvX2DZQQWIkvu+HB4IbJm+Ew==",
1836
+            "version": "12.1.4",
1837
+            "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-12.1.4.tgz",
1838
+            "integrity": "sha512-CcHOq94K137E+U4Ommu7pexcpp0Tjm24zl4UcqWs1oSLAr5cLI+jLrqQ5h/bdjhMX6cMbzunyustVNnvrzF8Zg==",
1839
             "dev": true,
1839
             "dev": true,
1840
             "funding": [
1840
             "funding": [
1841
                 {
1841
                 {
1849
             ],
1849
             ],
1850
             "dependencies": {
1850
             "dependencies": {
1851
                 "@csstools/selector-resolve-nested": "^1.1.0",
1851
                 "@csstools/selector-resolve-nested": "^1.1.0",
1852
-                "@csstools/selector-specificity": "^3.0.3",
1852
+                "@csstools/selector-specificity": "^3.1.1",
1853
                 "postcss-selector-parser": "^6.0.13"
1853
                 "postcss-selector-parser": "^6.0.13"
1854
             },
1854
             },
1855
             "engines": {
1855
             "engines": {
1882
             }
1882
             }
1883
         },
1883
         },
1884
         "node_modules/postcss-nesting/node_modules/@csstools/selector-specificity": {
1884
         "node_modules/postcss-nesting/node_modules/@csstools/selector-specificity": {
1885
-            "version": "3.0.3",
1886
-            "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-3.0.3.tgz",
1887
-            "integrity": "sha512-KEPNw4+WW5AVEIyzC80rTbWEUatTW2lXpN8+8ILC8PiPeWPjwUzrPZDIOZ2wwqDmeqOYTdSGyL3+vE5GC3FB3Q==",
1885
+            "version": "3.1.1",
1886
+            "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-3.1.1.tgz",
1887
+            "integrity": "sha512-a7cxGcJ2wIlMFLlh8z2ONm+715QkPHiyJcxwQlKOz/03GPw1COpfhcmC9wm4xlZfp//jWHNNMwzjtqHXVWU9KA==",
1888
             "dev": true,
1888
             "dev": true,
1889
             "funding": [
1889
             "funding": [
1890
                 {
1890
                 {
2329
             "dev": true
2329
             "dev": true
2330
         },
2330
         },
2331
         "node_modules/update-browserslist-db": {
2331
         "node_modules/update-browserslist-db": {
2332
-            "version": "1.0.15",
2333
-            "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.15.tgz",
2334
-            "integrity": "sha512-K9HWH62x3/EalU1U6sjSZiylm9C8tgq2mSvshZpqc7QE69RaA2qjhkW2HlNA0tFpEbtyFz7HTqbSdN4MSwUodA==",
2332
+            "version": "1.0.16",
2333
+            "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.16.tgz",
2334
+            "integrity": "sha512-KVbTxlBYlckhF5wgfyZXTWnMn7MMZjMu9XG8bPlliUOP9ThaF4QnhP8qrjrH7DRzHfSk0oQv1wToW+iA5GajEQ==",
2335
             "dev": true,
2335
             "dev": true,
2336
             "funding": [
2336
             "funding": [
2337
                 {
2337
                 {
2349
             ],
2349
             ],
2350
             "dependencies": {
2350
             "dependencies": {
2351
                 "escalade": "^3.1.2",
2351
                 "escalade": "^3.1.2",
2352
-                "picocolors": "^1.0.0"
2352
+                "picocolors": "^1.0.1"
2353
             },
2353
             },
2354
             "bin": {
2354
             "bin": {
2355
                 "update-browserslist-db": "cli.js"
2355
                 "update-browserslist-db": "cli.js"

Loading…
取消
儲存