Skip to content

Commit 57f4536

Browse files
Bump the minor-and-patch group across 1 directory with 5 updates
Bumps the minor-and-patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [update-electron-app](https://github.com/electron/update-electron-app) | `3.2.0` | `3.3.0` | | [eslint](https://github.com/eslint/eslint) | `10.5.0` | `10.6.0` | | [globals](https://github.com/sindresorhus/globals) | `17.6.0` | `17.7.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.61.1` | `8.62.1` | | [webpack](https://github.com/webpack/webpack) | `5.108.1` | `5.108.3` | Updates `update-electron-app` from 3.2.0 to 3.3.0 - [Release notes](https://github.com/electron/update-electron-app/releases) - [Commits](electron/update-electron-app@v3.2.0...v3.3.0) Updates `eslint` from 10.5.0 to 10.6.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.5.0...v10.6.0) Updates `globals` from 17.6.0 to 17.7.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.6.0...v17.7.0) Updates `typescript-eslint` from 8.61.1 to 8.62.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.1/packages/typescript-eslint) Updates `webpack` from 5.108.1 to 5.108.3 - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](webpack/webpack@v5.108.1...v5.108.3) --- updated-dependencies: - dependency-name: update-electron-app dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: eslint dependency-version: 10.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: globals dependency-version: 17.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-version: 8.62.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: webpack dependency-version: 5.108.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e050646 commit 57f4536

2 files changed

Lines changed: 108 additions & 131 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,17 +197,17 @@
197197
"electron": "^42.4.0",
198198
"electron-builder": "^26.15.3",
199199
"electron-playwright-helpers": "^2.1.0",
200-
"eslint": "^10.5.0",
200+
"eslint": "^10.6.0",
201201
"eslint-config-prettier": "^10.1.8",
202-
"globals": "^17.6.0",
202+
"globals": "^17.7.0",
203203
"istextorbinary": "^9.5.0",
204204
"prettier": "~2.1.1",
205205
"read-package-tree": "^5.1.6",
206206
"shx": "^0.4.0",
207207
"typescript": "^6.0.0",
208-
"typescript-eslint": "^8.61.1",
208+
"typescript-eslint": "^8.62.1",
209209
"vitest": "^4.1.9",
210-
"webpack": "^5.107.2",
210+
"webpack": "^5.108.3",
211211
"webpack-cli": "^4.5.0"
212212
},
213213
"resolutions": {
@@ -223,7 +223,7 @@
223223
"js-yaml": "^5.2.0",
224224
"semver": "^7.8.4",
225225
"tar": "^7.5.16",
226-
"update-electron-app": "^3.2.0",
226+
"update-electron-app": "^3.3.0",
227227
"which": "^7.0.0",
228228
"winreg": "^1.2.5",
229229
"yargs": "^17.7.2"

yarn.lock

Lines changed: 103 additions & 126 deletions
Original file line numberDiff line numberDiff line change
@@ -695,100 +695,110 @@
695695
dependencies:
696696
"@types/yargs-parser" "*"
697697

698-
"@typescript-eslint/eslint-plugin@8.61.1":
699-
version "8.61.1"
700-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.61.1.tgz#6e4b7fee21f1983308e9e9b634ecbaf702c86006"
701-
integrity sha512-ZPlVl3PB3et/59Ne0fv/sci6ZXz4T4Hp4nTJ56i/Y0gR89ARb+KphojTq6j+56E5PIezmOIOOWyY+aWQFd+IkQ==
698+
"@typescript-eslint/eslint-plugin@8.62.1":
699+
version "8.62.1"
700+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.62.1.tgz#1736dcdca6cae3359d818456a47d18b674761f7f"
701+
integrity sha512-4EQM77WgVNxj7OkL/5b/D/xZsw00G577+UriYTC7JF5opcF3T2AuoeY7ueLaZgSVjSgCS6yOAJB5bRGLPSJUzA==
702702
dependencies:
703703
"@eslint-community/regexpp" "^4.12.2"
704-
"@typescript-eslint/scope-manager" "8.61.1"
705-
"@typescript-eslint/type-utils" "8.61.1"
706-
"@typescript-eslint/utils" "8.61.1"
707-
"@typescript-eslint/visitor-keys" "8.61.1"
704+
"@typescript-eslint/scope-manager" "8.62.1"
705+
"@typescript-eslint/type-utils" "8.62.1"
706+
"@typescript-eslint/utils" "8.62.1"
707+
"@typescript-eslint/visitor-keys" "8.62.1"
708708
ignore "^7.0.5"
709709
natural-compare "^1.4.0"
710710
ts-api-utils "^2.5.0"
711711

712-
"@typescript-eslint/parser@8.61.1":
713-
version "8.61.1"
714-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.61.1.tgz#881fba60b50636249cdeea2e547bf75715254c72"
715-
integrity sha512-PJ5vePq5/ognBbrIcoC5+SHO5dfpeLPzP9FpLkzWrguoYQEeeSjlJpVwOpo1JRSTEi7dRcwNy4h4dzV70PqHcg==
712+
"@typescript-eslint/parser@8.62.1":
713+
version "8.62.1"
714+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.62.1.tgz#d3f7ba18f1bf78bfb7256fea021d1927b48e7080"
715+
integrity sha512-sPhE4iHuJDSvoAiec+Ro8JyXw8f0ql13HFR82P99nCm9GwTEKG0KYLvDe6REk8BCXuit6vJAv/Yxg5ABaNS2rA==
716716
dependencies:
717-
"@typescript-eslint/scope-manager" "8.61.1"
718-
"@typescript-eslint/types" "8.61.1"
719-
"@typescript-eslint/typescript-estree" "8.61.1"
720-
"@typescript-eslint/visitor-keys" "8.61.1"
717+
"@typescript-eslint/scope-manager" "8.62.1"
718+
"@typescript-eslint/types" "8.62.1"
719+
"@typescript-eslint/typescript-estree" "8.62.1"
720+
"@typescript-eslint/visitor-keys" "8.62.1"
721721
debug "^4.4.3"
722722

723-
"@typescript-eslint/project-service@8.61.1":
724-
version "8.61.1"
725-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.61.1.tgz#fcd9739964a40867eed55f1ac318d3909f24b4af"
726-
integrity sha512-PrC4JYGmR241lYnfhmKGTXkFqv8+ymbTFgSAY0fVXpY82/QkMw5TZPl+vGzuDDU2QYJk9fIDOBTntF+yDv9LEA==
723+
"@typescript-eslint/project-service@8.62.1":
724+
version "8.62.1"
725+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.62.1.tgz#78d880eb1cf6859b5ec263d04f95403e9f90ae47"
726+
integrity sha512-yQ3RgY5RkSBpsNS1Bx/JQEcA24FOSdfGktoyprAr5u18390UQdtVcfnEv4nIrIshNnavlVyZBKxQwT1fIAE6cg==
727727
dependencies:
728-
"@typescript-eslint/tsconfig-utils" "^8.61.1"
729-
"@typescript-eslint/types" "^8.61.1"
728+
"@typescript-eslint/tsconfig-utils" "^8.62.1"
729+
"@typescript-eslint/types" "^8.62.1"
730730
debug "^4.4.3"
731731

732-
"@typescript-eslint/scope-manager@8.61.1":
733-
version "8.61.1"
734-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.61.1.tgz#2479921a40fdb0afa18f5838fae6167264b417b2"
735-
integrity sha512-L2bdIeoQS8FlKAvONAr20w6OcLXeB+qiDKbAooS9A0Ben+iSIkBef0FxqwKWYqt5sa0i4KJtxVyVmhMylKzF5w==
732+
"@typescript-eslint/scope-manager@8.62.1":
733+
version "8.62.1"
734+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.62.1.tgz#7ee65e9a6eb3ccdc4816593a4ff38840306de88a"
735+
integrity sha512-r4d249KbQ1SFdpeStvob8Ih6aPPIzfqllPVOtvhve6ZcpuVcYo5/7zUWckKpHE7StASX4kTKZTLf0WQm/wPkcg==
736736
dependencies:
737-
"@typescript-eslint/types" "8.61.1"
738-
"@typescript-eslint/visitor-keys" "8.61.1"
737+
"@typescript-eslint/types" "8.62.1"
738+
"@typescript-eslint/visitor-keys" "8.62.1"
739739

740-
"@typescript-eslint/tsconfig-utils@8.61.1", "@typescript-eslint/tsconfig-utils@^8.61.1":
741-
version "8.61.1"
742-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.61.1.tgz#ca88080e0cf191d49516d7f300b67aa090d2254f"
743-
integrity sha512-UN/H4di+OO7EWx2ovME+8t31YO+KVnK0RRKEHR3kOt21/Ay8BOq3M1OMvWs5vNiqcFCYGYoxK3MXPZzmMUE+yg==
740+
"@typescript-eslint/tsconfig-utils@8.62.1":
741+
version "8.62.1"
742+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.62.1.tgz#e2b5f24fe721044189cb7e81117c96d75979d627"
743+
integrity sha512-xadytJqX9vJVQ2fdQjkcIVigwaOJNWkpjdLt6cEQ+xPnrI1fkp+/jZE/I97k9KUjqtpd25i0HeyZf3T6dutv2g==
744744

745-
"@typescript-eslint/type-utils@8.61.1":
746-
version "8.61.1"
747-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.61.1.tgz#8fa18f453ee140893b47d339d1a6b64cac9b08a1"
748-
integrity sha512-GYRicKmVK0C4fsKgaACaknOUAq9Oa2kwsjnpFhFcS/5p4Ht5IP9OVLbgIgcK4SRk92nVHFluurg1lumD9dBcLw==
745+
"@typescript-eslint/tsconfig-utils@^8.62.1":
746+
version "8.63.0"
747+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.63.0.tgz#f7e1cf9a029bb71f4027ffa4194ba82afb564cd3"
748+
integrity sha512-sUAbkulqBAsncKnbRP3+7CtQFRKicexnj7ZwNC6ddCR7EmrXvjvdCYMJbUIqMd6lwoEriZjwLo08aS5tSjVMHg==
749+
750+
"@typescript-eslint/type-utils@8.62.1":
751+
version "8.62.1"
752+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.62.1.tgz#ebd30b13bacb13070917259a23309cf644121f9a"
753+
integrity sha512-aXM5xlqXiTxPibXB93cLAURfT3rlizf7uMXISCXy66Isr/9hISJx3yDsKl0L7lKa51b8JpFuNKby0/O0pEm9jg==
749754
dependencies:
750-
"@typescript-eslint/types" "8.61.1"
751-
"@typescript-eslint/typescript-estree" "8.61.1"
752-
"@typescript-eslint/utils" "8.61.1"
755+
"@typescript-eslint/types" "8.62.1"
756+
"@typescript-eslint/typescript-estree" "8.62.1"
757+
"@typescript-eslint/utils" "8.62.1"
753758
debug "^4.4.3"
754759
ts-api-utils "^2.5.0"
755760

756-
"@typescript-eslint/types@8.61.1", "@typescript-eslint/types@^8.61.1":
757-
version "8.61.1"
758-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.61.1.tgz#0c51f518e4e6848371a1c988e859d59eb7522d5a"
759-
integrity sha512-G+CRlPqLv7Bz1IZVs03x5K59F1veqL0EJUROAdGhKsEq8qOiRiZbI+HUojPq5l0fEGOKModD9br6lObhB8zkoA==
760-
761-
"@typescript-eslint/typescript-estree@8.61.1":
762-
version "8.61.1"
763-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.61.1.tgz#febbe70365ac0bf7611262b61b338fc8797965c7"
764-
integrity sha512-u+oQD3BqYWPc8YV9Zab4vaJElJuwOLPRc10Jm1o/qS+6Qwen14HCWwx0Seo4LnSn2wxea2Ik8DxPt2/FHmuhrg==
765-
dependencies:
766-
"@typescript-eslint/project-service" "8.61.1"
767-
"@typescript-eslint/tsconfig-utils" "8.61.1"
768-
"@typescript-eslint/types" "8.61.1"
769-
"@typescript-eslint/visitor-keys" "8.61.1"
761+
"@typescript-eslint/types@8.62.1":
762+
version "8.62.1"
763+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.62.1.tgz#c58be954e483b2fc98275374d5bcb40b99842dc1"
764+
integrity sha512-ooCzJFaf+Hg+uG6fA3NRFGuFjlfNlDhBthbv4ZPU/0elCAFUfnyXUvf/WOpHz/jYwSmvU2GkR2LtyUfy1AxZ1Q==
765+
766+
"@typescript-eslint/types@^8.62.1":
767+
version "8.63.0"
768+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.63.0.tgz#6b32b0a5913520554d81a986acfffba2d32b6963"
769+
integrity sha512-xyLtl9DUBBFrcJS4x2pIqGLH68/tC2uOa4Z7pUteW09D3bXnnXUom4dyPikzWgB7llmIc1zoeI3aoUdC4rPK/Q==
770+
771+
"@typescript-eslint/typescript-estree@8.62.1":
772+
version "8.62.1"
773+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.62.1.tgz#98c1bb17635d5b026b24193a8d29188ac64380ff"
774+
integrity sha512-xMcW9oP9u7fAMXYs9A65CVmtLQe2r//oXINHfi8HV+oiqhih17sbLdhXr4540YWlgpDKQdY854OL5ZrdCiQsAA==
775+
dependencies:
776+
"@typescript-eslint/project-service" "8.62.1"
777+
"@typescript-eslint/tsconfig-utils" "8.62.1"
778+
"@typescript-eslint/types" "8.62.1"
779+
"@typescript-eslint/visitor-keys" "8.62.1"
770780
debug "^4.4.3"
771781
minimatch "^10.2.2"
772782
semver "^7.7.3"
773783
tinyglobby "^0.2.15"
774784
ts-api-utils "^2.5.0"
775785

776-
"@typescript-eslint/utils@8.61.1":
777-
version "8.61.1"
778-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.61.1.tgz#ffd1054de7dd33b7873cd6c6713ec6b0366316d3"
779-
integrity sha512-1+P/3Dj6jvtybE1q0HQ6yBt/gq+oKJyLdEv4HdnqasaEXRSYCAsD59mXEVQnM/ULNdQxbX77tdG4jPRjIS6knA==
786+
"@typescript-eslint/utils@8.62.1":
787+
version "8.62.1"
788+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.62.1.tgz#1622b75c7e6df308181dd0b44855dc4228da0457"
789+
integrity sha512-sHtbPfuKNZCG+ih8SyjjucqRntSVmp8XgL5u6o9mAhiSn8ds5o/M/XdM0abweme2Tln3szOstOrZ9OXitvPh0g==
780790
dependencies:
781791
"@eslint-community/eslint-utils" "^4.9.1"
782-
"@typescript-eslint/scope-manager" "8.61.1"
783-
"@typescript-eslint/types" "8.61.1"
784-
"@typescript-eslint/typescript-estree" "8.61.1"
792+
"@typescript-eslint/scope-manager" "8.62.1"
793+
"@typescript-eslint/types" "8.62.1"
794+
"@typescript-eslint/typescript-estree" "8.62.1"
785795

786-
"@typescript-eslint/visitor-keys@8.61.1":
787-
version "8.61.1"
788-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.61.1.tgz#546cf102b4efdb72a9a08e63a1b0d7d745eb66eb"
789-
integrity sha512-6fJ9MHWtK14C1DSkiMlHUSOmrVebL7150xZJBlJiL62jjhIA4JmOq6flwBgDxIdBKKdoiZRel+dfPD5MLfny3w==
796+
"@typescript-eslint/visitor-keys@8.62.1":
797+
version "8.62.1"
798+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.62.1.tgz#499657d77ffafb8a99eb1d6c97847ca430234722"
799+
integrity sha512-4g3BLxfdTMy8iZG0MaBkadnlRrCJ74cQiFbyEVMrkwIoqdyaXXQM22cotDvrl4x28wgIZ9rEJRoM+mmhSJpJ1g==
790800
dependencies:
791-
"@typescript-eslint/types" "8.61.1"
801+
"@typescript-eslint/types" "8.62.1"
792802
eslint-visitor-keys "^5.0.0"
793803

794804
"@vitest/coverage-v8@^4.1.9":
@@ -1529,16 +1539,7 @@ cross-spawn@^6.0.0:
15291539
shebang-command "^1.2.0"
15301540
which "^1.2.9"
15311541

1532-
cross-spawn@^7.0.1, cross-spawn@^7.0.3:
1533-
version "7.0.3"
1534-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
1535-
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
1536-
dependencies:
1537-
path-key "^3.1.0"
1538-
shebang-command "^2.0.0"
1539-
which "^2.0.1"
1540-
1541-
cross-spawn@^7.0.6:
1542+
cross-spawn@^7.0.1, cross-spawn@^7.0.3, cross-spawn@^7.0.6:
15421543
version "7.0.6"
15431544
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
15441545
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
@@ -1547,14 +1548,7 @@ cross-spawn@^7.0.6:
15471548
shebang-command "^2.0.0"
15481549
which "^2.0.1"
15491550

1550-
debug@4, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
1551-
version "4.3.4"
1552-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
1553-
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
1554-
dependencies:
1555-
ms "2.1.2"
1556-
1557-
debug@^4.1.0, debug@^4.1.1, debug@^4.4.0, debug@^4.4.3:
1551+
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.4.0, debug@^4.4.3:
15581552
version "4.4.3"
15591553
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
15601554
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
@@ -1928,10 +1922,10 @@ eslint-visitor-keys@^5.0.0, eslint-visitor-keys@^5.0.1:
19281922
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
19291923
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
19301924

1931-
eslint@^10.5.0:
1932-
version "10.5.0"
1933-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.5.0.tgz#5fca69d6b41fe7e00ba22d4100b2e44efe439ad5"
1934-
integrity sha512-1y+7C+vi12bUK1IpZeaV3gsH9fHLBmPvYmPx42pvT/E9yG0IC8g3PUZZgp0+JLJl7ZDK0flc2gc+Aw9dpCvIsQ==
1925+
eslint@^10.6.0:
1926+
version "10.6.0"
1927+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.6.0.tgz#e1b4059c582be950c7088c9b55f984738b243c27"
1928+
integrity sha512-6lVbcqSodALYo+4ELD0heG6lFiFxnLMuLkiMi2qV8LMp54N8tE8FT1GMH+ev4Ti00nFjNze2+Su6DsV5OQW3Dg==
19351929
dependencies:
19361930
"@eslint-community/eslint-utils" "^4.8.0"
19371931
"@eslint-community/regexpp" "^4.12.2"
@@ -2388,10 +2382,10 @@ global-agent@^3.0.0:
23882382
semver "^7.3.2"
23892383
serialize-error "^7.0.1"
23902384

2391-
globals@^17.6.0:
2392-
version "17.6.0"
2393-
resolved "https://registry.yarnpkg.com/globals/-/globals-17.6.0.tgz#0f0be018d5cca8690e6375ead1f65c4bb96191fc"
2394-
integrity sha512-sepffkT8stwnIYbsMBpoCHJuJM5l98FUF2AnE07hfvE0m/qp3R586hw4jF4uadbhvg1ooIdzuu7CsfD2jzCaNA==
2385+
globals@^17.7.0:
2386+
version "17.7.0"
2387+
resolved "https://registry.yarnpkg.com/globals/-/globals-17.7.0.tgz#553d55090b4dde8209ec2da42580d6e7e7d8b10d"
2388+
integrity sha512-Czmyns5dUsq4seFBR/Kdydhmo8y9kC79hiSkPn0YcGtNnYWnrgt0vjrSjx9tspoDGWm2CMarffRuLjM4xUz8xg==
23952389

23962390
globalthis@^1.0.1, globalthis@^1.0.3:
23972391
version "1.0.3"
@@ -2429,16 +2423,11 @@ got@^11.8.5:
24292423
p-cancelable "^2.0.0"
24302424
responselike "^2.0.0"
24312425

2432-
graceful-fs@^4.1.2, graceful-fs@^4.2.11, graceful-fs@^4.2.2, graceful-fs@^4.2.4, graceful-fs@^4.2.6:
2426+
graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.11, graceful-fs@^4.2.2, graceful-fs@^4.2.4, graceful-fs@^4.2.6:
24332427
version "4.2.11"
24342428
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
24352429
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
24362430

2437-
graceful-fs@^4.1.6, graceful-fs@^4.2.0:
2438-
version "4.2.10"
2439-
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
2440-
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
2441-
24422431
has-bigints@^1.0.1, has-bigints@^1.0.2:
24432432
version "1.0.2"
24442433
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa"
@@ -3162,14 +3151,7 @@ minimatch@^10.2.2, minimatch@^10.2.4, minimatch@^10.2.5:
31623151
dependencies:
31633152
brace-expansion "^5.0.5"
31643153

3165-
minimatch@^3.0.4, minimatch@^3.1.1:
3166-
version "3.1.2"
3167-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
3168-
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
3169-
dependencies:
3170-
brace-expansion "^1.1.7"
3171-
3172-
minimatch@^3.0.5:
3154+
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1:
31733155
version "3.1.5"
31743156
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.5.tgz#580c88f8d5445f2bd6aa8f3cadefa0de79fbd69e"
31753157
integrity sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==
@@ -3217,11 +3199,6 @@ minizlib@^3.1.0:
32173199
dependencies:
32183200
minipass "^7.1.2"
32193201

3220-
ms@2.1.2:
3221-
version "2.1.2"
3222-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
3223-
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
3224-
32253202
ms@^2.1.1, ms@^2.1.3:
32263203
version "2.1.3"
32273204
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
@@ -4322,15 +4299,15 @@ typed-array-length@^1.0.4:
43224299
for-each "^0.3.3"
43234300
is-typed-array "^1.1.9"
43244301

4325-
typescript-eslint@^8.61.1:
4326-
version "8.61.1"
4327-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.61.1.tgz#7c224a9a643b7f42d295c67a75c1e30fee8c3eaa"
4328-
integrity sha512-V7PayAfJokV3pEHgN7/v03D1SpujhRfQtYLbLIiBfDDncdg4PAiRBfoS4cnCANK4jmAPncczi59QO3afiXUlNw==
4302+
typescript-eslint@^8.62.1:
4303+
version "8.62.1"
4304+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.62.1.tgz#eb93fd94d527aa04ec5b844fb0b4ada613cc7d3f"
4305+
integrity sha512-vymnnM5g0AKQDSAyfP12nMIBvgwgA42syg74kkuZ4x1VuTzwQKwc5h9rGxeShCjny5o+zWAb6OEoz7XLgrIkIw==
43294306
dependencies:
4330-
"@typescript-eslint/eslint-plugin" "8.61.1"
4331-
"@typescript-eslint/parser" "8.61.1"
4332-
"@typescript-eslint/typescript-estree" "8.61.1"
4333-
"@typescript-eslint/utils" "8.61.1"
4307+
"@typescript-eslint/eslint-plugin" "8.62.1"
4308+
"@typescript-eslint/parser" "8.62.1"
4309+
"@typescript-eslint/typescript-estree" "8.62.1"
4310+
"@typescript-eslint/utils" "8.62.1"
43344311

43354312
typescript@^6.0.0:
43364313
version "6.0.3"
@@ -4396,10 +4373,10 @@ update-browserslist-db@^1.2.3:
43964373
escalade "^3.2.0"
43974374
picocolors "^1.1.1"
43984375

4399-
update-electron-app@^3.2.0:
4400-
version "3.2.0"
4401-
resolved "https://registry.yarnpkg.com/update-electron-app/-/update-electron-app-3.2.0.tgz#33e584ce1a76aab95a413fb65d9b03ce7e4ec53c"
4402-
integrity sha512-l2e7bzsW+rw70pfyyQeA9E/ofpNY2ZS99XuYxD2qWL4fEy3qMjpqwwgB0me7ESpGogIQE1CM0SaDvKGsK4Jg3Q==
4376+
update-electron-app@^3.3.0:
4377+
version "3.3.0"
4378+
resolved "https://registry.yarnpkg.com/update-electron-app/-/update-electron-app-3.3.0.tgz#aba8afe2d84475ce9154bd34fdd398b2dac4dfcc"
4379+
integrity sha512-5s73OcyNhAvogjxzAy8pbephY+bP6aXpXFv68OT1dNiEbcUpIUCv/ZZPalqGclnXUgx3oyn+yVdAIIVUpn/C1g==
44034380
dependencies:
44044381
github-url-to-object "^4.0.4"
44054382
ms "^2.1.1"
@@ -4529,10 +4506,10 @@ webpack-sources@^3.5.0:
45294506
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.5.0.tgz#87bf7f5801a4e985b1f1c92b64b9620a02f76d08"
45304507
integrity sha512-HPuy+uuoTCaaoEoI1LQ3JN9+vrPBvEesnnX1jADHy728cHSMlq4wUc4afYqahq2B1mhQVZxCXOkNTnXltr+2vQ==
45314508

4532-
webpack@^5.107.2:
4533-
version "5.108.1"
4534-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.108.1.tgz#cd5856f9a88e55f344d64a6623c09bf34446cc9d"
4535-
integrity sha512-UUCihHQK3O7483Woa0SulNLDeAiOhHI2PN2PAPU4fVWJqbzhv04EJ8FaWtB9WWh3i8fRt28543U7VfuJTOrpgQ==
4509+
webpack@^5.108.3:
4510+
version "5.108.3"
4511+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.108.3.tgz#39be3baba294fa9d93487199b8c7e3ce742d3498"
4512+
integrity sha512-hOpaCHmQVVY66IVTjofnH14IgSdmod2aquSGHGuYig/OIdWge01Hk2Wt988DZcwXumFUT4+FvJY5N+ikl8o/ww==
45364513
dependencies:
45374514
"@types/estree" "^1.0.8"
45384515
"@types/json-schema" "^7.0.15"

0 commit comments

Comments
 (0)