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" } }