From 1992e7e323089709b5ef5887414106f9aac212db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 02:51:43 +0000 Subject: [PATCH] Bump lodash from 4.17.20 to 4.18.1 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 43 +++++++++++++++++++++++++++++-------------- package.json | 2 +- 2 files changed, 30 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5ff3feb..6fc0d53 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.0", + "lodash": "^4.18.1" + } + }, + "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": { + "node_modules/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": { + "dependencies": { "@handsontable/formulajs": "^2.0.0", "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": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" + "node_modules/lodash": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", + "license": "MIT" }, - "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..3309277 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,6 @@ "license": "MIT", "dependencies": { "hot-formula-parser": "^3.0.0", - "lodash": "^4.17.20" + "lodash": "^4.18.1" } }