From d97f7788696200432a802993df29f7a19f417c9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 23:57:09 +0000 Subject: [PATCH] chore(deps): bump lodash and lodash-contrib Bumps [lodash](https://github.com/lodash/lodash) and [lodash-contrib](https://github.com/node4good/lodash-contrib). These dependencies needed to be updated together. Updates `lodash` from 4.17.21 to 4.17.23 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23) Updates `lodash-contrib` from 4.1200.1 to 31001.1.0 - [Commits](https://github.com/node4good/lodash-contrib/compare/v4.1200.1...v31001.1.0) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: direct:production - dependency-name: lodash-contrib dependency-version: 31001.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 109 ++++++---------------------------------------- package.json | 6 +-- 2 files changed, 16 insertions(+), 99 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2ec74d937..3f3cd095b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,8 +27,8 @@ "jest-junit": "^12.0.0", "jointjs": "^3.1.1", "js-yaml-loader": "^1.2.2", - "lodash": "^4.17.21", - "lodash-contrib": "^4.1200.1", + "lodash": "^4.17.23", + "lodash-contrib": "^31001.1.0", "luxon": "^1.21.1", "mocha-junit-reporter": "^2.0.0", "mustache": "^3.2.1", @@ -88,7 +88,7 @@ "stylelint-scss": "4.4.0", "vue-color": "^2.7.1", "vue-jest": "^3.0.5", - "vue-loader": "latest", + "vue-loader": "*", "vue-template-compiler": "^2.6.12", "webpack-bundle-analyzer": "^3.6.0", "yargs": "^14.2.3" @@ -106,7 +106,6 @@ "bpmn-moddle": "^6.0.0", "i18next": "^15.0.8", "jointjs": "^3.1.1", - "lodash": "^4.17.21", "luxon": "^1.21.1", "vue": "^2.6.12", "vue-color": "^2.7.1" @@ -15023,14 +15022,6 @@ "node": ">=4.x" } }, - "node_modules/growly": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz", - "integrity": "sha512-+xGQY0YyAWCnqy7Cd++hc2JqMYzlm0dG30Jd0beaA64sROr8C4nt8Yc9V5Ro3avlSUDTN0ulqP/VBKi1/lLygw==", - "dev": true, - "optional": true, - "peer": true - }, "node_modules/gzip-size": { "version": "5.1.1", "dev": true, @@ -21333,18 +21324,24 @@ } }, "node_modules/lodash": { - "version": "4.17.21", + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", "license": "MIT" }, "node_modules/lodash-contrib": { - "version": "4.1200.1", + "version": "31001.1.0", + "resolved": "https://registry.npmjs.org/lodash-contrib/-/lodash-contrib-31001.1.0.tgz", + "integrity": "sha512-JYbDMKnTS7RvQbugOpLgzCJHAqMDcEFTHKCNUtypmm/Vv2aUalTLTSswPLAr+Aoy68oCzKGvYTbt+OFbb5hPnA==", "license": "MIT", "dependencies": { - "lodash": "4.12.x" + "lodash": "3.10.1" } }, "node_modules/lodash-contrib/node_modules/lodash": { - "version": "4.12.0", + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", + "integrity": "sha512-9mDDwqVIma6OZX79ZlDACZl8sBm0TEnkf99zV3iMA4GzkIT/9hiqP5mY0HoT1iNLCrKc/R1HByV+yJfRWVJryQ==", "license": "MIT" }, "node_modules/lodash.debounce": { @@ -22538,78 +22535,6 @@ "version": "0.4.0", "license": "MIT" }, - "node_modules/node-notifier": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-10.0.1.tgz", - "integrity": "sha512-YX7TSyDukOZ0g+gmzjB6abKu+hTGvO8+8+gIFDsRCU2t8fLV/P2unmt+LGFaIa4y64aX98Qksa97rgz4vMNeLQ==", - "dev": true, - "optional": true, - "peer": true, - "dependencies": { - "growly": "^1.3.0", - "is-wsl": "^2.2.0", - "semver": "^7.3.5", - "shellwords": "^0.1.1", - "uuid": "^8.3.2", - "which": "^2.0.2" - } - }, - "node_modules/node-notifier/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "optional": true, - "peer": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/node-notifier/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", - "dev": true, - "optional": true, - "peer": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/node-notifier/node_modules/which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dev": true, - "optional": true, - "peer": true, - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/node-notifier/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true, - "optional": true, - "peer": true - }, "node_modules/node-preload": { "version": "0.2.1", "dev": true, @@ -25379,14 +25304,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/shellwords": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz", - "integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==", - "dev": true, - "optional": true, - "peer": true - }, "node_modules/side-channel": { "version": "1.0.4", "license": "MIT", diff --git a/package.json b/package.json index d43679b59..a0ec9b3f8 100644 --- a/package.json +++ b/package.json @@ -56,8 +56,8 @@ "jest-junit": "^12.0.0", "jointjs": "^3.1.1", "js-yaml-loader": "^1.2.2", - "lodash": "^4.17.21", - "lodash-contrib": "^4.1200.1", + "lodash": "^4.17.23", + "lodash-contrib": "^31001.1.0", "luxon": "^1.21.1", "mocha-junit-reporter": "^2.0.0", "mustache": "^3.2.1", @@ -131,7 +131,7 @@ "bpmn-moddle": "^6.0.0", "i18next": "^15.0.8", "jointjs": "^3.1.1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "luxon": "^1.21.1", "vue": "^2.6.12", "vue-color": "^2.7.1"