Spaces:
Runtime error
Runtime error
dependabot[bot]
dependabot[bot]
commited on
Bump @typescript-eslint/eslint-plugin from 5.58.0 to 5.59.0 in /frontend (#4)
Browse filesBumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.58.0 to 5.59.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.0/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- frontend/package-lock.json +201 -19
- frontend/package.json +1 -1
frontend/package-lock.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
| 10 |
"devDependencies": {
|
| 11 |
"@sveltejs/vite-plugin-svelte": "^2.0.3",
|
| 12 |
"@tsconfig/svelte": "^3.0.0",
|
| 13 |
-
"@typescript-eslint/eslint-plugin": "^5.
|
| 14 |
"eslint-plugin-svelte3": "^4.0.0",
|
| 15 |
"openapi-typescript-codegen": "^0.24.0",
|
| 16 |
"svelte": "^3.55.1",
|
|
@@ -606,15 +606,15 @@
|
|
| 606 |
"dev": true
|
| 607 |
},
|
| 608 |
"node_modules/@typescript-eslint/eslint-plugin": {
|
| 609 |
-
"version": "5.
|
| 610 |
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.
|
| 611 |
-
"integrity": "sha512-
|
| 612 |
"dev": true,
|
| 613 |
"dependencies": {
|
| 614 |
"@eslint-community/regexpp": "^4.4.0",
|
| 615 |
-
"@typescript-eslint/scope-manager": "5.
|
| 616 |
-
"@typescript-eslint/type-utils": "5.
|
| 617 |
-
"@typescript-eslint/utils": "5.
|
| 618 |
"debug": "^4.3.4",
|
| 619 |
"grapheme-splitter": "^1.0.4",
|
| 620 |
"ignore": "^5.2.0",
|
|
@@ -639,6 +639,53 @@
|
|
| 639 |
}
|
| 640 |
}
|
| 641 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 642 |
"node_modules/@typescript-eslint/parser": {
|
| 643 |
"version": "5.58.0",
|
| 644 |
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.58.0.tgz",
|
|
@@ -672,6 +719,7 @@
|
|
| 672 |
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.58.0.tgz",
|
| 673 |
"integrity": "sha512-b+w8ypN5CFvrXWQb9Ow9T4/6LC2MikNf1viLkYTiTbkQl46CnR69w7lajz1icW0TBsYmlpg+mRzFJ4LEJ8X9NA==",
|
| 674 |
"dev": true,
|
|
|
|
| 675 |
"dependencies": {
|
| 676 |
"@typescript-eslint/types": "5.58.0",
|
| 677 |
"@typescript-eslint/visitor-keys": "5.58.0"
|
|
@@ -685,13 +733,13 @@
|
|
| 685 |
}
|
| 686 |
},
|
| 687 |
"node_modules/@typescript-eslint/type-utils": {
|
| 688 |
-
"version": "5.
|
| 689 |
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.
|
| 690 |
-
"integrity": "sha512-
|
| 691 |
"dev": true,
|
| 692 |
"dependencies": {
|
| 693 |
-
"@typescript-eslint/typescript-estree": "5.
|
| 694 |
-
"@typescript-eslint/utils": "5.
|
| 695 |
"debug": "^4.3.4",
|
| 696 |
"tsutils": "^3.21.0"
|
| 697 |
},
|
|
@@ -711,11 +759,69 @@
|
|
| 711 |
}
|
| 712 |
}
|
| 713 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 714 |
"node_modules/@typescript-eslint/types": {
|
| 715 |
"version": "5.58.0",
|
| 716 |
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.58.0.tgz",
|
| 717 |
"integrity": "sha512-JYV4eITHPzVQMnHZcYJXl2ZloC7thuUHrcUmxtzvItyKPvQ50kb9QXBkgNAt90OYMqwaodQh2kHutWZl1fc+1g==",
|
| 718 |
"dev": true,
|
|
|
|
| 719 |
"engines": {
|
| 720 |
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
| 721 |
},
|
|
@@ -729,6 +835,7 @@
|
|
| 729 |
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.58.0.tgz",
|
| 730 |
"integrity": "sha512-cRACvGTodA+UxnYM2uwA2KCwRL7VAzo45syNysqlMyNyjw0Z35Icc9ihPJZjIYuA5bXJYiJ2YGUB59BqlOZT1Q==",
|
| 731 |
"dev": true,
|
|
|
|
| 732 |
"dependencies": {
|
| 733 |
"@typescript-eslint/types": "5.58.0",
|
| 734 |
"@typescript-eslint/visitor-keys": "5.58.0",
|
|
@@ -752,17 +859,17 @@
|
|
| 752 |
}
|
| 753 |
},
|
| 754 |
"node_modules/@typescript-eslint/utils": {
|
| 755 |
-
"version": "5.
|
| 756 |
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.
|
| 757 |
-
"integrity": "sha512-
|
| 758 |
"dev": true,
|
| 759 |
"dependencies": {
|
| 760 |
"@eslint-community/eslint-utils": "^4.2.0",
|
| 761 |
"@types/json-schema": "^7.0.9",
|
| 762 |
"@types/semver": "^7.3.12",
|
| 763 |
-
"@typescript-eslint/scope-manager": "5.
|
| 764 |
-
"@typescript-eslint/types": "5.
|
| 765 |
-
"@typescript-eslint/typescript-estree": "5.
|
| 766 |
"eslint-scope": "^5.1.1",
|
| 767 |
"semver": "^7.3.7"
|
| 768 |
},
|
|
@@ -777,11 +884,86 @@
|
|
| 777 |
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
| 778 |
}
|
| 779 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 780 |
"node_modules/@typescript-eslint/visitor-keys": {
|
| 781 |
"version": "5.58.0",
|
| 782 |
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.58.0.tgz",
|
| 783 |
"integrity": "sha512-/fBraTlPj0jwdyTwLyrRTxv/3lnU2H96pNTVM6z3esTWLtA5MZ9ghSMJ7Rb+TtUAdtEw9EyJzJ0EydIMKxQ9gA==",
|
| 784 |
"dev": true,
|
|
|
|
| 785 |
"dependencies": {
|
| 786 |
"@typescript-eslint/types": "5.58.0",
|
| 787 |
"eslint-visitor-keys": "^3.3.0"
|
|
@@ -2921,4 +3103,4 @@
|
|
| 2921 |
}
|
| 2922 |
}
|
| 2923 |
}
|
| 2924 |
-
}
|
|
|
|
| 10 |
"devDependencies": {
|
| 11 |
"@sveltejs/vite-plugin-svelte": "^2.0.3",
|
| 12 |
"@tsconfig/svelte": "^3.0.0",
|
| 13 |
+
"@typescript-eslint/eslint-plugin": "^5.59.0",
|
| 14 |
"eslint-plugin-svelte3": "^4.0.0",
|
| 15 |
"openapi-typescript-codegen": "^0.24.0",
|
| 16 |
"svelte": "^3.55.1",
|
|
|
|
| 606 |
"dev": true
|
| 607 |
},
|
| 608 |
"node_modules/@typescript-eslint/eslint-plugin": {
|
| 609 |
+
"version": "5.59.0",
|
| 610 |
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.0.tgz",
|
| 611 |
+
"integrity": "sha512-p0QgrEyrxAWBecR56gyn3wkG15TJdI//eetInP3zYRewDh0XS+DhB3VUAd3QqvziFsfaQIoIuZMxZRB7vXYaYw==",
|
| 612 |
"dev": true,
|
| 613 |
"dependencies": {
|
| 614 |
"@eslint-community/regexpp": "^4.4.0",
|
| 615 |
+
"@typescript-eslint/scope-manager": "5.59.0",
|
| 616 |
+
"@typescript-eslint/type-utils": "5.59.0",
|
| 617 |
+
"@typescript-eslint/utils": "5.59.0",
|
| 618 |
"debug": "^4.3.4",
|
| 619 |
"grapheme-splitter": "^1.0.4",
|
| 620 |
"ignore": "^5.2.0",
|
|
|
|
| 639 |
}
|
| 640 |
}
|
| 641 |
},
|
| 642 |
+
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
| 643 |
+
"version": "5.59.0",
|
| 644 |
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.0.tgz",
|
| 645 |
+
"integrity": "sha512-tsoldKaMh7izN6BvkK6zRMINj4Z2d6gGhO2UsI8zGZY3XhLq1DndP3Ycjhi1JwdwPRwtLMW4EFPgpuKhbCGOvQ==",
|
| 646 |
+
"dev": true,
|
| 647 |
+
"dependencies": {
|
| 648 |
+
"@typescript-eslint/types": "5.59.0",
|
| 649 |
+
"@typescript-eslint/visitor-keys": "5.59.0"
|
| 650 |
+
},
|
| 651 |
+
"engines": {
|
| 652 |
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
| 653 |
+
},
|
| 654 |
+
"funding": {
|
| 655 |
+
"type": "opencollective",
|
| 656 |
+
"url": "https://opencollective.com/typescript-eslint"
|
| 657 |
+
}
|
| 658 |
+
},
|
| 659 |
+
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
|
| 660 |
+
"version": "5.59.0",
|
| 661 |
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.0.tgz",
|
| 662 |
+
"integrity": "sha512-yR2h1NotF23xFFYKHZs17QJnB51J/s+ud4PYU4MqdZbzeNxpgUr05+dNeCN/bb6raslHvGdd6BFCkVhpPk/ZeA==",
|
| 663 |
+
"dev": true,
|
| 664 |
+
"engines": {
|
| 665 |
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
| 666 |
+
},
|
| 667 |
+
"funding": {
|
| 668 |
+
"type": "opencollective",
|
| 669 |
+
"url": "https://opencollective.com/typescript-eslint"
|
| 670 |
+
}
|
| 671 |
+
},
|
| 672 |
+
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
| 673 |
+
"version": "5.59.0",
|
| 674 |
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.0.tgz",
|
| 675 |
+
"integrity": "sha512-qZ3iXxQhanchCeaExlKPV3gDQFxMUmU35xfd5eCXB6+kUw1TUAbIy2n7QIrwz9s98DQLzNWyHp61fY0da4ZcbA==",
|
| 676 |
+
"dev": true,
|
| 677 |
+
"dependencies": {
|
| 678 |
+
"@typescript-eslint/types": "5.59.0",
|
| 679 |
+
"eslint-visitor-keys": "^3.3.0"
|
| 680 |
+
},
|
| 681 |
+
"engines": {
|
| 682 |
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
| 683 |
+
},
|
| 684 |
+
"funding": {
|
| 685 |
+
"type": "opencollective",
|
| 686 |
+
"url": "https://opencollective.com/typescript-eslint"
|
| 687 |
+
}
|
| 688 |
+
},
|
| 689 |
"node_modules/@typescript-eslint/parser": {
|
| 690 |
"version": "5.58.0",
|
| 691 |
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.58.0.tgz",
|
|
|
|
| 719 |
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.58.0.tgz",
|
| 720 |
"integrity": "sha512-b+w8ypN5CFvrXWQb9Ow9T4/6LC2MikNf1viLkYTiTbkQl46CnR69w7lajz1icW0TBsYmlpg+mRzFJ4LEJ8X9NA==",
|
| 721 |
"dev": true,
|
| 722 |
+
"peer": true,
|
| 723 |
"dependencies": {
|
| 724 |
"@typescript-eslint/types": "5.58.0",
|
| 725 |
"@typescript-eslint/visitor-keys": "5.58.0"
|
|
|
|
| 733 |
}
|
| 734 |
},
|
| 735 |
"node_modules/@typescript-eslint/type-utils": {
|
| 736 |
+
"version": "5.59.0",
|
| 737 |
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.0.tgz",
|
| 738 |
+
"integrity": "sha512-d/B6VSWnZwu70kcKQSCqjcXpVH+7ABKH8P1KNn4K7j5PXXuycZTPXF44Nui0TEm6rbWGi8kc78xRgOC4n7xFgA==",
|
| 739 |
"dev": true,
|
| 740 |
"dependencies": {
|
| 741 |
+
"@typescript-eslint/typescript-estree": "5.59.0",
|
| 742 |
+
"@typescript-eslint/utils": "5.59.0",
|
| 743 |
"debug": "^4.3.4",
|
| 744 |
"tsutils": "^3.21.0"
|
| 745 |
},
|
|
|
|
| 759 |
}
|
| 760 |
}
|
| 761 |
},
|
| 762 |
+
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
|
| 763 |
+
"version": "5.59.0",
|
| 764 |
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.0.tgz",
|
| 765 |
+
"integrity": "sha512-yR2h1NotF23xFFYKHZs17QJnB51J/s+ud4PYU4MqdZbzeNxpgUr05+dNeCN/bb6raslHvGdd6BFCkVhpPk/ZeA==",
|
| 766 |
+
"dev": true,
|
| 767 |
+
"engines": {
|
| 768 |
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
| 769 |
+
},
|
| 770 |
+
"funding": {
|
| 771 |
+
"type": "opencollective",
|
| 772 |
+
"url": "https://opencollective.com/typescript-eslint"
|
| 773 |
+
}
|
| 774 |
+
},
|
| 775 |
+
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": {
|
| 776 |
+
"version": "5.59.0",
|
| 777 |
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.0.tgz",
|
| 778 |
+
"integrity": "sha512-sUNnktjmI8DyGzPdZ8dRwW741zopGxltGs/SAPgGL/AAgDpiLsCFLcMNSpbfXfmnNeHmK9h3wGmCkGRGAoUZAg==",
|
| 779 |
+
"dev": true,
|
| 780 |
+
"dependencies": {
|
| 781 |
+
"@typescript-eslint/types": "5.59.0",
|
| 782 |
+
"@typescript-eslint/visitor-keys": "5.59.0",
|
| 783 |
+
"debug": "^4.3.4",
|
| 784 |
+
"globby": "^11.1.0",
|
| 785 |
+
"is-glob": "^4.0.3",
|
| 786 |
+
"semver": "^7.3.7",
|
| 787 |
+
"tsutils": "^3.21.0"
|
| 788 |
+
},
|
| 789 |
+
"engines": {
|
| 790 |
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
| 791 |
+
},
|
| 792 |
+
"funding": {
|
| 793 |
+
"type": "opencollective",
|
| 794 |
+
"url": "https://opencollective.com/typescript-eslint"
|
| 795 |
+
},
|
| 796 |
+
"peerDependenciesMeta": {
|
| 797 |
+
"typescript": {
|
| 798 |
+
"optional": true
|
| 799 |
+
}
|
| 800 |
+
}
|
| 801 |
+
},
|
| 802 |
+
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": {
|
| 803 |
+
"version": "5.59.0",
|
| 804 |
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.0.tgz",
|
| 805 |
+
"integrity": "sha512-qZ3iXxQhanchCeaExlKPV3gDQFxMUmU35xfd5eCXB6+kUw1TUAbIy2n7QIrwz9s98DQLzNWyHp61fY0da4ZcbA==",
|
| 806 |
+
"dev": true,
|
| 807 |
+
"dependencies": {
|
| 808 |
+
"@typescript-eslint/types": "5.59.0",
|
| 809 |
+
"eslint-visitor-keys": "^3.3.0"
|
| 810 |
+
},
|
| 811 |
+
"engines": {
|
| 812 |
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
| 813 |
+
},
|
| 814 |
+
"funding": {
|
| 815 |
+
"type": "opencollective",
|
| 816 |
+
"url": "https://opencollective.com/typescript-eslint"
|
| 817 |
+
}
|
| 818 |
+
},
|
| 819 |
"node_modules/@typescript-eslint/types": {
|
| 820 |
"version": "5.58.0",
|
| 821 |
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.58.0.tgz",
|
| 822 |
"integrity": "sha512-JYV4eITHPzVQMnHZcYJXl2ZloC7thuUHrcUmxtzvItyKPvQ50kb9QXBkgNAt90OYMqwaodQh2kHutWZl1fc+1g==",
|
| 823 |
"dev": true,
|
| 824 |
+
"peer": true,
|
| 825 |
"engines": {
|
| 826 |
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
| 827 |
},
|
|
|
|
| 835 |
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.58.0.tgz",
|
| 836 |
"integrity": "sha512-cRACvGTodA+UxnYM2uwA2KCwRL7VAzo45syNysqlMyNyjw0Z35Icc9ihPJZjIYuA5bXJYiJ2YGUB59BqlOZT1Q==",
|
| 837 |
"dev": true,
|
| 838 |
+
"peer": true,
|
| 839 |
"dependencies": {
|
| 840 |
"@typescript-eslint/types": "5.58.0",
|
| 841 |
"@typescript-eslint/visitor-keys": "5.58.0",
|
|
|
|
| 859 |
}
|
| 860 |
},
|
| 861 |
"node_modules/@typescript-eslint/utils": {
|
| 862 |
+
"version": "5.59.0",
|
| 863 |
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.0.tgz",
|
| 864 |
+
"integrity": "sha512-GGLFd+86drlHSvPgN/el6dRQNYYGOvRSDVydsUaQluwIW3HvbXuxyuD5JETvBt/9qGYe+lOrDk6gRrWOHb/FvA==",
|
| 865 |
"dev": true,
|
| 866 |
"dependencies": {
|
| 867 |
"@eslint-community/eslint-utils": "^4.2.0",
|
| 868 |
"@types/json-schema": "^7.0.9",
|
| 869 |
"@types/semver": "^7.3.12",
|
| 870 |
+
"@typescript-eslint/scope-manager": "5.59.0",
|
| 871 |
+
"@typescript-eslint/types": "5.59.0",
|
| 872 |
+
"@typescript-eslint/typescript-estree": "5.59.0",
|
| 873 |
"eslint-scope": "^5.1.1",
|
| 874 |
"semver": "^7.3.7"
|
| 875 |
},
|
|
|
|
| 884 |
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
| 885 |
}
|
| 886 |
},
|
| 887 |
+
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
|
| 888 |
+
"version": "5.59.0",
|
| 889 |
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.0.tgz",
|
| 890 |
+
"integrity": "sha512-tsoldKaMh7izN6BvkK6zRMINj4Z2d6gGhO2UsI8zGZY3XhLq1DndP3Ycjhi1JwdwPRwtLMW4EFPgpuKhbCGOvQ==",
|
| 891 |
+
"dev": true,
|
| 892 |
+
"dependencies": {
|
| 893 |
+
"@typescript-eslint/types": "5.59.0",
|
| 894 |
+
"@typescript-eslint/visitor-keys": "5.59.0"
|
| 895 |
+
},
|
| 896 |
+
"engines": {
|
| 897 |
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
| 898 |
+
},
|
| 899 |
+
"funding": {
|
| 900 |
+
"type": "opencollective",
|
| 901 |
+
"url": "https://opencollective.com/typescript-eslint"
|
| 902 |
+
}
|
| 903 |
+
},
|
| 904 |
+
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
|
| 905 |
+
"version": "5.59.0",
|
| 906 |
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.0.tgz",
|
| 907 |
+
"integrity": "sha512-yR2h1NotF23xFFYKHZs17QJnB51J/s+ud4PYU4MqdZbzeNxpgUr05+dNeCN/bb6raslHvGdd6BFCkVhpPk/ZeA==",
|
| 908 |
+
"dev": true,
|
| 909 |
+
"engines": {
|
| 910 |
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
| 911 |
+
},
|
| 912 |
+
"funding": {
|
| 913 |
+
"type": "opencollective",
|
| 914 |
+
"url": "https://opencollective.com/typescript-eslint"
|
| 915 |
+
}
|
| 916 |
+
},
|
| 917 |
+
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": {
|
| 918 |
+
"version": "5.59.0",
|
| 919 |
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.0.tgz",
|
| 920 |
+
"integrity": "sha512-sUNnktjmI8DyGzPdZ8dRwW741zopGxltGs/SAPgGL/AAgDpiLsCFLcMNSpbfXfmnNeHmK9h3wGmCkGRGAoUZAg==",
|
| 921 |
+
"dev": true,
|
| 922 |
+
"dependencies": {
|
| 923 |
+
"@typescript-eslint/types": "5.59.0",
|
| 924 |
+
"@typescript-eslint/visitor-keys": "5.59.0",
|
| 925 |
+
"debug": "^4.3.4",
|
| 926 |
+
"globby": "^11.1.0",
|
| 927 |
+
"is-glob": "^4.0.3",
|
| 928 |
+
"semver": "^7.3.7",
|
| 929 |
+
"tsutils": "^3.21.0"
|
| 930 |
+
},
|
| 931 |
+
"engines": {
|
| 932 |
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
| 933 |
+
},
|
| 934 |
+
"funding": {
|
| 935 |
+
"type": "opencollective",
|
| 936 |
+
"url": "https://opencollective.com/typescript-eslint"
|
| 937 |
+
},
|
| 938 |
+
"peerDependenciesMeta": {
|
| 939 |
+
"typescript": {
|
| 940 |
+
"optional": true
|
| 941 |
+
}
|
| 942 |
+
}
|
| 943 |
+
},
|
| 944 |
+
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
|
| 945 |
+
"version": "5.59.0",
|
| 946 |
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.0.tgz",
|
| 947 |
+
"integrity": "sha512-qZ3iXxQhanchCeaExlKPV3gDQFxMUmU35xfd5eCXB6+kUw1TUAbIy2n7QIrwz9s98DQLzNWyHp61fY0da4ZcbA==",
|
| 948 |
+
"dev": true,
|
| 949 |
+
"dependencies": {
|
| 950 |
+
"@typescript-eslint/types": "5.59.0",
|
| 951 |
+
"eslint-visitor-keys": "^3.3.0"
|
| 952 |
+
},
|
| 953 |
+
"engines": {
|
| 954 |
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
| 955 |
+
},
|
| 956 |
+
"funding": {
|
| 957 |
+
"type": "opencollective",
|
| 958 |
+
"url": "https://opencollective.com/typescript-eslint"
|
| 959 |
+
}
|
| 960 |
+
},
|
| 961 |
"node_modules/@typescript-eslint/visitor-keys": {
|
| 962 |
"version": "5.58.0",
|
| 963 |
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.58.0.tgz",
|
| 964 |
"integrity": "sha512-/fBraTlPj0jwdyTwLyrRTxv/3lnU2H96pNTVM6z3esTWLtA5MZ9ghSMJ7Rb+TtUAdtEw9EyJzJ0EydIMKxQ9gA==",
|
| 965 |
"dev": true,
|
| 966 |
+
"peer": true,
|
| 967 |
"dependencies": {
|
| 968 |
"@typescript-eslint/types": "5.58.0",
|
| 969 |
"eslint-visitor-keys": "^3.3.0"
|
|
|
|
| 3103 |
}
|
| 3104 |
}
|
| 3105 |
}
|
| 3106 |
+
}
|
frontend/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
| 16 |
"devDependencies": {
|
| 17 |
"@sveltejs/vite-plugin-svelte": "^2.0.3",
|
| 18 |
"@tsconfig/svelte": "^3.0.0",
|
| 19 |
-
"@typescript-eslint/eslint-plugin": "^5.
|
| 20 |
"eslint-plugin-svelte3": "^4.0.0",
|
| 21 |
"openapi-typescript-codegen": "^0.24.0",
|
| 22 |
"svelte": "^3.55.1",
|
|
|
|
| 16 |
"devDependencies": {
|
| 17 |
"@sveltejs/vite-plugin-svelte": "^2.0.3",
|
| 18 |
"@tsconfig/svelte": "^3.0.0",
|
| 19 |
+
"@typescript-eslint/eslint-plugin": "^5.59.0",
|
| 20 |
"eslint-plugin-svelte3": "^4.0.0",
|
| 21 |
"openapi-typescript-codegen": "^0.24.0",
|
| 22 |
"svelte": "^3.55.1",
|