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": { "node_modules/lodash": {
"version": "4.17.23", "version": "4.18.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },
@@ -12447,7 +12447,7 @@
"colors": "~1.1.2", "colors": "~1.1.2",
"grunt-legacy-log-utils": "~2.1.0", "grunt-legacy-log-utils": "~2.1.0",
"hooker": "~0.2.3", "hooker": "~0.2.3",
"lodash": "~4.17.19" "lodash": "~4.18.0"
} }
}, },
"grunt-legacy-log-utils": { "grunt-legacy-log-utils": {
@@ -12469,7 +12469,7 @@
"exit": "~0.1.2", "exit": "~0.1.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"
}, },
@@ -13163,9 +13163,9 @@
} }
}, },
"lodash": { "lodash": {
"version": "4.17.23", "version": "4.18.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
"dev": true "dev": true
}, },
"lodash.debounce": { "lodash.debounce": {

View File

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