Skip to content

chore(deps): bump @orama/plugin-secure-proxy from 3.1.6 to 3.1.13 - #153

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/orama/plugin-secure-proxy-3.1.13
Closed

chore(deps): bump @orama/plugin-secure-proxy from 3.1.6 to 3.1.13#153
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/orama/plugin-secure-proxy-3.1.13

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 5, 2025

Copy link
Copy Markdown
Contributor

Bumps @orama/plugin-secure-proxy from 3.1.6 to 3.1.13.

Release notes

Sourced from @​orama/plugin-secure-proxy's releases.

v3.1.13

What's Changed

Full Changelog: oramasearch/orama@v3.1.12...v3.1.13

v3.1.12

What's Changed

Full Changelog: oramasearch/orama@v3.1.11...v3.1.12

v3.1.11

What's Changed

const results = search(db, {
  term: "phone",
  where: {
    or: [
      {
        and: [
          { category: "electronics" },
          { price: { lt: 100 } }
        ]
      },
      {
        and: [
          { not: { brand: "random-brand" } },
          { price: { lt: 150 } }
        ]
      }
    ]
  }
})

... (truncated)

Commits
  • 258deed chore: updates version for release
  • 64f0d20 fix: #851 512MB seems to be the max supported file size for disk persistence ...
  • e535eac fix: #843 loadRadixNode encountered type error when using @​orama/plug… (#974)
  • c24cb81 performance: improves avl tree traversal and fixes #895 (#973)
  • c0755a4 docs: updates docs url to new documentation (#972)
  • ed0ece5 fix: #860 unhandled error when using a wrong property for vector search (#971)
  • 7bfc3f5 feat: adds seqproto serialization format for disk persistence (#969)
  • e13759a Revert "adds tokenizers input to build"
  • a8c7317 Revert "feat: introduces bm25f"
  • 91c69fa feat: introduces bm25f
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary

Category Description
enhance Update @orama/plugin-secure-proxy dependency from version 3.1.6 to 3.1.13 in both bun.lock and package.json files

Bumps [@orama/plugin-secure-proxy](https://github.com/oramasearch/orama) from 3.1.6 to 3.1.13.
- [Release notes](https://github.com/oramasearch/orama/releases)
- [Commits](oramasearch/orama@v3.1.6...v3.1.13)

---
updated-dependencies:
- dependency-name: "@orama/plugin-secure-proxy"
  dependency-version: 3.1.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 5, 2025
@github-actions

github-actions Bot commented Sep 5, 2025

Copy link
Copy Markdown

Bug Report

File Description
bun.lock Dependency upgrade from @orama/plugin-secure-proxy@3.1.6 to @orama/plugin-secure-proxy@3.1.13 indicates a security vulnerability fix in the older version that has been patched in the newer version.

@dependabot @github

dependabot Bot commented on behalf of github Sep 17, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #155.

@dependabot dependabot Bot closed this Sep 17, 2025
@dependabot
dependabot Bot deleted the dependabot/bun/orama/plugin-secure-proxy-3.1.13 branch September 17, 2025 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants