From 9bc68d5c42ab932aa664b02e295758fc57cf9cb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 12:58:36 +0000 Subject: [PATCH] chore(deps-dev): bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the /frontend directory: [happy-dom](https://github.com/capricorn86/happy-dom) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `happy-dom` from 12.9.1 to 15.10.2 - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](https://github.com/capricorn86/happy-dom/compare/v12.9.1...v15.10.2) Updates `vite` from 4.4.11 to 4.5.6 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.6/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.6/packages/vite) --- updated-dependencies: - dependency-name: happy-dom dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: vite dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 frontend/package.json diff --git a/frontend/package.json b/frontend/package.json old mode 100755 new mode 100644 index 9fb8a827..eac15f17 --- a/frontend/package.json +++ b/frontend/package.json @@ -129,7 +129,7 @@ "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-react-refresh": "^0.4.18", "globals": "^15.14.0", - "happy-dom": "12.9.1", + "happy-dom": "15.10.2", "husky": "8.0.3", "i18next-browser-languagedetector": "7.2.1", "lint-staged": "14.0.1", @@ -138,7 +138,7 @@ "sass": "1.69.5", "typescript": "5.2.2", "typescript-eslint": "^8.21.0", - "vite": "4.4.11", + "vite": "4.5.6", "vite-tsconfig-paths": "4.2.1", "vitest": "0.34.6", "vitest-dom": "0.1.1"