From 8539f559693f58a9a82e51ba5bb4f5e609404e01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 16:59:51 +0000 Subject: [PATCH] Bump hot-formula-parser from 3.0.2 to 4.0.0 in /javascript Bumps [hot-formula-parser](https://github.com/handsontable/formula-parser) from 3.0.2 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.2...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 | 47 ++++++++++++++++++++++++------------ javascript/package.json | 2 +- javascript/yarn.lock | 8 +++--- 3 files changed, 36 insertions(+), 21 deletions(-) diff --git a/javascript/package-lock.json b/javascript/package-lock.json index 5ff3feb2e..775d263e4 100644 --- a/javascript/package-lock.json +++ b/javascript/package-lock.json @@ -1,43 +1,58 @@ { "name": "javascript", "version": "1.0.0", - "lockfileVersion": 1, + "lockfileVersion": 3, "requires": true, - "dependencies": { - "@handsontable/formulajs": { + "packages": { + "": { + "version": "1.0.0", + "license": "MIT", + "dependencies": { + "hot-formula-parser": "^4.0.0", + "lodash": "^4.17.20" + } + }, + "node_modules/@handsontable/formulajs": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/@handsontable/formulajs/-/formulajs-2.0.2.tgz", "integrity": "sha512-maIyMJtYjA5e/R9nyA22Qd7Yw73MBSxClJvle0a8XWAS/5l6shc/OFpQqrmwMy4IXUCmywJ9ER0gOGz/YA720w==", - "requires": { + "dependencies": { "bessel": "^1.0.2", "jstat": "^1.9.2" + }, + "bin": { + "implementation-stats": "bin/implementation-stats" } }, - "bessel": { + "node_modules/bessel": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/bessel/-/bessel-1.0.2.tgz", - "integrity": "sha512-Al3nHGQGqDYqqinXhQzmwmcRToe/3WyBv4N8aZc5Pef8xw2neZlR9VPi84Sa23JtgWcucu18HxVZrnI0fn2etw==" + "integrity": "sha512-Al3nHGQGqDYqqinXhQzmwmcRToe/3WyBv4N8aZc5Pef8xw2neZlR9VPi84Sa23JtgWcucu18HxVZrnI0fn2etw==", + "engines": { + "node": ">=0.8" + } }, - "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==", - "requires": { - "@handsontable/formulajs": "^2.0.0", - "tiny-emitter": "^2.0.1" + "node_modules/hot-formula-parser": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/hot-formula-parser/-/hot-formula-parser-4.0.0.tgz", + "integrity": "sha512-diG1UvuQ3HxtfezVUIpvndk/bVkqZJ9Rfv10MdVF7pJEj8P2Jd4iCZSMJCN3lDhnLegaVlfSYSA6+szYNFQUKg==", + "license": "MIT", + "dependencies": { + "@handsontable/formulajs": "^2.0.2", + "tiny-emitter": "^2.1.0" } }, - "jstat": { + "node_modules/jstat": { "version": "1.9.3", "resolved": "https://registry.npmjs.org/jstat/-/jstat-1.9.3.tgz", "integrity": "sha512-/2JL4Xv6xfhN2+AEKQGTYr1LZTmBCR/5fHxJVvb9zWNsmKZfKrl3wYYK8SD/Z8kXkf+ZSusfumLZ4wDTHrWujA==" }, - "lodash": { + "node_modules/lodash": { "version": "4.17.20", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" }, - "tiny-emitter": { + "node_modules/tiny-emitter": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.1.0.tgz", "integrity": "sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==" 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"