File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Resources/Private/Frontend Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 30
30
"eslint" : " ^9.0.0" ,
31
31
"eslint-plugin-license-header" : " ^0.6.1" ,
32
32
"lit" : " ^3.0.0" ,
33
- "lodash" : " ^4.17.21" ,
33
+ "lodash-es " : " ^4.17.21" ,
34
34
"npm-run-all" : " ^4.1.5" ,
35
35
"postcss" : " ^8.4.24" ,
36
36
"rollup" : " ^4.0.0" ,
Original file line number Diff line number Diff line change @@ -2035,6 +2035,11 @@ locate-path@^6.0.0:
2035
2035
dependencies :
2036
2036
p-locate "^5.0.0"
2037
2037
2038
+ lodash-es@^4.17.21 :
2039
+ version "4.17.21"
2040
+ resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee"
2041
+ integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==
2042
+
2038
2043
lodash.camelcase@^4.3.0 :
2039
2044
version "4.3.0"
2040
2045
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
@@ -2060,11 +2065,6 @@ lodash.uniq@^4.5.0:
2060
2065
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
2061
2066
integrity sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==
2062
2067
2063
- lodash@^4.17.21 :
2064
- version "4.17.21"
2065
- resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
2066
- integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
2067
-
2068
2068
lru-cache@^6.0.0 :
2069
2069
version "6.0.0"
2070
2070
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
You can’t perform that action at this time.
0 commit comments