Browse Source

select filter refresh on update

3.x
wallo 1 year ago
parent
commit
09dd6755dc
3 changed files with 86 additions and 85 deletions
  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 View File

@@ -127,15 +127,16 @@ class Transactions extends Page implements HasTable
127 127
         return $form
128 128
             ->schema([
129 129
                 Forms\Components\Select::make('bankAccountIdFiltered')
130
-                    ->label('Account')
131
-                    ->hiddenLabel()
132
-                    ->allowHtml()
133
-                    ->options(fn () => $this->getBankAccountOptions(true, true))
134 130
                     ->live()
131
+                    ->allowHtml()
132
+                    ->hiddenLabel()
133
+                    ->columnSpan(2)
134
+                    ->label('Account')
135 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 142
     public function transactionForm(Form $form): Form

+ 51
- 51
composer.lock View File

@@ -368,16 +368,16 @@
368 368
         },
369 369
         {
370 370
             "name": "awcodes/filament-table-repeater",
371
-            "version": "v3.0.3",
371
+            "version": "v3.0.4",
372 372
             "source": {
373 373
                 "type": "git",
374 374
                 "url": "https://github.com/awcodes/filament-table-repeater.git",
375
-                "reference": "1ebbcb8c04c0aaeac8771a6c2c62a8736f8eea9b"
375
+                "reference": "01288f0d8c9323f147a6aac7f1fb6c2c4b8b880b"
376 376
             },
377 377
             "dist": {
378 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 381
                 "shasum": ""
382 382
             },
383 383
             "require": {
@@ -431,7 +431,7 @@
431 431
             ],
432 432
             "support": {
433 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 436
             "funding": [
437 437
                 {
@@ -439,7 +439,7 @@
439 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 445
             "name": "aws/aws-crt-php",
@@ -497,16 +497,16 @@
497 497
         },
498 498
         {
499 499
             "name": "aws/aws-sdk-php",
500
-            "version": "3.306.4",
500
+            "version": "3.306.7",
501 501
             "source": {
502 502
                 "type": "git",
503 503
                 "url": "https://github.com/aws/aws-sdk-php.git",
504
-                "reference": "f50ff987dbe6d3e60d68794970422eae71ffb525"
504
+                "reference": "bc30df54badd9d2af8d291cd0665ade6eb509598"
505 505
             },
506 506
             "dist": {
507 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 510
                 "shasum": ""
511 511
             },
512 512
             "require": {
@@ -586,9 +586,9 @@
586 586
             "support": {
587 587
                 "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
588 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 594
             "name": "aws/aws-sdk-php-laravel",
@@ -669,20 +669,20 @@
669 669
         },
670 670
         {
671 671
             "name": "barryvdh/laravel-dompdf",
672
-            "version": "v2.1.1",
672
+            "version": "v2.2.0",
673 673
             "source": {
674 674
                 "type": "git",
675 675
                 "url": "https://github.com/barryvdh/laravel-dompdf.git",
676
-                "reference": "cb37868365f9b937039d316727a1fced1e87b31c"
676
+                "reference": "c96f90c97666cebec154ca1ffb67afed372114d8"
677 677
             },
678 678
             "dist": {
679 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 682
                 "shasum": ""
683 683
             },
684 684
             "require": {
685
-                "dompdf/dompdf": "^2.0.3",
685
+                "dompdf/dompdf": "^2.0.7",
686 686
                 "illuminate/support": "^6|^7|^8|^9|^10|^11",
687 687
                 "php": "^7.2 || ^8.0"
688 688
             },
@@ -730,7 +730,7 @@
730 730
             ],
731 731
             "support": {
732 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 735
             "funding": [
736 736
                 {
@@ -742,7 +742,7 @@
742 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 748
             "name": "bezhansalleh/filament-panel-switch",
@@ -1985,16 +1985,16 @@
1985 1985
         },
1986 1986
         {
1987 1987
             "name": "filament/actions",
1988
-            "version": "v3.2.76",
1988
+            "version": "v3.2.79",
1989 1989
             "source": {
1990 1990
                 "type": "git",
1991 1991
                 "url": "https://github.com/filamentphp/actions.git",
1992
-                "reference": "36292c4e811b1c90605ce207f1fbeb0452e5936c"
1992
+                "reference": "272fa664b456ec01c098026170960317b260ed30"
1993 1993
             },
1994 1994
             "dist": {
1995 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 1998
                 "shasum": ""
1999 1999
             },
2000 2000
             "require": {
@@ -2034,20 +2034,20 @@
2034 2034
                 "issues": "https://github.com/filamentphp/filament/issues",
2035 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 2040
             "name": "filament/filament",
2041
-            "version": "v3.2.76",
2041
+            "version": "v3.2.79",
2042 2042
             "source": {
2043 2043
                 "type": "git",
2044 2044
                 "url": "https://github.com/filamentphp/panels.git",
2045
-                "reference": "80b4cfb0ab7e858aada7439e8f002e1f896f3d65"
2045
+                "reference": "a8b17780beaf28925a9a9eb721f0f7f8483bcbcf"
2046 2046
             },
2047 2047
             "dist": {
2048 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 2051
                 "shasum": ""
2052 2052
             },
2053 2053
             "require": {
@@ -2099,20 +2099,20 @@
2099 2099
                 "issues": "https://github.com/filamentphp/filament/issues",
2100 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 2105
             "name": "filament/forms",
2106
-            "version": "v3.2.76",
2106
+            "version": "v3.2.79",
2107 2107
             "source": {
2108 2108
                 "type": "git",
2109 2109
                 "url": "https://github.com/filamentphp/forms.git",
2110
-                "reference": "ce53bc7fe494a2f5129d6bdeb707b0c1099226bb"
2110
+                "reference": "2cc78f16674f91d5dd08796a59520ea4ea8229ab"
2111 2111
             },
2112 2112
             "dist": {
2113 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 2116
                 "shasum": ""
2117 2117
             },
2118 2118
             "require": {
@@ -2155,20 +2155,20 @@
2155 2155
                 "issues": "https://github.com/filamentphp/filament/issues",
2156 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 2161
             "name": "filament/infolists",
2162
-            "version": "v3.2.76",
2162
+            "version": "v3.2.79",
2163 2163
             "source": {
2164 2164
                 "type": "git",
2165 2165
                 "url": "https://github.com/filamentphp/infolists.git",
2166
-                "reference": "377ae7abbe2199b512580543764a581d61f7cbfd"
2166
+                "reference": "1dd25e010df2c1983e09588601f5ffc60b781c90"
2167 2167
             },
2168 2168
             "dist": {
2169 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 2172
                 "shasum": ""
2173 2173
             },
2174 2174
             "require": {
@@ -2206,11 +2206,11 @@
2206 2206
                 "issues": "https://github.com/filamentphp/filament/issues",
2207 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 2212
             "name": "filament/notifications",
2213
-            "version": "v3.2.76",
2213
+            "version": "v3.2.79",
2214 2214
             "source": {
2215 2215
                 "type": "git",
2216 2216
                 "url": "https://github.com/filamentphp/notifications.git",
@@ -2262,16 +2262,16 @@
2262 2262
         },
2263 2263
         {
2264 2264
             "name": "filament/support",
2265
-            "version": "v3.2.76",
2265
+            "version": "v3.2.79",
2266 2266
             "source": {
2267 2267
                 "type": "git",
2268 2268
                 "url": "https://github.com/filamentphp/support.git",
2269
-                "reference": "2ed906a82070c07da5367ae71f52826698d17b9e"
2269
+                "reference": "b49a62028f77a4b7daf5b4caad5d933665cc995a"
2270 2270
             },
2271 2271
             "dist": {
2272 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 2275
                 "shasum": ""
2276 2276
             },
2277 2277
             "require": {
@@ -2316,20 +2316,20 @@
2316 2316
                 "issues": "https://github.com/filamentphp/filament/issues",
2317 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 2322
             "name": "filament/tables",
2323
-            "version": "v3.2.76",
2323
+            "version": "v3.2.79",
2324 2324
             "source": {
2325 2325
                 "type": "git",
2326 2326
                 "url": "https://github.com/filamentphp/tables.git",
2327
-                "reference": "8d66675fdf45e246d11bdcf7eabb7bb6643fd6fa"
2327
+                "reference": "c1265e97447aa6acaaa18026851f516e3ddbcbd3"
2328 2328
             },
2329 2329
             "dist": {
2330 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 2333
                 "shasum": ""
2334 2334
             },
2335 2335
             "require": {
@@ -2369,11 +2369,11 @@
2369 2369
                 "issues": "https://github.com/filamentphp/filament/issues",
2370 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 2375
             "name": "filament/widgets",
2376
-            "version": "v3.2.76",
2376
+            "version": "v3.2.79",
2377 2377
             "source": {
2378 2378
                 "type": "git",
2379 2379
                 "url": "https://github.com/filamentphp/widgets.git",

+ 28
- 28
package-lock.json View File

@@ -931,9 +931,9 @@
931 931
             }
932 932
         },
933 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 937
             "dev": true,
938 938
             "funding": [
939 939
                 {
@@ -1079,9 +1079,9 @@
1079 1079
             "dev": true
1080 1080
         },
1081 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 1085
             "dev": true
1086 1086
         },
1087 1087
         "node_modules/emoji-regex": {
@@ -1273,9 +1273,9 @@
1273 1273
             }
1274 1274
         },
1275 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 1279
             "dev": true,
1280 1280
             "dependencies": {
1281 1281
                 "foreground-child": "^3.1.0",
@@ -1288,7 +1288,7 @@
1288 1288
                 "glob": "dist/esm/bin.mjs"
1289 1289
             },
1290 1290
             "engines": {
1291
-                "node": ">=16 || 14 >=14.17"
1291
+                "node": ">=16 || 14 >=14.18"
1292 1292
             },
1293 1293
             "funding": {
1294 1294
                 "url": "https://github.com/sponsors/isaacs"
@@ -1638,25 +1638,25 @@
1638 1638
             "dev": true
1639 1639
         },
1640 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 1644
             "dev": true,
1645 1645
             "dependencies": {
1646 1646
                 "lru-cache": "^10.2.0",
1647 1647
                 "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
1648 1648
             },
1649 1649
             "engines": {
1650
-                "node": ">=16 || 14 >=14.17"
1650
+                "node": ">=16 || 14 >=14.18"
1651 1651
             },
1652 1652
             "funding": {
1653 1653
                 "url": "https://github.com/sponsors/isaacs"
1654 1654
             }
1655 1655
         },
1656 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 1660
             "dev": true
1661 1661
         },
1662 1662
         "node_modules/picomatch": {
@@ -1833,9 +1833,9 @@
1833 1833
             }
1834 1834
         },
1835 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 1839
             "dev": true,
1840 1840
             "funding": [
1841 1841
                 {
@@ -1849,7 +1849,7 @@
1849 1849
             ],
1850 1850
             "dependencies": {
1851 1851
                 "@csstools/selector-resolve-nested": "^1.1.0",
1852
-                "@csstools/selector-specificity": "^3.0.3",
1852
+                "@csstools/selector-specificity": "^3.1.1",
1853 1853
                 "postcss-selector-parser": "^6.0.13"
1854 1854
             },
1855 1855
             "engines": {
@@ -1882,9 +1882,9 @@
1882 1882
             }
1883 1883
         },
1884 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 1888
             "dev": true,
1889 1889
             "funding": [
1890 1890
                 {
@@ -2329,9 +2329,9 @@
2329 2329
             "dev": true
2330 2330
         },
2331 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 2335
             "dev": true,
2336 2336
             "funding": [
2337 2337
                 {
@@ -2349,7 +2349,7 @@
2349 2349
             ],
2350 2350
             "dependencies": {
2351 2351
                 "escalade": "^3.1.2",
2352
-                "picocolors": "^1.0.0"
2352
+                "picocolors": "^1.0.1"
2353 2353
             },
2354 2354
             "bin": {
2355 2355
                 "update-browserslist-db": "cli.js"

Loading…
Cancel
Save