fix(deps): corriger les 17 vulnérabilités Dependabot high#135
Merged
Conversation
Dépendances directes : - drizzle-orm ^0.31.4 → ^0.45.2 (GHSA-gpj5-g38j-94v9, injection SQL via identifiants mal échappés) + drizzle-kit ^0.31.10 et drizzle-zod ^0.8.3 alignés (aucun call site avec raffinements, API compatible) - vite ajouté en devDependency ^8.0.16 (résolu 8.1.5) — GHSA-fx2h-pf6j-xcff ; l'override seul ne forçait pas la re-résolution du lockfile Transitives (overrides pnpm ciblés, même majeure) : - @grpc/grpc-js ^1.9.16, brace-expansion 1.1.16/2.1.2, glob ^10.5.0, js-cookie ^3.0.7, js-yaml ^3.15.0 (reste en v3), lodash ^4.18.0, minimatch ^9.0.7, picomatch ^2.3.2, tmp ^0.2.6 Validation : pnpm audit sans high ni critical ; tests 33/33 ; build OK ; smoke test runtime drizzle 0.45 (raw sql / select / where) sur la vraie base. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…file en frozen-lockfile) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dépendances directes
^0.31.4→^0.45.2(GHSA-gpj5-g38j-94v9 : injection SQL via identifiants mal échappés) — le plus gros saut du lot.drizzle-kit ^0.31.10etdrizzle-zod ^0.8.3alignés (zod ^3.25 déjà compatible ; les 3 call sitescreateInsertSchema/createSelectSchemasont sans raffinements, API inchangée).Transitives (overrides pnpm ciblés, jamais de saut de majeure)
@grpc/grpc-js ^1.9.16,brace-expansion 1.1.16 / 2.1.2,glob ^10.5.0,js-cookie ^3.0.7,js-yaml ^3.15.0(reste v3),lodash ^4.18.0,minimatch ^9.0.7,picomatch ^2.3.2,tmp ^0.2.6.Validation
pnpm audit: 0 high, 0 critical (restent 7 moderate / 3 low).pnpm test: 33/33.pnpm build: OK (type-check strict — filet principal pour le saut drizzle).sql,select,where eqOK via postgres-js.🤖 Generated with Claude Code