mirror of
https://github.com/BreizhHardware/Site-comptage-heure.git
synced 2026-05-09 08:15:31 +02:00
[PR #31] [MERGED] Fix CVE-2025-66478 #89
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#89
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/31
Author: @BreizhHardware
Created: 12/8/2025
Status: ✅ Merged
Merged: 12/8/2025
Merged by: @BreizhHardware
Base:
main← Head:dev📝 Commits (3)
69851a3fix(security): Fix CVE-2025-6647894cef3ffeat(devcontainer): Add git-lfsf77cba1Merge branch 'main' into dev📊 Changes
3 files changed (+409 additions, -349 deletions)
View changed files
📝
.devcontainer/devcontainer.json(+12 -11)📝
package.json(+16 -16)📝
pnpm-lock.yaml(+381 -322)📄 Description
This pull request updates the project's development environment and dependencies to improve compatibility, add support for pnpm, and ensure the latest versions of key packages are used. The most important changes are grouped below by theme.
Development environment improvements:
.devcontainer/devcontainer.jsonto use theubuntubase image instead of the Node.js-specific image, and added configuration to install Node.js, Yarn, and pnpm via devcontainer features for better flexibility and pnpm support.Dependency upgrades:
package.jsonto their latest versions, includingnext,next-auth,react-day-picker,react-hook-form,mime-types, andtailwind-mergefor improved stability and new features.cypress,prettier,tailwindcss, andtypescriptto their latest releases to ensure compatibility and access to recent improvements.@radix-ui/react-label,@radix-ui/react-slot,bcryptjs,zod, etc.) to maintain up-to-date UI and utility functionality.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.