mirror of
https://github.com/BreizhHardware/Site-comptage-heure.git
synced 2026-05-09 08:15:31 +02:00
[PR #34] [MERGED] Fix/react CVE #90
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BreizhHardware/Site-comptage-heure#90
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BreizhHardware/Site-comptage-heure/pull/34
Author: @BreizhHardware
Created: 12/12/2025
Status: ✅ Merged
Merged: 12/12/2025
Merged by: @BreizhHardware
Base:
dev← Head:fix/React-CVE📝 Commits (2)
5eb24a5fix: Mettre à jour les dépendances pour améliorer la sécurité et la stabilité12ab33bfix: Supprimer les fichiers de configuration inutilisés dans le répertoire .idea📊 Changes
5 files changed (+132 additions, -167 deletions)
View changed files
➖
.idea/.gitignore(+0 -8)➖
.idea/discord.xml(+0 -14)➖
.idea/material_theme_project_new.xml(+0 -13)📝
package.json(+4 -4)📝
pnpm-lock.yaml(+128 -128)📄 Description
This pull request primarily updates several dependencies to their latest patch versions and removes some IDE-specific configuration files. The updates focus on the
next,tailwindcss, and related packages, as well as some minor dependency bumps for improved compatibility and bug fixes. Additionally, old.ideaconfiguration files are cleaned up from version control.Dependency updates:
nextfrom version16.0.7to16.0.10in bothpackage.jsonandpnpm-lock.yaml, along with all associated@nextsub-packages. This brings in the latest bug fixes and improvements from the Next.js team. [1] [2] [3] [4] [5]tailwindcssand related packages (such as@tailwindcss/postcss,@tailwindcss/node,@tailwindcss/oxide, etc.) from4.1.17to4.1.18, ensuring the latest features and fixes are included. [1] [2] [3] [4] [5] [6]@types/nodefrom24.10.1to24.10.3to keep TypeScript type definitions up-to-date. [1] [2] [3]caniuse-liteandenhanced-resolve, for better compatibility. [1] [2]Project configuration cleanup:
.idea/.gitignore,.idea/discord.xml, and.idea/material_theme_project_new.xmlfrom version control, reducing clutter and preventing IDE-specific settings from being tracked in the repository. [1] [2] [3]🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.