From 33ffd6dcd4b557eee36fc60a0d788e1b0d2e81f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:33:34 +0000 Subject: [PATCH] Bump hot-formula-parser from 3.0.0 to 4.0.0 in /javascript Bumps [hot-formula-parser](https://github.com/handsontable/formula-parser) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/handsontable/formula-parser/releases) - [Changelog](https://github.com/handsontable/formula-parser/blob/develop/.release.json) - [Commits](https://github.com/handsontable/formula-parser/compare/3.0.0...4.0.0) --- updated-dependencies: - dependency-name: hot-formula-parser dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- javascript/package-lock.json | 16 ++++++++-------- javascript/package.json | 2 +- javascript/yarn.lock | 8 ++++---- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/javascript/package-lock.json b/javascript/package-lock.json index 5ff3feb2e..f575b662a 100644 --- a/javascript/package-lock.json +++ b/javascript/package-lock.json @@ -19,18 +19,18 @@ "integrity": "sha512-Al3nHGQGqDYqqinXhQzmwmcRToe/3WyBv4N8aZc5Pef8xw2neZlR9VPi84Sa23JtgWcucu18HxVZrnI0fn2etw==" }, "hot-formula-parser": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/hot-formula-parser/-/hot-formula-parser-3.0.0.tgz", - "integrity": "sha512-CHLTrsrv29it5XPcHalNO8ClcJGHefwf599MePlG5dYzxxtbPqx/qt8CkrqvxQeNA5XtkAUcxU62OFv0z2L49A==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/hot-formula-parser/-/hot-formula-parser-4.0.0.tgz", + "integrity": "sha512-diG1UvuQ3HxtfezVUIpvndk/bVkqZJ9Rfv10MdVF7pJEj8P2Jd4iCZSMJCN3lDhnLegaVlfSYSA6+szYNFQUKg==", "requires": { - "@handsontable/formulajs": "^2.0.0", - "tiny-emitter": "^2.0.1" + "@handsontable/formulajs": "^2.0.2", + "tiny-emitter": "^2.1.0" } }, "jstat": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/jstat/-/jstat-1.9.3.tgz", - "integrity": "sha512-/2JL4Xv6xfhN2+AEKQGTYr1LZTmBCR/5fHxJVvb9zWNsmKZfKrl3wYYK8SD/Z8kXkf+ZSusfumLZ4wDTHrWujA==" + "version": "1.9.6", + "resolved": "https://registry.npmjs.org/jstat/-/jstat-1.9.6.tgz", + "integrity": "sha512-rPBkJbK2TnA8pzs93QcDDPlKcrtZWuuCo2dVR0TFLOJSxhqfWOVCSp8aV3/oSbn+4uY4yw1URtLpHQedtmXfug==" }, "lodash": { "version": "4.17.20", diff --git a/javascript/package.json b/javascript/package.json index 6c78dc8fb..ed51f9722 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -4,7 +4,7 @@ "main": "index.js", "license": "MIT", "dependencies": { - "hot-formula-parser": "^3.0.0", + "hot-formula-parser": "^4.0.0", "lodash": "^4.17.20" } } diff --git a/javascript/yarn.lock b/javascript/yarn.lock index fd3e47b73..895fb7570 100644 --- a/javascript/yarn.lock +++ b/javascript/yarn.lock @@ -15,10 +15,10 @@ bessel@^1.0.2: resolved "https://registry.yarnpkg.com/bessel/-/bessel-1.0.2.tgz#828812291e0b62e94959cdea43fac186e8a7202d" integrity sha512-Al3nHGQGqDYqqinXhQzmwmcRToe/3WyBv4N8aZc5Pef8xw2neZlR9VPi84Sa23JtgWcucu18HxVZrnI0fn2etw== -hot-formula-parser@^3.0.0: - version "3.0.2" - resolved "https://registry.yarnpkg.com/hot-formula-parser/-/hot-formula-parser-3.0.2.tgz#d71f03a4ef43ba3074bde383a0e36202b5b64116" - integrity sha512-W/Dj/UbIyuViMIQOQD6tUEVySl7jd6ei+gfWslTiRqa4yRhkyHnIz8N4oLnqgDRhhVAQIcFF5NfNz49k4X8IxQ== +hot-formula-parser@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/hot-formula-parser/-/hot-formula-parser-4.0.0.tgz#b406bdc7ed30d855b7bcbe01d9dc2ee954c28e56" + integrity sha512-diG1UvuQ3HxtfezVUIpvndk/bVkqZJ9Rfv10MdVF7pJEj8P2Jd4iCZSMJCN3lDhnLegaVlfSYSA6+szYNFQUKg== dependencies: "@handsontable/formulajs" "^2.0.2" tiny-emitter "^2.1.0"