XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

SpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 1 Star 0
返回提交历史

XFEstudio/SpaceNinjaServer

Bump @typescript-eslint/eslint-plugin from 6.2.0 to 6.9.0 (#76)

Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

c0156bd5
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
提交于

代码差异

2 个文件 +227 -33
Modified package-lock.json +226 -32
@@ -18,7 +18,7 @@
18 18 "@tsconfig/node20": "^1.0.0",
19 19 "@types/express": "^4.17.17",
20 20 "@types/morgan": "^1.9.4",
21 "@typescript-eslint/eslint-plugin": "^6.2.0",
21 "@typescript-eslint/eslint-plugin": "^6.9.0",
22 22 "@typescript-eslint/parser": "^6.2.0",
23 23 "eslint": "^8.45.0",
24 24 "eslint-plugin-prettier": "^5.0.0",
@@ -343,9 +343,9 @@
343 343 }
344 344 },
345 345 "node_modules/@types/json-schema": {
346 "version": "7.0.12",
347 "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz",
348 "integrity": "sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==",
346 "version": "7.0.14",
347 "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.14.tgz",
348 "integrity": "sha512-U3PUjAudAdJBeC2pgN8uTIKgxrb4nlDF3SF0++EldXQvQBGkpFZMSnwQiIoDU77tv45VgNkl/L4ouD+rEomujw==",
349 349 "dev": true
350 350 },
351 351 "node_modules/@types/mime": {
@@ -381,9 +381,9 @@
381 381 "dev": true
382 382 },
383 383 "node_modules/@types/semver": {
384 "version": "7.5.0",
385 "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.0.tgz",
386 "integrity": "sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==",
384 "version": "7.5.4",
385 "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.4.tgz",
386 "integrity": "sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==",
387 387 "dev": true
388 388 },
389 389 "node_modules/@types/send": {
@@ -433,21 +433,20 @@
433 433 }
434 434 },
435 435 "node_modules/@typescript-eslint/eslint-plugin": {
436 "version": "6.2.0",
437 "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.2.0.tgz",
438 "integrity": "sha512-rClGrMuyS/3j0ETa1Ui7s6GkLhfZGKZL3ZrChLeAiACBE/tRc1wq8SNZESUuluxhLj9FkUefRs2l6bCIArWBiQ==",
436 "version": "6.9.0",
437 "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.9.0.tgz",
438 "integrity": "sha512-lgX7F0azQwRPB7t7WAyeHWVfW1YJ9NIgd9mvGhfQpRY56X6AVf8mwM8Wol+0z4liE7XX3QOt8MN1rUKCfSjRIA==",
439 439 "dev": true,
440 440 "dependencies": {
441 441 "@eslint-community/regexpp": "^4.5.1",
442 "@typescript-eslint/scope-manager": "6.2.0",
443 "@typescript-eslint/type-utils": "6.2.0",
444 "@typescript-eslint/utils": "6.2.0",
445 "@typescript-eslint/visitor-keys": "6.2.0",
442 "@typescript-eslint/scope-manager": "6.9.0",
443 "@typescript-eslint/type-utils": "6.9.0",
444 "@typescript-eslint/utils": "6.9.0",
445 "@typescript-eslint/visitor-keys": "6.9.0",
446 446 "debug": "^4.3.4",
447 447 "graphemer": "^1.4.0",
448 448 "ignore": "^5.2.4",
449 449 "natural-compare": "^1.4.0",
450 "natural-compare-lite": "^1.4.0",
451 450 "semver": "^7.5.4",
452 451 "ts-api-utils": "^1.0.1"
453 452 },
@@ -468,6 +467,53 @@
468 467 }
469 468 }
470 469 },
470 "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
471 "version": "6.9.0",
472 "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.9.0.tgz",
473 "integrity": "sha512-1R8A9Mc39n4pCCz9o79qRO31HGNDvC7UhPhv26TovDsWPBDx+Sg3rOZdCELIA3ZmNoWAuxaMOT7aWtGRSYkQxw==",
474 "dev": true,
475 "dependencies": {
476 "@typescript-eslint/types": "6.9.0",
477 "@typescript-eslint/visitor-keys": "6.9.0"
478 },
479 "engines": {
480 "node": "^16.0.0 || >=18.0.0"
481 },
482 "funding": {
483 "type": "opencollective",
484 "url": "https://opencollective.com/typescript-eslint"
485 }
486 },
487 "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
488 "version": "6.9.0",
489 "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.9.0.tgz",
490 "integrity": "sha512-+KB0lbkpxBkBSiVCuQvduqMJy+I1FyDbdwSpM3IoBS7APl4Bu15lStPjgBIdykdRqQNYqYNMa8Kuidax6phaEw==",
491 "dev": true,
492 "engines": {
493 "node": "^16.0.0 || >=18.0.0"
494 },
495 "funding": {
496 "type": "opencollective",
497 "url": "https://opencollective.com/typescript-eslint"
498 }
499 },
500 "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
501 "version": "6.9.0",
502 "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.0.tgz",
503 "integrity": "sha512-dGtAfqjV6RFOtIP8I0B4ZTBRrlTT8NHHlZZSchQx3qReaoDeXhYM++M4So2AgFK9ZB0emRPA6JI1HkafzA2Ibg==",
504 "dev": true,
505 "dependencies": {
506 "@typescript-eslint/types": "6.9.0",
507 "eslint-visitor-keys": "^3.4.1"
508 },
509 "engines": {
510 "node": "^16.0.0 || >=18.0.0"
511 },
512 "funding": {
513 "type": "opencollective",
514 "url": "https://opencollective.com/typescript-eslint"
515 }
516 },
471 517 "node_modules/@typescript-eslint/eslint-plugin/node_modules/debug": {
472 518 "version": "4.3.4",
473 519 "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
@@ -560,13 +606,13 @@
560 606 }
561 607 },
562 608 "node_modules/@typescript-eslint/type-utils": {
563 "version": "6.2.0",
564 "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.2.0.tgz",
565 "integrity": "sha512-DnGZuNU2JN3AYwddYIqrVkYW0uUQdv0AY+kz2M25euVNlujcN2u+rJgfJsBFlUEzBB6OQkUqSZPyuTLf2bP5mw==",
609 "version": "6.9.0",
610 "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.9.0.tgz",
611 "integrity": "sha512-XXeahmfbpuhVbhSOROIzJ+b13krFmgtc4GlEuu1WBT+RpyGPIA4Y/eGnXzjbDj5gZLzpAXO/sj+IF/x2GtTMjQ==",
566 612 "dev": true,
567 613 "dependencies": {
568 "@typescript-eslint/typescript-estree": "6.2.0",
569 "@typescript-eslint/utils": "6.2.0",
614 "@typescript-eslint/typescript-estree": "6.9.0",
615 "@typescript-eslint/utils": "6.9.0",
570 616 "debug": "^4.3.4",
571 617 "ts-api-utils": "^1.0.1"
572 618 },
@@ -586,6 +632,63 @@
586 632 }
587 633 }
588 634 },
635 "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
636 "version": "6.9.0",
637 "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.9.0.tgz",
638 "integrity": "sha512-+KB0lbkpxBkBSiVCuQvduqMJy+I1FyDbdwSpM3IoBS7APl4Bu15lStPjgBIdykdRqQNYqYNMa8Kuidax6phaEw==",
639 "dev": true,
640 "engines": {
641 "node": "^16.0.0 || >=18.0.0"
642 },
643 "funding": {
644 "type": "opencollective",
645 "url": "https://opencollective.com/typescript-eslint"
646 }
647 },
648 "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": {
649 "version": "6.9.0",
650 "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.9.0.tgz",
651 "integrity": "sha512-NJM2BnJFZBEAbCfBP00zONKXvMqihZCrmwCaik0UhLr0vAgb6oguXxLX1k00oQyD+vZZ+CJn3kocvv2yxm4awQ==",
652 "dev": true,
653 "dependencies": {
654 "@typescript-eslint/types": "6.9.0",
655 "@typescript-eslint/visitor-keys": "6.9.0",
656 "debug": "^4.3.4",
657 "globby": "^11.1.0",
658 "is-glob": "^4.0.3",
659 "semver": "^7.5.4",
660 "ts-api-utils": "^1.0.1"
661 },
662 "engines": {
663 "node": "^16.0.0 || >=18.0.0"
664 },
665 "funding": {
666 "type": "opencollective",
667 "url": "https://opencollective.com/typescript-eslint"
668 },
669 "peerDependenciesMeta": {
670 "typescript": {
671 "optional": true
672 }
673 }
674 },
675 "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": {
676 "version": "6.9.0",
677 "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.0.tgz",
678 "integrity": "sha512-dGtAfqjV6RFOtIP8I0B4ZTBRrlTT8NHHlZZSchQx3qReaoDeXhYM++M4So2AgFK9ZB0emRPA6JI1HkafzA2Ibg==",
679 "dev": true,
680 "dependencies": {
681 "@typescript-eslint/types": "6.9.0",
682 "eslint-visitor-keys": "^3.4.1"
683 },
684 "engines": {
685 "node": "^16.0.0 || >=18.0.0"
686 },
687 "funding": {
688 "type": "opencollective",
689 "url": "https://opencollective.com/typescript-eslint"
690 }
691 },
589 692 "node_modules/@typescript-eslint/type-utils/node_modules/debug": {
590 693 "version": "4.3.4",
591 694 "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
@@ -673,17 +776,17 @@
673 776 "dev": true
674 777 },
675 778 "node_modules/@typescript-eslint/utils": {
676 "version": "6.2.0",
677 "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.2.0.tgz",
678 "integrity": "sha512-RCFrC1lXiX1qEZN8LmLrxYRhOkElEsPKTVSNout8DMzf8PeWoQG7Rxz2SadpJa3VSh5oYKGwt7j7X/VRg+Y3OQ==",
779 "version": "6.9.0",
780 "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.9.0.tgz",
781 "integrity": "sha512-5Wf+Jsqya7WcCO8me504FBigeQKVLAMPmUzYgDbWchINNh1KJbxCgVya3EQ2MjvJMVeXl3pofRmprqX6mfQkjQ==",
679 782 "dev": true,
680 783 "dependencies": {
681 784 "@eslint-community/eslint-utils": "^4.4.0",
682 785 "@types/json-schema": "^7.0.12",
683 786 "@types/semver": "^7.5.0",
684 "@typescript-eslint/scope-manager": "6.2.0",
685 "@typescript-eslint/types": "6.2.0",
686 "@typescript-eslint/typescript-estree": "6.2.0",
787 "@typescript-eslint/scope-manager": "6.9.0",
788 "@typescript-eslint/types": "6.9.0",
789 "@typescript-eslint/typescript-estree": "6.9.0",
687 790 "semver": "^7.5.4"
688 791 },
689 792 "engines": {
@@ -697,6 +800,103 @@
697 800 "eslint": "^7.0.0 || ^8.0.0"
698 801 }
699 802 },
803 "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
804 "version": "6.9.0",
805 "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.9.0.tgz",
806 "integrity": "sha512-1R8A9Mc39n4pCCz9o79qRO31HGNDvC7UhPhv26TovDsWPBDx+Sg3rOZdCELIA3ZmNoWAuxaMOT7aWtGRSYkQxw==",
807 "dev": true,
808 "dependencies": {
809 "@typescript-eslint/types": "6.9.0",
810 "@typescript-eslint/visitor-keys": "6.9.0"
811 },
812 "engines": {
813 "node": "^16.0.0 || >=18.0.0"
814 },
815 "funding": {
816 "type": "opencollective",
817 "url": "https://opencollective.com/typescript-eslint"
818 }
819 },
820 "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
821 "version": "6.9.0",
822 "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.9.0.tgz",
823 "integrity": "sha512-+KB0lbkpxBkBSiVCuQvduqMJy+I1FyDbdwSpM3IoBS7APl4Bu15lStPjgBIdykdRqQNYqYNMa8Kuidax6phaEw==",
824 "dev": true,
825 "engines": {
826 "node": "^16.0.0 || >=18.0.0"
827 },
828 "funding": {
829 "type": "opencollective",
830 "url": "https://opencollective.com/typescript-eslint"
831 }
832 },
833 "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": {
834 "version": "6.9.0",
835 "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.9.0.tgz",
836 "integrity": "sha512-NJM2BnJFZBEAbCfBP00zONKXvMqihZCrmwCaik0UhLr0vAgb6oguXxLX1k00oQyD+vZZ+CJn3kocvv2yxm4awQ==",
837 "dev": true,
838 "dependencies": {
839 "@typescript-eslint/types": "6.9.0",
840 "@typescript-eslint/visitor-keys": "6.9.0",
841 "debug": "^4.3.4",
842 "globby": "^11.1.0",
843 "is-glob": "^4.0.3",
844 "semver": "^7.5.4",
845 "ts-api-utils": "^1.0.1"
846 },
847 "engines": {
848 "node": "^16.0.0 || >=18.0.0"
849 },
850 "funding": {
851 "type": "opencollective",
852 "url": "https://opencollective.com/typescript-eslint"
853 },
854 "peerDependenciesMeta": {
855 "typescript": {
856 "optional": true
857 }
858 }
859 },
860 "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
861 "version": "6.9.0",
862 "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.0.tgz",
863 "integrity": "sha512-dGtAfqjV6RFOtIP8I0B4ZTBRrlTT8NHHlZZSchQx3qReaoDeXhYM++M4So2AgFK9ZB0emRPA6JI1HkafzA2Ibg==",
864 "dev": true,
865 "dependencies": {
866 "@typescript-eslint/types": "6.9.0",
867 "eslint-visitor-keys": "^3.4.1"
868 },
869 "engines": {
870 "node": "^16.0.0 || >=18.0.0"
871 },
872 "funding": {
873 "type": "opencollective",
874 "url": "https://opencollective.com/typescript-eslint"
875 }
876 },
877 "node_modules/@typescript-eslint/utils/node_modules/debug": {
878 "version": "4.3.4",
879 "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
880 "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
881 "dev": true,
882 "dependencies": {
883 "ms": "2.1.2"
884 },
885 "engines": {
886 "node": ">=6.0"
887 },
888 "peerDependenciesMeta": {
889 "supports-color": {
890 "optional": true
891 }
892 }
893 },
894 "node_modules/@typescript-eslint/utils/node_modules/ms": {
895 "version": "2.1.2",
896 "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
897 "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
898 "dev": true
899 },
700 900 "node_modules/@typescript-eslint/visitor-keys": {
701 901 "version": "6.2.0",
702 902 "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.2.0.tgz",
@@ -2447,12 +2647,6 @@
2447 2647 "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
2448 2648 "dev": true
2449 2649 },
2450 "node_modules/natural-compare-lite": {
2451 "version": "1.4.0",
2452 "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz",
2453 "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==",
2454 "dev": true
2455 },
2456 2650 "node_modules/negotiator": {
2457 2651 "version": "0.6.3",
2458 2652 "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
Modified package.json +1 -1
@@ -21,7 +21,7 @@
21 21 "@tsconfig/node20": "^1.0.0",
22 22 "@types/express": "^4.17.17",
23 23 "@types/morgan": "^1.9.4",
24 "@typescript-eslint/eslint-plugin": "^6.2.0",
24 "@typescript-eslint/eslint-plugin": "^6.9.0",
25 25 "@typescript-eslint/parser": "^6.2.0",
26 26 "eslint": "^8.45.0",
27 27 "eslint-plugin-prettier": "^5.0.0",