From 6041f770bc626c6247e55b8910b6bd8eb6d7ef83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 02:51:47 +0000 Subject: [PATCH] Bump hot-formula-parser from 3.0.0 to 3.0.1 Bumps [hot-formula-parser](https://github.com/handsontable/formula-parser) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/handsontable/formula-parser/releases) - [Commits](https://github.com/handsontable/formula-parser/compare/3.0.0...3.0.1) --- updated-dependencies: - dependency-name: hot-formula-parser dependency-version: 3.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 45 ++++++++++++++++++++++++++++++--------------- package.json | 2 +- 2 files changed, 31 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5ff3feb..71a1f24 100644 --- a/package-lock.json +++ b/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": "^3.0.1", + "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", + "node_modules/hot-formula-parser": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/hot-formula-parser/-/hot-formula-parser-3.0.1.tgz", + "integrity": "sha512-QhYPVlVh/GF/hHtBp+MwgDp5kpgrrjeJi3d3/GxTWtqwLBOOM4KlZT/YWcsfZj5JE68MNvFgj3ZzYpkGyvGtwA==", + "license": "MIT", + "dependencies": { + "@handsontable/formulajs": "^2.0.1", "tiny-emitter": "^2.0.1" } }, - "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/package.json b/package.json index 6c78dc8..1b5245f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "index.js", "license": "MIT", "dependencies": { - "hot-formula-parser": "^3.0.0", + "hot-formula-parser": "^3.0.1", "lodash": "^4.17.20" } }