From 40b46cbe799f596760642e965bdcdd0127fb46b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 14:49:53 +0000 Subject: [PATCH] Bump hyperformula from 3.2.0 to 3.3.0 in /workbook-worker Bumps [hyperformula](https://github.com/handsontable/hyperformula) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/handsontable/hyperformula/releases) - [Changelog](https://github.com/handsontable/hyperformula/blob/master/CHANGELOG.md) - [Commits](https://github.com/handsontable/hyperformula/compare/3.2.0...3.3.0) --- updated-dependencies: - dependency-name: hyperformula dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- workbook-worker/package-lock.json | 8 ++++---- workbook-worker/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/workbook-worker/package-lock.json b/workbook-worker/package-lock.json index cb44079..7d2dcfb 100644 --- a/workbook-worker/package-lock.json +++ b/workbook-worker/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@univerjs/engine-formula": "0.21.1", "exceljs": "4.4.0", - "hyperformula": "3.2.0", + "hyperformula": "3.3.0", "xlsx": "0.18.5" }, "bin": { @@ -815,9 +815,9 @@ "license": "ISC" }, "node_modules/hyperformula": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/hyperformula/-/hyperformula-3.2.0.tgz", - "integrity": "sha512-2vzQKKVMDPLsubZJb0JJWT/DhrkgIjsWj40Z9BIUVT6Jkl/YM5VtkLOP3agCieqW9HuqnXlWc+Vi+7XzQuC1Nw==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/hyperformula/-/hyperformula-3.3.0.tgz", + "integrity": "sha512-Mkc7AxP9WQDM4xHo1/XpAwzcpMLkwMand4HO9rfRzP502TBzoR1Z96zoCzRrwXodLSVyh+MD7FvzRVALDxmRFQ==", "license": "GPL-3.0-only", "dependencies": { "chevrotain": "^6.5.0", diff --git a/workbook-worker/package.json b/workbook-worker/package.json index 6bdc272..ec486ca 100644 --- a/workbook-worker/package.json +++ b/workbook-worker/package.json @@ -15,7 +15,7 @@ "dependencies": { "@univerjs/engine-formula": "0.21.1", "exceljs": "4.4.0", - "hyperformula": "3.2.0", + "hyperformula": "3.3.0", "xlsx": "0.18.5" } }