chore(deps): bump @adonisjs/lucid from 21.8.0 to 21.8.2 by dependabot[bot] · Pull Request #53 · LibreTexts/learning-analytics
Bumps @adonisjs/lucid from 21.8.0 to 21.8.2.
Release notes
Sourced from @adonisjs/lucid's releases.
Prevent mass assignment vulnerability
Security update for CVE-2026-22814.
This release fixes a mass assignment vulnerability in Lucid that could allow user input to override internal ORM state properties.
The issue was caused by relying on
hasOwnPropertychecks during model assignments, which unintentionally allowed setting internal properties like$attributes,$original, or$isPersistedwhen passing untrusted input to methods such asfill,merge, orcreate.Applications that already properly validate and whitelist input data before passing it to Lucid models are not affected.
Support VineJS v4
21.8.1 (2025-10-31)
Bug Fixes
What's Changed
- fix: nullable relation types by
@aadamcikin adonisjs/lucid#1130Full Changelog: adonisjs/lucid@v21.8.0...v21.8.1
Commits
ac24b2achore(release): 21.8.26e8a217chore: update node version to 24 for release workflowfff9b46fix(orm): guard internal state in $consumeAdapterResult93c26b1style: format with latest prettier release3416518chore: update dependenciesb007b12fix(orm): guard internal state in merge64e325dchore(release): 21.8.166a88f3chore: add support for vinejs 49de4c6dchore: update dependenciesa4e44c9fix: nullable relation types (#1130)- See full diff in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @adonisjs/lucid since your current version.
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)
You can disable automated security fix PRs for this repo from the Security Alerts page.