From 0e7abdb49b4462c41289aac9ad8683ce3a51d559 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 09:29:25 +0000 Subject: [PATCH] build(deps): bump the all-dependencies group across 1 directory with 4 updates Bumps the all-dependencies group with 4 updates in the / directory: [ioredis](https://github.com/redis/ioredis), [jsdom](https://github.com/jsdom/jsdom), [eslint](https://github.com/eslint/eslint) and [typescript](https://github.com/microsoft/TypeScript). Updates `ioredis` from 5.11.1 to 6.0.0 - [Release notes](https://github.com/redis/ioredis/releases) - [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md) - [Commits](https://github.com/redis/ioredis/compare/v5.11.1...v6.0.0) Updates `jsdom` from 29.1.1 to 30.0.1 - [Release notes](https://github.com/jsdom/jsdom/releases) - [Commits](https://github.com/jsdom/jsdom/compare/v29.1.1...v30.0.1) Updates `eslint` from 9.39.5 to 10.8.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v9.39.5...v10.8.0) Updates `typescript` from 6.0.3 to 7.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: ioredis dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: jsdom dependency-version: 30.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: eslint dependency-version: 10.8.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3d34f9c..dd299e6 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,8 @@ "@tauri-apps/plugin-notification": "^2.3.3", "dompurify": "^3.3.3", "file-type": "^22.0.1", - "ioredis": "^5.11.1", - "jsdom": "^29.0.1", + "ioredis": "^6.0.0", + "jsdom": "^30.0.1", "jszip": "^3.10.1", "ldrs": "^1.1.9", "material-symbols": "^0.45.1", @@ -49,13 +49,13 @@ "@types/pg": "^8.20.0", "@types/react": "^19", "@types/react-dom": "^19", - "eslint": "^9.39.5", + "eslint": "^10.8.0", "eslint-config-next": "^16.2.7", "next-sitemap": "^4.2.3", "postcss": "^8.5.10", "tailwindcss": "^4.2.1", "tw-animate-css": "^1.4.0", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vitest": "^4.1.10" }, "overrides": {