From ac511c2f9e845fc04edfd38548c1a36553d13695 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 16:14:49 +0000 Subject: [PATCH] chore(deps): bump hyperformula Bumps the prod-minor-patch group with 1 update in the / directory: [hyperformula](https://github.com/handsontable/hyperformula). Updates `hyperformula` from 3.3.0 to 3.4.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.3.0...3.4.0) --- updated-dependencies: - dependency-name: hyperformula dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-minor-patch ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 10 +++++----- ui/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3e9ff8e5..e7c5ca26 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -112,8 +112,8 @@ importers: specifier: ^29.0.3 version: 29.0.3(rollup@4.59.0) hyperformula: - specifier: ^3.3.0 - version: 3.3.0 + specifier: ^3.4.0 + version: 3.4.0 devDependencies: '@samtv12345/etherpad-webcomponents': specifier: 0.0.13 @@ -965,8 +965,8 @@ packages: graceful-fs@4.2.11: resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} - hyperformula@3.3.0: - resolution: {integrity: sha512-Mkc7AxP9WQDM4xHo1/XpAwzcpMLkwMand4HO9rfRzP502TBzoR1Z96zoCzRrwXodLSVyh+MD7FvzRVALDxmRFQ==} + hyperformula@3.4.0: + resolution: {integrity: sha512-w1N11JWfdHedHpNoSgYBd3Mz7e1yr1BEQ+g4GFJbLv+qlYVXyC4I8xy1mSwj13FhcoDBGNU5yxPCdXB6vwaYaA==} is-reference@1.2.1: resolution: {integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==} @@ -1939,7 +1939,7 @@ snapshots: graceful-fs@4.2.11: {} - hyperformula@3.3.0: + hyperformula@3.4.0: dependencies: chevrotain: 6.5.0 tiny-emitter: 2.1.0 diff --git a/ui/package.json b/ui/package.json index 4ed0ffc9..ca0ea2fb 100644 --- a/ui/package.json +++ b/ui/package.json @@ -19,6 +19,6 @@ }, "dependencies": { "@rollup/plugin-commonjs": "^29.0.3", - "hyperformula": "^3.3.0" + "hyperformula": "^3.4.0" } }