Skip to content

Commit 667ca8c

Browse files
committed
Bump runtime and dev dependencies
Update axios 1.13.5→1.13.6, find-process 2.0→2.1, strip-ansi 7.1→7.2, electron 40.4→40.6, typescript-eslint 8.56.0→8.56.1, eslint-plugin-package-json 0.88→0.89, jsonc-eslint-parser 2.4→3.1, globals 17.3→17.4, and pnpm 10.29→10.30.
1 parent ea84a40 commit 667ca8c

File tree

2 files changed

+157
-193
lines changed

2 files changed

+157
-193
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -473,17 +473,17 @@
473473
"dependencies": {
474474
"@peculiar/x509": "^1.14.3",
475475
"@repo/shared": "workspace:*",
476-
"axios": "1.13.5",
476+
"axios": "1.13.6",
477477
"date-fns": "^4.1.0",
478478
"eventsource": "^4.1.0",
479-
"find-process": "^2.0.0",
479+
"find-process": "^2.1.0",
480480
"jsonc-parser": "^3.3.1",
481481
"openpgp": "^6.3.0",
482482
"pretty-bytes": "^7.1.0",
483483
"proper-lockfile": "^4.1.2",
484484
"proxy-agent": "^6.5.0",
485485
"semver": "^7.7.4",
486-
"strip-ansi": "^7.1.2",
486+
"strip-ansi": "^7.2.0",
487487
"ua-parser-js": "^1.0.41",
488488
"ws": "^8.19.0",
489489
"zod": "^4.3.6"
@@ -504,8 +504,8 @@
504504
"@types/ua-parser-js": "0.7.39",
505505
"@types/vscode": "^1.95.0",
506506
"@types/ws": "^8.18.1",
507-
"@typescript-eslint/eslint-plugin": "^8.56.0",
508-
"@typescript-eslint/parser": "^8.56.0",
507+
"@typescript-eslint/eslint-plugin": "^8.56.1",
508+
"@typescript-eslint/parser": "^8.56.1",
509509
"@vitejs/plugin-react": "catalog:",
510510
"@vitest/coverage-v8": "^4.0.18",
511511
"@vscode/test-cli": "^0.0.12",
@@ -516,32 +516,32 @@
516516
"coder": "catalog:",
517517
"concurrently": "^9.2.1",
518518
"dayjs": "^1.11.19",
519-
"electron": "^40.4.1",
519+
"electron": "^40.6.1",
520520
"esbuild": "^0.27.3",
521521
"eslint": "^9.39.2",
522522
"eslint-config-prettier": "^10.1.8",
523523
"eslint-import-resolver-typescript": "^4.4.4",
524524
"eslint-plugin-import-x": "^4.16.1",
525-
"eslint-plugin-package-json": "^0.88.3",
525+
"eslint-plugin-package-json": "^0.89.2",
526526
"eslint-plugin-react": "^7.37.5",
527527
"eslint-plugin-react-hooks": "^7.0.1",
528-
"globals": "^17.3.0",
528+
"globals": "^17.4.0",
529529
"jsdom": "^28.1.0",
530-
"jsonc-eslint-parser": "^2.4.2",
530+
"jsonc-eslint-parser": "^3.1.0",
531531
"memfs": "^4.56.10",
532532
"prettier": "^3.8.1",
533533
"react": "catalog:",
534534
"react-dom": "catalog:",
535535
"typescript": "catalog:",
536-
"typescript-eslint": "^8.56.0",
536+
"typescript-eslint": "^8.56.1",
537537
"utf-8-validate": "^6.0.6",
538538
"vite": "catalog:",
539539
"vitest": "^4.0.18"
540540
},
541541
"extensionPack": [
542542
"ms-vscode-remote.remote-ssh"
543543
],
544-
"packageManager": "pnpm@10.29.2",
544+
"packageManager": "pnpm@10.30.3",
545545
"engines": {
546546
"vscode": "^1.95.0",
547547
"node": ">= 20"

0 commit comments

Comments
 (0)