Update libs

This commit is contained in:
Yurii
2026-04-11 15:01:41 +03:00
parent be22b69297
commit 8ee6f1aece
2 changed files with 10 additions and 9 deletions

16
package-lock.json generated
View File

@@ -6460,9 +6460,9 @@
}
},
"node_modules/lodash": {
"version": "4.17.23",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
"version": "4.18.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
"dev": true,
"license": "MIT"
},
@@ -12447,7 +12447,7 @@
"colors": "~1.1.2",
"grunt-legacy-log-utils": "~2.1.0",
"hooker": "~0.2.3",
"lodash": "~4.17.19"
"lodash": "~4.18.0"
}
},
"grunt-legacy-log-utils": {
@@ -12469,7 +12469,7 @@
"exit": "~0.1.2",
"getobject": "~1.0.0",
"hooker": "~0.2.3",
"lodash": "~4.17.21",
"lodash": "~4.18.0",
"underscore.string": "~3.3.5",
"which": "~2.0.2"
},
@@ -13163,9 +13163,9 @@
}
},
"lodash": {
"version": "4.17.23",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
"version": "4.18.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
"dev": true
},
"lodash.debounce": {

View File

@@ -105,7 +105,8 @@
},
"overrides": {
"grunt": {
"minimatch": "~3.1.3"
"minimatch": "~3.1.3",
"lodash": "~4.18.0"
}
}
}