Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Release notes

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

v3.1.14

What's Changed

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

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 } }
        ]
</tr></table> 

... (truncated)

Commits
  • d31b19b chore: updates version for release
  • 72524ec fix: vector.property access in plugin embeddings (#982)
  • f837551 Update stopwords docs URL (#980)
  • 62debb6 Update answer engine docs link (#981)
  • f3b8579 fix: #834, Embeddings included in Memory index OR serialized JSON index (#977)
  • 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)
  • 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.14 in both package.json and bun.lock files

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

---
updated-dependencies:
- dependency-name: "@orama/plugin-secure-proxy"
  dependency-version: 3.1.14
  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 17, 2025
@github-actions

Copy link
Copy Markdown

Bug Report

File Description
bun.lock Trailing comma in JSON object at line 36 which is a syntax error. The comma after 'zod': '^3.25.51' should be removed.
bun.lock Trailing comma in JSON object at line 46 which is a syntax error. The comma after 'lefthook': '^1.11.13' should be removed.

@dependabot @github

dependabot Bot commented on behalf of github Oct 10, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #159.

@dependabot dependabot Bot closed this Oct 10, 2025
@dependabot
dependabot Bot deleted the dependabot/bun/orama/plugin-secure-proxy-3.1.14 branch October 10, 2025 14:21
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