chore(deps): bump drizzle-orm from 0.45.1 to 0.45.2#2623
chore(deps): bump drizzle-orm from 0.45.1 to 0.45.2#2623dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [drizzle-orm](https://github.com/drizzle-team/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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryThis PR bumps
Pre-existing note (not introduced by this PR): Confidence Score: 5/5Safe to merge — minimal, correct patch version bump that resolves a known SQL injection vulnerability with no API changes. The change is a single patch-level dependency bump driven by a security fix. The diff is correct (version string and lockfile integrity hash both updated consistently), there are no API surface changes, and Dependabot's compatibility score indicates a smooth upgrade path. All observations are pre-existing issues unrelated to this PR. No files require special attention — changes are confined to manifest and lockfile.
|
| Filename | Overview |
|---|---|
| package.json | Bumps drizzle-orm specifier from ^0.45.1 to ^0.45.2 to pull in the SQL-injection security fix; change is correct and minimal. |
| pnpm-lock.yaml | Lockfile updated consistently: specifier, resolved version, and SHA-512 integrity hash all reflect 0.45.2; no unexpected transitive dependency changes. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["drizzle-orm 0.45.1\n⚠️ sql.identifier() / sql.as()\nnot properly escaped\n(CWE-89 SQL Injection)"] -->|"Dependabot bump"| B["drizzle-orm 0.45.2\n✅ sql.identifier() / sql.as()\nproperly escaped"]
B --> C["package.json\nspecifier: ^0.45.2"]
B --> D["pnpm-lock.yaml\nintegrity hash updated"]
C & D --> E["Safe to merge"]
Reviews (1): Last reviewed commit: "chore(deps): bump drizzle-orm from 0.45...." | Re-trigger Greptile
Coverage Report
File CoverageNo changed files found. |
|
Closing — wopr is in the platform monorepo now. |
Pull request was closed
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps drizzle-orm from 0.45.1 to 0.45.2.
Release 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Bump drizzle-orm from 0.45.1 to 0.45.2
Updates the
drizzle-ormdependency in package.json from^0.45.1to^0.45.2and refreshes the lockfile accordingly.Macroscope summarized 740a41b.