From 226ecb7e385ef14e7980dfbd97bb8ed62990dc31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 14:32:50 +0000 Subject: [PATCH] meta: bump the orama group with 2 updates Bumps the orama group with 2 updates: [@orama/orama](https://github.com/oramasearch/orama) and @orama/plugin-data-persistence. Updates `@orama/orama` from 3.1.6 to 3.1.7 - [Release notes](https://github.com/oramasearch/orama/releases) - [Commits](https://github.com/oramasearch/orama/compare/v3.1.6...v3.1.7) Updates `@orama/plugin-data-persistence` from 3.1.6 to 3.1.7 --- updated-dependencies: - dependency-name: "@orama/orama" dependency-version: 3.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: orama - dependency-name: "@orama/plugin-data-persistence" dependency-version: 3.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: orama ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5b308f49..3a963d1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "@actions/core": "^1.11.1", "@clack/prompts": "^0.11.0", "@node-core/rehype-shiki": "1.0.1-1815fa769361b836fa52cfab9c5bd4991f571c95", - "@orama/orama": "^3.1.6", - "@orama/plugin-data-persistence": "^3.1.6", + "@orama/orama": "^3.1.7", + "@orama/plugin-data-persistence": "^3.1.7", "acorn": "^8.14.1", "commander": "^13.1.0", "dedent": "^1.6.0", @@ -643,22 +643,22 @@ } }, "node_modules/@orama/orama": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/@orama/orama/-/orama-3.1.6.tgz", - "integrity": "sha512-qtSrqCqRU93SjEBedz987tvWao1YQSELjBhGkHYGVP7Dg0lBWP6d+uZEIt5gxTAYio/YWWlhivmRABvRfPLmnQ==", + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/@orama/orama/-/orama-3.1.7.tgz", + "integrity": "sha512-6yB0117ZjsgNevZw3LP+bkrZa9mU/POPVaXgzMPOBbBc35w2P3R+1vMMhEfC06kYCpd5bf0jodBaTkYQW5TVeQ==", "license": "Apache-2.0", "engines": { - "node": ">= 16.0.0" + "node": ">= 20.0.0" } }, "node_modules/@orama/plugin-data-persistence": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/@orama/plugin-data-persistence/-/plugin-data-persistence-3.1.6.tgz", - "integrity": "sha512-6he5bwPZUzC7D7WSaLg3kdIRjk/DsedpnJQDPuiDBL+TYBD9heBVZx19C9aypys7vojFj+3t0brHhccoM0vReA==", + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/@orama/plugin-data-persistence/-/plugin-data-persistence-3.1.7.tgz", + "integrity": "sha512-Q/hPX6Na3l4plIAYb57PfkgWQ3pInOFd3Yg2rus4dSURcsAc8EZJTRzYIf7o7ywRn5Zt/lXNaJH3HQfql1AenA==", "license": "Apache-2.0", "dependencies": { "@msgpack/msgpack": "^2.7.2", - "@orama/orama": "3.1.6", + "@orama/orama": "3.1.7", "dpack": "^0.6.22" } }, diff --git a/package.json b/package.json index 44f486be..041c5bf9 100644 --- a/package.json +++ b/package.json @@ -41,8 +41,8 @@ "@actions/core": "^1.11.1", "@clack/prompts": "^0.11.0", "@node-core/rehype-shiki": "1.0.1-1815fa769361b836fa52cfab9c5bd4991f571c95", - "@orama/orama": "^3.1.6", - "@orama/plugin-data-persistence": "^3.1.6", + "@orama/orama": "^3.1.7", + "@orama/plugin-data-persistence": "^3.1.7", "acorn": "^8.14.1", "commander": "^13.1.0", "dedent": "^1.6.0",