build(deps): bump drizzle-orm from 0.45.1 to 0.45.2 in /frontend in the npm_and_yarn group across 1 directory#1604
Conversation
Bumps the npm_and_yarn group with 1 update in the /frontend directory: [drizzle-orm](https://github.com/drizzle-team/drizzle-orm). Updates `drizzle-orm` from 0.45.1 to 0.45.2 - [Release notes](https://github.com/drizzle-team/drizzle-orm/releases) - [Commits](drizzle-team/drizzle-orm@0.45.1...0.45.2) --- updated-dependencies: - dependency-name: drizzle-orm dependency-version: 0.45.2 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
Greptile SummaryThis PR bumps
Confidence Score: 5/5Safe to merge — this is a targeted security patch with no breaking changes and no direct exploit surface in the existing codebase. Patch-level version bump that fixes a SQL injection CVE. The codebase has no calls to the affected No files require special attention.
|
| Filename | Overview |
|---|---|
| frontend/package.json | Bumps drizzle-orm specifier from ^0.45.1 to ^0.45.2 — a security patch release fixing SQL injection in sql.identifier()/sql.as() |
| frontend/pnpm-lock.yaml | Lockfile updated to resolve drizzle-orm@0.45.2 and picks up minor transitive bumps for CodeMirror, lezer, browserslist, and terser packages |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["drizzle-orm 0.45.1\n(vulnerable)"] -->|"CWE-89: sql.identifier()\nand sql.as() not\nproperly escaped"| B["SQL Injection Risk"]
C["drizzle-orm 0.45.2\n(patched)"] -->|"Proper escaping\napplied"| D["SQL Injection Fixed"]
E["This PR"] -->|"Bumps version"| C
B -.->|"Not directly exploited\nin this codebase\n(no sql.identifier/sql.as usage found)"| F["Minimal immediate\nexploit surface"]
Reviews (1): Last reviewed commit: "build(deps): bump drizzle-orm" | Re-trigger Greptile
Bumps the npm_and_yarn group with 1 update in the /frontend directory: drizzle-orm.
Updates
drizzle-ormfrom 0.45.1 to 0.45.2Release notes
Sourced from drizzle-orm's releases.
Commits
273c780+ 0.45.2 (#5534)4aa6ecfKit updates (#5490)e8e6edffeat(drizzle-kit): support d1 via binding (#5302)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Medium Risk
Upgrades the ORM dependency, which can subtly affect SQL generation/runtime behavior; however it is a patch-level update primarily addressing escaping/security issues.
Overview
Updates
frontendto usedrizzle-orm0.45.2(from0.45.1) and refreshespnpm-lock.yamlaccordingly.The lockfile update also rolls forward several transitive frontend build/runtime packages (notably
codemirror-related packages,browserslist/caniuse data, and some webpack/terser toolchain entries) as part of dependency resolution.Reviewed by Cursor Bugbot for commit 9d3103d. Bugbot is set up for automated code reviews on this repo. Configure here.