chore (deps): bump lodash, grunt-legacy-log and grunt-legacy-util

Bumps [lodash](https://github.com/lodash/lodash), [grunt-legacy-log](https://github.com/gruntjs/grunt-legacy-log) and [grunt-legacy-util](https://github.com/gruntjs/grunt-legacy-util). These dependencies needed to be updated together.

Updates `lodash` from 4.17.23 to 4.18.1
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1)

Updates `grunt-legacy-log` from 3.0.0 to 3.0.1
- [Changelog](https://github.com/gruntjs/grunt-legacy-log/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gruntjs/grunt-legacy-log/compare/v3.0.0...v3.0.1)

Updates `grunt-legacy-util` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/gruntjs/grunt-legacy-util/releases)
- [Changelog](https://github.com/gruntjs/grunt-legacy-util/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gruntjs/grunt-legacy-util/compare/v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.18.1
  dependency-type: indirect
- dependency-name: grunt-legacy-log
  dependency-version: 3.0.1
  dependency-type: indirect
- dependency-name: grunt-legacy-util
  dependency-version: 2.0.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-04-17 11:43:30 +00:00 committed by GitHub
parent 4675a7dabe
commit 71875a1610
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

44
package-lock.json generated
View File

@ -9148,6 +9148,16 @@
"node": ">= 0.8.0" "node": ">= 0.8.0"
} }
}, },
"node_modules/exit-x": {
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/exit-x/-/exit-x-0.2.2.tgz",
"integrity": "sha512-+I6B/IkJc1o/2tiURyz/ivu/O0nKNEArIUB5O7zBrlDVJr22SCLH3xTeEry428LvFhRzIA1g8izguxJ/gbNcVQ==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/expand-tilde": { "node_modules/expand-tilde": {
"version": "2.0.2", "version": "2.0.2",
"resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz",
@ -10430,16 +10440,16 @@
} }
}, },
"node_modules/grunt-legacy-log": { "node_modules/grunt-legacy-log": {
"version": "3.0.0", "version": "3.0.1",
"resolved": "https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-3.0.0.tgz", "resolved": "https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-3.0.1.tgz",
"integrity": "sha512-GHZQzZmhyq0u3hr7aHW4qUH0xDzwp2YXldLPZTCjlOeGscAOWWPftZG3XioW8MasGp+OBRIu39LFx14SLjXRcA==", "integrity": "sha512-vytI3IUC8qUK9TcvvpHpGJzDojua/sfJV4TdLB4FtCFzospqduzBuL3+dEfpvO+tGECv7/273+33hjjMXSa92g==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"colors": "~1.1.2", "colors": "~1.1.2",
"grunt-legacy-log-utils": "~2.1.0", "grunt-legacy-log-utils": "^2.1.3",
"hooker": "~0.2.3", "hooker": "~0.2.3",
"lodash": "~4.17.19" "lodash": "^4.18.0"
}, },
"engines": { "engines": {
"node": ">= 0.10.0" "node": ">= 0.10.0"
@ -10514,25 +10524,18 @@
"node": ">=0.1.90" "node": ">=0.1.90"
} }
}, },
"node_modules/grunt-legacy-log/node_modules/lodash": {
"version": "4.17.23",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
"dev": true,
"license": "MIT"
},
"node_modules/grunt-legacy-util": { "node_modules/grunt-legacy-util": {
"version": "2.0.1", "version": "2.0.2",
"resolved": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-2.0.1.tgz", "resolved": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-2.0.2.tgz",
"integrity": "sha512-2bQiD4fzXqX8rhNdXkAywCadeqiPiay0oQny77wA2F3WF4grPJXCvAcyoWUJV+po/b15glGkxuSiQCK299UC2w==", "integrity": "sha512-0xoDILyR4BVJel5uJwnhjdWN9evOQ8A0uXbQUIJ0hgVthIA6kloXHSoqATQPj6BRrHrHkcQtCeGVb0ixFoHyEQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"async": "~3.2.0", "async": "~3.2.0",
"exit": "~0.1.2", "exit-x": "~0.2.2",
"getobject": "~1.0.0", "getobject": "~1.0.0",
"hooker": "~0.2.3", "hooker": "~0.2.3",
"lodash": "~4.17.21", "lodash": "^4.18.0",
"underscore.string": "~3.3.5", "underscore.string": "~3.3.5",
"which": "~2.0.2" "which": "~2.0.2"
}, },
@ -10540,13 +10543,6 @@
"node": ">=10" "node": ">=10"
} }
}, },
"node_modules/grunt-legacy-util/node_modules/lodash": {
"version": "4.17.23",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
"dev": true,
"license": "MIT"
},
"node_modules/grunt-retro": { "node_modules/grunt-retro": {
"version": "0.6.4", "version": "0.6.4",
"resolved": "https://registry.npmjs.org/grunt-retro/-/grunt-retro-0.6.4.tgz", "resolved": "https://registry.npmjs.org/grunt-retro/-/grunt-retro-0.6.4.tgz",