From ccdea582b8c5ea36cd52f0615c171cbb2f58628f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 17:51:55 +0000 Subject: [PATCH] Bump @univerjs/engine-formula from 0.21.1 to 0.23.0 in /workbook-worker Bumps [@univerjs/engine-formula](https://github.com/dream-num/univer) from 0.21.1 to 0.23.0. - [Release notes](https://github.com/dream-num/univer/releases) - [Changelog](https://github.com/dream-num/univer/blob/dev/CHANGELOG.md) - [Commits](https://github.com/dream-num/univer/compare/v0.21.1...v0.23.0) --- updated-dependencies: - dependency-name: "@univerjs/engine-formula" dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- workbook-worker/package-lock.json | 83 +++++++++++++++---------------- workbook-worker/package.json | 2 +- 2 files changed, 42 insertions(+), 43 deletions(-) diff --git a/workbook-worker/package-lock.json b/workbook-worker/package-lock.json index cb44079..a56ed24 100644 --- a/workbook-worker/package-lock.json +++ b/workbook-worker/package-lock.json @@ -8,7 +8,7 @@ "name": "finance-ai-workbook-worker", "version": "0.1.0", "dependencies": { - "@univerjs/engine-formula": "0.21.1", + "@univerjs/engine-formula": "0.23.0", "exceljs": "4.4.0", "hyperformula": "3.2.0", "xlsx": "0.18.5" @@ -66,14 +66,14 @@ } }, "node_modules/@grpc/proto-loader": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.8.0.tgz", - "integrity": "sha512-rc1hOQtjIWGxcxpb9aHAfLpIctjEnsDehj0DAiVfBlmT84uvR0uUtN2hEi/ecvWVjXUGf5qPF4qEgiLOx1YIMQ==", + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.8.1.tgz", + "integrity": "sha512-wtF6h+DY6M3YaDBPAmvuuA6jV8Sif9MjtOI5euKFWRgCDl5PeDpPsHR9u2l6St5ceY8AZgoNDww5+HvEsXFsGg==", "license": "Apache-2.0", "dependencies": { "lodash.camelcase": "^4.3.0", "long": "^5.0.0", - "protobufjs": "^7.5.3", + "protobufjs": "^7.5.5", "yargs": "^17.7.2" }, "bin": { @@ -118,13 +118,12 @@ "license": "BSD-3-Clause" }, "node_modules/@protobufjs/fetch": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz", - "integrity": "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.1.tgz", + "integrity": "sha512-GpptLrs57adMSuHi3VNj0mAF8dwh36LMaYF6XyJ6JMWlVsc+t42tm1HSEDmOs3A8fC9yyeisgLhsTVQokOZ0zw==", "license": "BSD-3-Clause", "dependencies": { - "@protobufjs/aspromise": "^1.1.1", - "@protobufjs/inquire": "^1.1.0" + "@protobufjs/aspromise": "^1.1.1" } }, "node_modules/@protobufjs/float": { @@ -134,9 +133,9 @@ "license": "BSD-3-Clause" }, "node_modules/@protobufjs/inquire": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.1.tgz", - "integrity": "sha512-mnzgDV26ueAvk7rsbt9L7bE0SuAoqyuys/sMMrmVcN5x9VsxpcG3rqAUSgDyLp0UZlmNfIbQ4fHfCtreVBk8Ew==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.2.tgz", + "integrity": "sha512-pa0vFRuws4wkvaXKK1uXZMAwAX4/t8ANaJo45iw/oQHNQ9q5xUzwgFmVJGXiga2BeN+zpX7Vf9vmsiIa2J+MUw==", "license": "BSD-3-Clause" }, "node_modules/@protobufjs/path": { @@ -164,19 +163,19 @@ "license": "MIT" }, "node_modules/@univerjs/core": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/@univerjs/core/-/core-0.21.1.tgz", - "integrity": "sha512-gZ05GCNKOC1XhYVzGL4tcGMyTWNpt/xpknzbdK6uBB7YIx36WR7otuLcqlImQVfvQbr1ri/n/cKdGbaArNikzg==", + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@univerjs/core/-/core-0.23.0.tgz", + "integrity": "sha512-ABlkgwRQNTN5ffot4qTRYC1o4iOCiTUGyjRh1H5JCUNJt8gjlmSP1b+A//SBYaIyYGM4kyjqqTPJmcqfmaaJGA==", "license": "Apache-2.0", "dependencies": { - "@univerjs/protocol": "0.21.1", - "@univerjs/themes": "0.21.1", + "@univerjs/protocol": "0.23.0", + "@univerjs/themes": "0.23.0", "@wendellhu/redi": "1.1.1", "async-lock": "^1.4.1", "fast-diff": "1.3.0", "kdbush": "^4.0.2", "lodash-es": "^4.18.1", - "nanoid": "5.1.9", + "nanoid": "5.1.11", "numfmt": "3.2.6", "ot-json1": "^1.0.2", "rbush": "^4.0.1" @@ -190,14 +189,14 @@ } }, "node_modules/@univerjs/engine-formula": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/@univerjs/engine-formula/-/engine-formula-0.21.1.tgz", - "integrity": "sha512-TrLGhjbKNmknQbMzinuumkoMfMMCT395LMzMUlPNdvEL+No9RMbNXUeQu1+1Qg08sOOD02rs8eq3c9GYZkHxeQ==", + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@univerjs/engine-formula/-/engine-formula-0.23.0.tgz", + "integrity": "sha512-6Ij09CvY4qRrsqKElVbRl92FPky0MZKkpLUv/N9iZbJYtqDS7iUe8ePI+3G53uB40i8bBqsH/gq0FGsO8FsfMA==", "license": "Apache-2.0", "dependencies": { "@flatten-js/interval-tree": "1.1.3", - "@univerjs/core": "0.21.1", - "@univerjs/rpc": "0.21.1", + "@univerjs/core": "0.23.0", + "@univerjs/rpc": "0.23.0", "decimal.js": "^10.6.0" }, "funding": { @@ -209,9 +208,9 @@ } }, "node_modules/@univerjs/protocol": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/@univerjs/protocol/-/protocol-0.21.1.tgz", - "integrity": "sha512-Tl+AxA7a7LoZ1EHYM1vjdnbPm+ASbYM7mxrylrfJQv5H01gHmTyJU2QzKoQjD9PHyZCmyrRN0zh1qn3yhDOy9Q==", + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@univerjs/protocol/-/protocol-0.23.0.tgz", + "integrity": "sha512-VjiRIjKAxuNkApqcu5S0E6V30uDm3d0ULlPODPiVDJIPhIcxaszx8jZKXbLUXo9gfYQqz4Z5OXlo87G/5gQ0Mg==", "license": "Apache-2.0", "dependencies": { "@grpc/grpc-js": "^1.14.3" @@ -222,12 +221,12 @@ } }, "node_modules/@univerjs/rpc": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/@univerjs/rpc/-/rpc-0.21.1.tgz", - "integrity": "sha512-6MkCf9JeQeoAN/bn544qR8VV5U2yppIy/M8U9n1o4+uhGyI4AbrGAqOjvsV/plnMBWoM+e/lwAyixZ0EUeYzHw==", + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@univerjs/rpc/-/rpc-0.23.0.tgz", + "integrity": "sha512-nLQn47ATSlvGSl6jp4kD/dZc7PnuMrrWODa5AqkqdX8Hbv5hIbvyT+PCfDU444Q03F7zgGTDkxWy5Pw1Usgqgw==", "license": "Apache-2.0", "dependencies": { - "@univerjs/core": "0.21.1" + "@univerjs/core": "0.23.0" }, "funding": { "type": "opencollective", @@ -238,9 +237,9 @@ } }, "node_modules/@univerjs/themes": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/@univerjs/themes/-/themes-0.21.1.tgz", - "integrity": "sha512-cGDqfjgeYMm1rQeyb7rsw/KhCGHFIOHAqL/ZYPtGU7zNMK7Ft5rhPZv9ejBhzh9BxOjHxm8AUXdAapndE9vA3A==", + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@univerjs/themes/-/themes-0.23.0.tgz", + "integrity": "sha512-RzQR3PVQG3HZVGUC+6OzEzVMseP6jN2BXeJ6aqaVBTAotaCfHTF6uN4kLn3NqSu0s2liCGqSG7X/JAwwVRWi6g==", "license": "Apache-2.0", "funding": { "type": "opencollective", @@ -1118,9 +1117,9 @@ } }, "node_modules/nanoid": { - "version": "5.1.9", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.9.tgz", - "integrity": "sha512-ZUvP7KeBLe3OZ1ypw6dI/TzYJuvHP77IM4Ry73waSQTLn8/g8rpdjfyVAh7t1/+FjBtG4lCP42MEbDxOsRpBMw==", + "version": "5.1.11", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.11.tgz", + "integrity": "sha512-v+KEsUv2ps74PaSKv0gHTxTCgMXOIfBEbaqa6w6ISIGC7ZsvHN4N9oJ8d4cmf0n5oTzQz2SLmThbQWhjd/8eKg==", "funding": [ { "type": "github", @@ -1199,9 +1198,9 @@ "license": "MIT" }, "node_modules/protobufjs": { - "version": "7.5.6", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.6.tgz", - "integrity": "sha512-M71sTMB146U3u0di3yup8iM+zv8yPRNQVr1KK4tyBitl3qFvEGucq/rGDRShD2rsJhtN02RJaJ7j5X5hmy8SJg==", + "version": "7.5.9", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.9.tgz", + "integrity": "sha512-Od4muIm3HW1AouyHF5lONOf1FWo3hY1NbFDoy191X9GzhpgW1clCoaFjfVs2rKJNFYpTNJbje4cbAIDBZJ63ZA==", "hasInstallScript": true, "license": "BSD-3-Clause", "dependencies": { @@ -1209,9 +1208,9 @@ "@protobufjs/base64": "^1.1.2", "@protobufjs/codegen": "^2.0.5", "@protobufjs/eventemitter": "^1.1.0", - "@protobufjs/fetch": "^1.1.0", + "@protobufjs/fetch": "^1.1.1", "@protobufjs/float": "^1.0.2", - "@protobufjs/inquire": "^1.1.1", + "@protobufjs/inquire": "^1.1.2", "@protobufjs/path": "^1.1.2", "@protobufjs/pool": "^1.1.0", "@protobufjs/utf8": "^1.1.1", diff --git a/workbook-worker/package.json b/workbook-worker/package.json index 6bdc272..5fee356 100644 --- a/workbook-worker/package.json +++ b/workbook-worker/package.json @@ -13,7 +13,7 @@ "smoke": "node src/cli.mjs --help" }, "dependencies": { - "@univerjs/engine-formula": "0.21.1", + "@univerjs/engine-formula": "0.23.0", "exceljs": "4.4.0", "hyperformula": "3.2.0", "xlsx": "0.18.5"