From 1129863dc41d1acc79b3f9aa16d45652a8009453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 00:30:29 +0000 Subject: [PATCH] Bump rollup from 2.79.2 to 2.80.0 Bumps [rollup](https://github.com/rollup/rollup) from 2.79.2 to 2.80.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/v2.80.0/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.79.2...v2.80.0) --- updated-dependencies: - dependency-name: rollup dependency-version: 2.80.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f51f878..7c5d732 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3069,6 +3069,25 @@ "add-peers": "bin/add-peers" } }, + "node_modules/@themost/query": { + "version": "2.14.17", + "resolved": "https://registry.npmjs.org/@themost/query/-/query-2.14.17.tgz", + "integrity": "sha512-YVFGVHIExAoDIuIGIBhMuLtrSEA6EOQFH8JGaGbVv7IzuYbLsgAoKdErBmMjVMZuFmXpWt26AfJ/8/43U3tZiA==", + "dev": true, + "license": "BSD-3-Clause", + "peer": true, + "dependencies": { + "@themost/events": "^1.5.0", + "@themost/json": "^1.1.0", + "async": "^3.2.3", + "esprima": "^4.0.0", + "lodash": "^4.17.21", + "sprintf-js": "^1.1.2" + }, + "engines": { + "node": ">=8.4.0" + } + }, "node_modules/@themost/sqlite": { "version": "2.11.0", "resolved": "https://registry.npmjs.org/@themost/sqlite/-/sqlite-2.11.0.tgz", @@ -8758,10 +8777,11 @@ } }, "node_modules/rollup": { - "version": "2.79.2", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.2.tgz", - "integrity": "sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==", + "version": "2.80.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.80.0.tgz", + "integrity": "sha512-cIFJOD1DESzpjOBl763Kp1AH7UE/0fcdHe6rZXUdQ9c50uvgigvW97u3IcSeBwOkgqL/PXPBktBCh0KEu5L8XQ==", "dev": true, + "license": "MIT", "bin": { "rollup": "dist/bin/rollup" },