3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-08-18 03:06:23 +00:00

Bumped lodash

This commit is contained in:
snipe
2026-07-17 18:58:51 +01:00
parent 4e43dd5f93
commit fee7f00c08
2 changed files with 7 additions and 4 deletions

6
package-lock.json generated
View File

@ -44,7 +44,7 @@
"eonasdan-bootstrap-datetimepicker": "^4.17.49",
"jquery": "^3.7.1",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.20",
"lodash": "^4.17.24",
"moment": "^2.30.1",
"playwright": "^1.61.1",
"postcss": "^8.5.6",
@ -7362,7 +7362,9 @@
}
},
"node_modules/lodash": {
"version": "4.17.21",
"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"
},

View File

@ -21,7 +21,7 @@
"eonasdan-bootstrap-datetimepicker": "^4.17.49",
"jquery": "^3.7.1",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.20",
"lodash": "^4.17.24",
"moment": "^2.30.1",
"playwright": "^1.61.1",
"postcss": "^8.5.6",
@ -73,6 +73,7 @@
},
"eonasdan-bootstrap-datetimepicker": {
"moment-timezone": "^0.6.2"
}
},
"lodash": "^4.17.24"
}
}