Andrew Wallo 11 months ago
parent
commit
4a091c6298
2 changed files with 99 additions and 99 deletions
  1. 21
    21
      composer.lock
  2. 78
    78
      package-lock.json

+ 21
- 21
composer.lock View File

10614
         },
10614
         },
10615
         {
10615
         {
10616
             "name": "phpdocumentor/reflection-docblock",
10616
             "name": "phpdocumentor/reflection-docblock",
10617
-            "version": "5.4.1",
10617
+            "version": "5.5.0",
10618
             "source": {
10618
             "source": {
10619
                 "type": "git",
10619
                 "type": "git",
10620
                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
10620
                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
10621
-                "reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c"
10621
+                "reference": "54e10d44fc1a84e2598d26f70d4f6f1f233e228a"
10622
             },
10622
             },
10623
             "dist": {
10623
             "dist": {
10624
                 "type": "zip",
10624
                 "type": "zip",
10625
-                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c",
10626
-                "reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c",
10625
+                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/54e10d44fc1a84e2598d26f70d4f6f1f233e228a",
10626
+                "reference": "54e10d44fc1a84e2598d26f70d4f6f1f233e228a",
10627
                 "shasum": ""
10627
                 "shasum": ""
10628
             },
10628
             },
10629
             "require": {
10629
             "require": {
10636
                 "webmozart/assert": "^1.9.1"
10636
                 "webmozart/assert": "^1.9.1"
10637
             },
10637
             },
10638
             "require-dev": {
10638
             "require-dev": {
10639
-                "mockery/mockery": "~1.3.5",
10639
+                "mockery/mockery": "~1.3.5 || ~1.6.0",
10640
                 "phpstan/extension-installer": "^1.1",
10640
                 "phpstan/extension-installer": "^1.1",
10641
                 "phpstan/phpstan": "^1.8",
10641
                 "phpstan/phpstan": "^1.8",
10642
                 "phpstan/phpstan-mockery": "^1.1",
10642
                 "phpstan/phpstan-mockery": "^1.1",
10643
                 "phpstan/phpstan-webmozart-assert": "^1.2",
10643
                 "phpstan/phpstan-webmozart-assert": "^1.2",
10644
                 "phpunit/phpunit": "^9.5",
10644
                 "phpunit/phpunit": "^9.5",
10645
-                "vimeo/psalm": "^5.13"
10645
+                "psalm/phar": "^5.26"
10646
             },
10646
             },
10647
             "type": "library",
10647
             "type": "library",
10648
             "extra": {
10648
             "extra": {
10672
             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
10672
             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
10673
             "support": {
10673
             "support": {
10674
                 "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
10674
                 "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
10675
-                "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.4.1"
10675
+                "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.5.0"
10676
             },
10676
             },
10677
-            "time": "2024-05-21T05:55:05+00:00"
10677
+            "time": "2024-11-04T21:26:31+00:00"
10678
         },
10678
         },
10679
         {
10679
         {
10680
             "name": "phpdocumentor/type-resolver",
10680
             "name": "phpdocumentor/type-resolver",
10681
-            "version": "1.8.2",
10681
+            "version": "1.9.0",
10682
             "source": {
10682
             "source": {
10683
                 "type": "git",
10683
                 "type": "git",
10684
                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
10684
                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
10685
-                "reference": "153ae662783729388a584b4361f2545e4d841e3c"
10685
+                "reference": "1fb5ba8d045f5dd984ebded5b1cc66f29459422d"
10686
             },
10686
             },
10687
             "dist": {
10687
             "dist": {
10688
                 "type": "zip",
10688
                 "type": "zip",
10689
-                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/153ae662783729388a584b4361f2545e4d841e3c",
10690
-                "reference": "153ae662783729388a584b4361f2545e4d841e3c",
10689
+                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/1fb5ba8d045f5dd984ebded5b1cc66f29459422d",
10690
+                "reference": "1fb5ba8d045f5dd984ebded5b1cc66f29459422d",
10691
                 "shasum": ""
10691
                 "shasum": ""
10692
             },
10692
             },
10693
             "require": {
10693
             "require": {
10694
                 "doctrine/deprecations": "^1.0",
10694
                 "doctrine/deprecations": "^1.0",
10695
                 "php": "^7.3 || ^8.0",
10695
                 "php": "^7.3 || ^8.0",
10696
                 "phpdocumentor/reflection-common": "^2.0",
10696
                 "phpdocumentor/reflection-common": "^2.0",
10697
-                "phpstan/phpdoc-parser": "^1.13"
10697
+                "phpstan/phpdoc-parser": "^1.18"
10698
             },
10698
             },
10699
             "require-dev": {
10699
             "require-dev": {
10700
                 "ext-tokenizer": "*",
10700
                 "ext-tokenizer": "*",
10730
             "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
10730
             "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
10731
             "support": {
10731
             "support": {
10732
                 "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
10732
                 "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
10733
-                "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.8.2"
10733
+                "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.9.0"
10734
             },
10734
             },
10735
-            "time": "2024-02-23T11:10:43+00:00"
10735
+            "time": "2024-11-03T20:11:34+00:00"
10736
         },
10736
         },
10737
         {
10737
         {
10738
             "name": "phpstan/phpdoc-parser",
10738
             "name": "phpstan/phpdoc-parser",
11264
         },
11264
         },
11265
         {
11265
         {
11266
             "name": "rector/rector",
11266
             "name": "rector/rector",
11267
-            "version": "1.2.8",
11267
+            "version": "1.2.9",
11268
             "source": {
11268
             "source": {
11269
                 "type": "git",
11269
                 "type": "git",
11270
                 "url": "https://github.com/rectorphp/rector.git",
11270
                 "url": "https://github.com/rectorphp/rector.git",
11271
-                "reference": "05755bf43617449c08ee8e50fb840c85ad3b1240"
11271
+                "reference": "7923bd5e48f8c26a922df91f7174f5bca2b3671d"
11272
             },
11272
             },
11273
             "dist": {
11273
             "dist": {
11274
                 "type": "zip",
11274
                 "type": "zip",
11275
-                "url": "https://api.github.com/repos/rectorphp/rector/zipball/05755bf43617449c08ee8e50fb840c85ad3b1240",
11276
-                "reference": "05755bf43617449c08ee8e50fb840c85ad3b1240",
11275
+                "url": "https://api.github.com/repos/rectorphp/rector/zipball/7923bd5e48f8c26a922df91f7174f5bca2b3671d",
11276
+                "reference": "7923bd5e48f8c26a922df91f7174f5bca2b3671d",
11277
                 "shasum": ""
11277
                 "shasum": ""
11278
             },
11278
             },
11279
             "require": {
11279
             "require": {
11311
             ],
11311
             ],
11312
             "support": {
11312
             "support": {
11313
                 "issues": "https://github.com/rectorphp/rector/issues",
11313
                 "issues": "https://github.com/rectorphp/rector/issues",
11314
-                "source": "https://github.com/rectorphp/rector/tree/1.2.8"
11314
+                "source": "https://github.com/rectorphp/rector/tree/1.2.9"
11315
             },
11315
             },
11316
             "funding": [
11316
             "funding": [
11317
                 {
11317
                 {
11319
                     "type": "github"
11319
                     "type": "github"
11320
                 }
11320
                 }
11321
             ],
11321
             ],
11322
-            "time": "2024-10-18T11:54:27+00:00"
11322
+            "time": "2024-11-04T18:26:57+00:00"
11323
         },
11323
         },
11324
         {
11324
         {
11325
             "name": "sebastian/cli-parser",
11325
             "name": "sebastian/cli-parser",

+ 78
- 78
package-lock.json View File

541
             }
541
             }
542
         },
542
         },
543
         "node_modules/@rollup/rollup-android-arm-eabi": {
543
         "node_modules/@rollup/rollup-android-arm-eabi": {
544
-            "version": "4.24.3",
545
-            "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.24.3.tgz",
546
-            "integrity": "sha512-ufb2CH2KfBWPJok95frEZZ82LtDl0A6QKTa8MoM+cWwDZvVGl5/jNb79pIhRvAalUu+7LD91VYR0nwRD799HkQ==",
544
+            "version": "4.24.4",
545
+            "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.24.4.tgz",
546
+            "integrity": "sha512-jfUJrFct/hTA0XDM5p/htWKoNNTbDLY0KRwEt6pyOA6k2fmk0WVwl65PdUdJZgzGEHWx+49LilkcSaumQRyNQw==",
547
             "cpu": [
547
             "cpu": [
548
                 "arm"
548
                 "arm"
549
             ],
549
             ],
555
             ]
555
             ]
556
         },
556
         },
557
         "node_modules/@rollup/rollup-android-arm64": {
557
         "node_modules/@rollup/rollup-android-arm64": {
558
-            "version": "4.24.3",
559
-            "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.24.3.tgz",
560
-            "integrity": "sha512-iAHpft/eQk9vkWIV5t22V77d90CRofgR2006UiCjHcHJFVI1E0oBkQIAbz+pLtthFw3hWEmVB4ilxGyBf48i2Q==",
558
+            "version": "4.24.4",
559
+            "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.24.4.tgz",
560
+            "integrity": "sha512-j4nrEO6nHU1nZUuCfRKoCcvh7PIywQPUCBa2UsootTHvTHIoIu2BzueInGJhhvQO/2FTRdNYpf63xsgEqH9IhA==",
561
             "cpu": [
561
             "cpu": [
562
                 "arm64"
562
                 "arm64"
563
             ],
563
             ],
569
             ]
569
             ]
570
         },
570
         },
571
         "node_modules/@rollup/rollup-darwin-arm64": {
571
         "node_modules/@rollup/rollup-darwin-arm64": {
572
-            "version": "4.24.3",
573
-            "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.24.3.tgz",
574
-            "integrity": "sha512-QPW2YmkWLlvqmOa2OwrfqLJqkHm7kJCIMq9kOz40Zo9Ipi40kf9ONG5Sz76zszrmIZZ4hgRIkez69YnTHgEz1w==",
572
+            "version": "4.24.4",
573
+            "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.24.4.tgz",
574
+            "integrity": "sha512-GmU/QgGtBTeraKyldC7cDVVvAJEOr3dFLKneez/n7BvX57UdhOqDsVwzU7UOnYA7AAOt+Xb26lk79PldDHgMIQ==",
575
             "cpu": [
575
             "cpu": [
576
                 "arm64"
576
                 "arm64"
577
             ],
577
             ],
583
             ]
583
             ]
584
         },
584
         },
585
         "node_modules/@rollup/rollup-darwin-x64": {
585
         "node_modules/@rollup/rollup-darwin-x64": {
586
-            "version": "4.24.3",
587
-            "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.24.3.tgz",
588
-            "integrity": "sha512-KO0pN5x3+uZm1ZXeIfDqwcvnQ9UEGN8JX5ufhmgH5Lz4ujjZMAnxQygZAVGemFWn+ZZC0FQopruV4lqmGMshow==",
586
+            "version": "4.24.4",
587
+            "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.24.4.tgz",
588
+            "integrity": "sha512-N6oDBiZCBKlwYcsEPXGDE4g9RoxZLK6vT98M8111cW7VsVJFpNEqvJeIPfsCzbf0XEakPslh72X0gnlMi4Ddgg==",
589
             "cpu": [
589
             "cpu": [
590
                 "x64"
590
                 "x64"
591
             ],
591
             ],
597
             ]
597
             ]
598
         },
598
         },
599
         "node_modules/@rollup/rollup-freebsd-arm64": {
599
         "node_modules/@rollup/rollup-freebsd-arm64": {
600
-            "version": "4.24.3",
601
-            "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.24.3.tgz",
602
-            "integrity": "sha512-CsC+ZdIiZCZbBI+aRlWpYJMSWvVssPuWqrDy/zi9YfnatKKSLFCe6fjna1grHuo/nVaHG+kiglpRhyBQYRTK4A==",
600
+            "version": "4.24.4",
601
+            "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.24.4.tgz",
602
+            "integrity": "sha512-py5oNShCCjCyjWXCZNrRGRpjWsF0ic8f4ieBNra5buQz0O/U6mMXCpC1LvrHuhJsNPgRt36tSYMidGzZiJF6mw==",
603
             "cpu": [
603
             "cpu": [
604
                 "arm64"
604
                 "arm64"
605
             ],
605
             ],
611
             ]
611
             ]
612
         },
612
         },
613
         "node_modules/@rollup/rollup-freebsd-x64": {
613
         "node_modules/@rollup/rollup-freebsd-x64": {
614
-            "version": "4.24.3",
615
-            "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.24.3.tgz",
616
-            "integrity": "sha512-F0nqiLThcfKvRQhZEzMIXOQG4EeX61im61VYL1jo4eBxv4aZRmpin6crnBJQ/nWnCsjH5F6J3W6Stdm0mBNqBg==",
614
+            "version": "4.24.4",
615
+            "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.24.4.tgz",
616
+            "integrity": "sha512-L7VVVW9FCnTTp4i7KrmHeDsDvjB4++KOBENYtNYAiYl96jeBThFfhP6HVxL74v4SiZEVDH/1ILscR5U9S4ms4g==",
617
             "cpu": [
617
             "cpu": [
618
                 "x64"
618
                 "x64"
619
             ],
619
             ],
625
             ]
625
             ]
626
         },
626
         },
627
         "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
627
         "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
628
-            "version": "4.24.3",
629
-            "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.24.3.tgz",
630
-            "integrity": "sha512-KRSFHyE/RdxQ1CSeOIBVIAxStFC/hnBgVcaiCkQaVC+EYDtTe4X7z5tBkFyRoBgUGtB6Xg6t9t2kulnX6wJc6A==",
628
+            "version": "4.24.4",
629
+            "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.24.4.tgz",
630
+            "integrity": "sha512-10ICosOwYChROdQoQo589N5idQIisxjaFE/PAnX2i0Zr84mY0k9zul1ArH0rnJ/fpgiqfu13TFZR5A5YJLOYZA==",
631
             "cpu": [
631
             "cpu": [
632
                 "arm"
632
                 "arm"
633
             ],
633
             ],
639
             ]
639
             ]
640
         },
640
         },
641
         "node_modules/@rollup/rollup-linux-arm-musleabihf": {
641
         "node_modules/@rollup/rollup-linux-arm-musleabihf": {
642
-            "version": "4.24.3",
643
-            "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.24.3.tgz",
644
-            "integrity": "sha512-h6Q8MT+e05zP5BxEKz0vi0DhthLdrNEnspdLzkoFqGwnmOzakEHSlXfVyA4HJ322QtFy7biUAVFPvIDEDQa6rw==",
642
+            "version": "4.24.4",
643
+            "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.24.4.tgz",
644
+            "integrity": "sha512-ySAfWs69LYC7QhRDZNKqNhz2UKN8LDfbKSMAEtoEI0jitwfAG2iZwVqGACJT+kfYvvz3/JgsLlcBP+WWoKCLcw==",
645
             "cpu": [
645
             "cpu": [
646
                 "arm"
646
                 "arm"
647
             ],
647
             ],
653
             ]
653
             ]
654
         },
654
         },
655
         "node_modules/@rollup/rollup-linux-arm64-gnu": {
655
         "node_modules/@rollup/rollup-linux-arm64-gnu": {
656
-            "version": "4.24.3",
657
-            "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.24.3.tgz",
658
-            "integrity": "sha512-fKElSyXhXIJ9pqiYRqisfirIo2Z5pTTve5K438URf08fsypXrEkVmShkSfM8GJ1aUyvjakT+fn2W7Czlpd/0FQ==",
656
+            "version": "4.24.4",
657
+            "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.24.4.tgz",
658
+            "integrity": "sha512-uHYJ0HNOI6pGEeZ/5mgm5arNVTI0nLlmrbdph+pGXpC9tFHFDQmDMOEqkmUObRfosJqpU8RliYoGz06qSdtcjg==",
659
             "cpu": [
659
             "cpu": [
660
                 "arm64"
660
                 "arm64"
661
             ],
661
             ],
667
             ]
667
             ]
668
         },
668
         },
669
         "node_modules/@rollup/rollup-linux-arm64-musl": {
669
         "node_modules/@rollup/rollup-linux-arm64-musl": {
670
-            "version": "4.24.3",
671
-            "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.24.3.tgz",
672
-            "integrity": "sha512-YlddZSUk8G0px9/+V9PVilVDC6ydMz7WquxozToozSnfFK6wa6ne1ATUjUvjin09jp34p84milxlY5ikueoenw==",
670
+            "version": "4.24.4",
671
+            "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.24.4.tgz",
672
+            "integrity": "sha512-38yiWLemQf7aLHDgTg85fh3hW9stJ0Muk7+s6tIkSUOMmi4Xbv5pH/5Bofnsb6spIwD5FJiR+jg71f0CH5OzoA==",
673
             "cpu": [
673
             "cpu": [
674
                 "arm64"
674
                 "arm64"
675
             ],
675
             ],
681
             ]
681
             ]
682
         },
682
         },
683
         "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
683
         "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
684
-            "version": "4.24.3",
685
-            "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.24.3.tgz",
686
-            "integrity": "sha512-yNaWw+GAO8JjVx3s3cMeG5Esz1cKVzz8PkTJSfYzE5u7A+NvGmbVFEHP+BikTIyYWuz0+DX9kaA3pH9Sqxp69g==",
684
+            "version": "4.24.4",
685
+            "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.24.4.tgz",
686
+            "integrity": "sha512-q73XUPnkwt9ZNF2xRS4fvneSuaHw2BXuV5rI4cw0fWYVIWIBeDZX7c7FWhFQPNTnE24172K30I+dViWRVD9TwA==",
687
             "cpu": [
687
             "cpu": [
688
                 "ppc64"
688
                 "ppc64"
689
             ],
689
             ],
695
             ]
695
             ]
696
         },
696
         },
697
         "node_modules/@rollup/rollup-linux-riscv64-gnu": {
697
         "node_modules/@rollup/rollup-linux-riscv64-gnu": {
698
-            "version": "4.24.3",
699
-            "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.24.3.tgz",
700
-            "integrity": "sha512-lWKNQfsbpv14ZCtM/HkjCTm4oWTKTfxPmr7iPfp3AHSqyoTz5AgLemYkWLwOBWc+XxBbrU9SCokZP0WlBZM9lA==",
698
+            "version": "4.24.4",
699
+            "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.24.4.tgz",
700
+            "integrity": "sha512-Aie/TbmQi6UXokJqDZdmTJuZBCU3QBDA8oTKRGtd4ABi/nHgXICulfg1KI6n9/koDsiDbvHAiQO3YAUNa/7BCw==",
701
             "cpu": [
701
             "cpu": [
702
                 "riscv64"
702
                 "riscv64"
703
             ],
703
             ],
709
             ]
709
             ]
710
         },
710
         },
711
         "node_modules/@rollup/rollup-linux-s390x-gnu": {
711
         "node_modules/@rollup/rollup-linux-s390x-gnu": {
712
-            "version": "4.24.3",
713
-            "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.24.3.tgz",
714
-            "integrity": "sha512-HoojGXTC2CgCcq0Woc/dn12wQUlkNyfH0I1ABK4Ni9YXyFQa86Fkt2Q0nqgLfbhkyfQ6003i3qQk9pLh/SpAYw==",
712
+            "version": "4.24.4",
713
+            "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.24.4.tgz",
714
+            "integrity": "sha512-P8MPErVO/y8ohWSP9JY7lLQ8+YMHfTI4bAdtCi3pC2hTeqFJco2jYspzOzTUB8hwUWIIu1xwOrJE11nP+0JFAQ==",
715
             "cpu": [
715
             "cpu": [
716
                 "s390x"
716
                 "s390x"
717
             ],
717
             ],
723
             ]
723
             ]
724
         },
724
         },
725
         "node_modules/@rollup/rollup-linux-x64-gnu": {
725
         "node_modules/@rollup/rollup-linux-x64-gnu": {
726
-            "version": "4.24.3",
727
-            "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.24.3.tgz",
728
-            "integrity": "sha512-mnEOh4iE4USSccBOtcrjF5nj+5/zm6NcNhbSEfR3Ot0pxBwvEn5QVUXcuOwwPkapDtGZ6pT02xLoPaNv06w7KQ==",
726
+            "version": "4.24.4",
727
+            "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.24.4.tgz",
728
+            "integrity": "sha512-K03TljaaoPK5FOyNMZAAEmhlyO49LaE4qCsr0lYHUKyb6QacTNF9pnfPpXnFlFD3TXuFbFbz7tJ51FujUXkXYA==",
729
             "cpu": [
729
             "cpu": [
730
                 "x64"
730
                 "x64"
731
             ],
731
             ],
737
             ]
737
             ]
738
         },
738
         },
739
         "node_modules/@rollup/rollup-linux-x64-musl": {
739
         "node_modules/@rollup/rollup-linux-x64-musl": {
740
-            "version": "4.24.3",
741
-            "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.24.3.tgz",
742
-            "integrity": "sha512-rMTzawBPimBQkG9NKpNHvquIUTQPzrnPxPbCY1Xt+mFkW7pshvyIS5kYgcf74goxXOQk0CP3EoOC1zcEezKXhw==",
740
+            "version": "4.24.4",
741
+            "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.24.4.tgz",
742
+            "integrity": "sha512-VJYl4xSl/wqG2D5xTYncVWW+26ICV4wubwN9Gs5NrqhJtayikwCXzPL8GDsLnaLU3WwhQ8W02IinYSFJfyo34Q==",
743
             "cpu": [
743
             "cpu": [
744
                 "x64"
744
                 "x64"
745
             ],
745
             ],
751
             ]
751
             ]
752
         },
752
         },
753
         "node_modules/@rollup/rollup-win32-arm64-msvc": {
753
         "node_modules/@rollup/rollup-win32-arm64-msvc": {
754
-            "version": "4.24.3",
755
-            "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.24.3.tgz",
756
-            "integrity": "sha512-2lg1CE305xNvnH3SyiKwPVsTVLCg4TmNCF1z7PSHX2uZY2VbUpdkgAllVoISD7JO7zu+YynpWNSKAtOrX3AiuA==",
754
+            "version": "4.24.4",
755
+            "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.24.4.tgz",
756
+            "integrity": "sha512-ku2GvtPwQfCqoPFIJCqZ8o7bJcj+Y54cZSr43hHca6jLwAiCbZdBUOrqE6y29QFajNAzzpIOwsckaTFmN6/8TA==",
757
             "cpu": [
757
             "cpu": [
758
                 "arm64"
758
                 "arm64"
759
             ],
759
             ],
765
             ]
765
             ]
766
         },
766
         },
767
         "node_modules/@rollup/rollup-win32-ia32-msvc": {
767
         "node_modules/@rollup/rollup-win32-ia32-msvc": {
768
-            "version": "4.24.3",
769
-            "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.24.3.tgz",
770
-            "integrity": "sha512-9SjYp1sPyxJsPWuhOCX6F4jUMXGbVVd5obVpoVEi8ClZqo52ViZewA6eFz85y8ezuOA+uJMP5A5zo6Oz4S5rVQ==",
768
+            "version": "4.24.4",
769
+            "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.24.4.tgz",
770
+            "integrity": "sha512-V3nCe+eTt/W6UYNr/wGvO1fLpHUrnlirlypZfKCT1fG6hWfqhPgQV/K/mRBXBpxc0eKLIF18pIOFVPh0mqHjlg==",
771
             "cpu": [
771
             "cpu": [
772
                 "ia32"
772
                 "ia32"
773
             ],
773
             ],
779
             ]
779
             ]
780
         },
780
         },
781
         "node_modules/@rollup/rollup-win32-x64-msvc": {
781
         "node_modules/@rollup/rollup-win32-x64-msvc": {
782
-            "version": "4.24.3",
783
-            "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.24.3.tgz",
784
-            "integrity": "sha512-HGZgRFFYrMrP3TJlq58nR1xy8zHKId25vhmm5S9jETEfDf6xybPxsavFTJaufe2zgOGYJBskGlj49CwtEuFhWQ==",
782
+            "version": "4.24.4",
783
+            "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.24.4.tgz",
784
+            "integrity": "sha512-LTw1Dfd0mBIEqUVCxbvTE/LLo+9ZxVC9k99v1v4ahg9Aak6FpqOfNu5kRkeTAn0wphoC4JU7No1/rL+bBCEwhg==",
785
             "cpu": [
785
             "cpu": [
786
                 "x64"
786
                 "x64"
787
             ],
787
             ],
1187
             "license": "MIT"
1187
             "license": "MIT"
1188
         },
1188
         },
1189
         "node_modules/electron-to-chromium": {
1189
         "node_modules/electron-to-chromium": {
1190
-            "version": "1.5.50",
1191
-            "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.50.tgz",
1192
-            "integrity": "sha512-eMVObiUQ2LdgeO1F/ySTXsvqvxb6ZH2zPGaMYsWzRDdOddUa77tdmI0ltg+L16UpbWdhPmuF3wIQYyQq65WfZw==",
1190
+            "version": "1.5.51",
1191
+            "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.51.tgz",
1192
+            "integrity": "sha512-kKeWV57KSS8jH4alKt/jKnvHPmJgBxXzGUSbMd4eQF+iOsVPl7bz2KUmu6eo80eMP8wVioTfTyTzdMgM15WXNg==",
1193
             "dev": true,
1193
             "dev": true,
1194
             "license": "ISC"
1194
             "license": "ISC"
1195
         },
1195
         },
2199
             }
2199
             }
2200
         },
2200
         },
2201
         "node_modules/rollup": {
2201
         "node_modules/rollup": {
2202
-            "version": "4.24.3",
2203
-            "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.24.3.tgz",
2204
-            "integrity": "sha512-HBW896xR5HGmoksbi3JBDtmVzWiPAYqp7wip50hjQ67JbDz61nyoMPdqu1DvVW9asYb2M65Z20ZHsyJCMqMyDg==",
2202
+            "version": "4.24.4",
2203
+            "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.24.4.tgz",
2204
+            "integrity": "sha512-vGorVWIsWfX3xbcyAS+I047kFKapHYivmkaT63Smj77XwvLSJos6M1xGqZnBPFQFBRZDOcG1QnYEIxAvTr/HjA==",
2205
             "dev": true,
2205
             "dev": true,
2206
             "license": "MIT",
2206
             "license": "MIT",
2207
             "dependencies": {
2207
             "dependencies": {
2215
                 "npm": ">=8.0.0"
2215
                 "npm": ">=8.0.0"
2216
             },
2216
             },
2217
             "optionalDependencies": {
2217
             "optionalDependencies": {
2218
-                "@rollup/rollup-android-arm-eabi": "4.24.3",
2219
-                "@rollup/rollup-android-arm64": "4.24.3",
2220
-                "@rollup/rollup-darwin-arm64": "4.24.3",
2221
-                "@rollup/rollup-darwin-x64": "4.24.3",
2222
-                "@rollup/rollup-freebsd-arm64": "4.24.3",
2223
-                "@rollup/rollup-freebsd-x64": "4.24.3",
2224
-                "@rollup/rollup-linux-arm-gnueabihf": "4.24.3",
2225
-                "@rollup/rollup-linux-arm-musleabihf": "4.24.3",
2226
-                "@rollup/rollup-linux-arm64-gnu": "4.24.3",
2227
-                "@rollup/rollup-linux-arm64-musl": "4.24.3",
2228
-                "@rollup/rollup-linux-powerpc64le-gnu": "4.24.3",
2229
-                "@rollup/rollup-linux-riscv64-gnu": "4.24.3",
2230
-                "@rollup/rollup-linux-s390x-gnu": "4.24.3",
2231
-                "@rollup/rollup-linux-x64-gnu": "4.24.3",
2232
-                "@rollup/rollup-linux-x64-musl": "4.24.3",
2233
-                "@rollup/rollup-win32-arm64-msvc": "4.24.3",
2234
-                "@rollup/rollup-win32-ia32-msvc": "4.24.3",
2235
-                "@rollup/rollup-win32-x64-msvc": "4.24.3",
2218
+                "@rollup/rollup-android-arm-eabi": "4.24.4",
2219
+                "@rollup/rollup-android-arm64": "4.24.4",
2220
+                "@rollup/rollup-darwin-arm64": "4.24.4",
2221
+                "@rollup/rollup-darwin-x64": "4.24.4",
2222
+                "@rollup/rollup-freebsd-arm64": "4.24.4",
2223
+                "@rollup/rollup-freebsd-x64": "4.24.4",
2224
+                "@rollup/rollup-linux-arm-gnueabihf": "4.24.4",
2225
+                "@rollup/rollup-linux-arm-musleabihf": "4.24.4",
2226
+                "@rollup/rollup-linux-arm64-gnu": "4.24.4",
2227
+                "@rollup/rollup-linux-arm64-musl": "4.24.4",
2228
+                "@rollup/rollup-linux-powerpc64le-gnu": "4.24.4",
2229
+                "@rollup/rollup-linux-riscv64-gnu": "4.24.4",
2230
+                "@rollup/rollup-linux-s390x-gnu": "4.24.4",
2231
+                "@rollup/rollup-linux-x64-gnu": "4.24.4",
2232
+                "@rollup/rollup-linux-x64-musl": "4.24.4",
2233
+                "@rollup/rollup-win32-arm64-msvc": "4.24.4",
2234
+                "@rollup/rollup-win32-ia32-msvc": "4.24.4",
2235
+                "@rollup/rollup-win32-x64-msvc": "4.24.4",
2236
                 "fsevents": "~2.3.2"
2236
                 "fsevents": "~2.3.2"
2237
             }
2237
             }
2238
         },
2238
         },

Loading…
Cancel
Save