File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Resources/Private/Frontend Expand file tree Collapse file tree 2 files changed +11
-11
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" ,
42
42
"stylelint" : " ^16.0.0" ,
43
43
"stylelint-config-sass-guidelines" : " ^11.0.0" ,
44
44
"stylelint-copyright" : " ^3.2.1" ,
45
- "stylelint-header" : " ^1 .0.0" ,
45
+ "stylelint-header" : " ^2 .0.0" ,
46
46
"tslib" : " ^2.6.0" ,
47
47
"typescript" : " ^5.0.4" ,
48
48
"typescript-eslint" : " ^7.6.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"
@@ -3247,10 +3247,10 @@ stylelint-copyright@^3.2.1:
3247
3247
stylelint "^14.16.1"
3248
3248
tslib "^2.6.0"
3249
3249
3250
- stylelint-header@^1 .0.0 :
3251
- version "1 .0.0 "
3252
- resolved "https://registry.yarnpkg.com/stylelint-header/-/stylelint-header-1 .0.0 .tgz#a58f8e1995a822d8b3b1d1ceaddaf0884ece6895 "
3253
- integrity sha512-1LB2SNSjaTj4doUDKbH65ic6OkfKCWML1eL6ANYeREDvq12mA7M8SIx7dAlpufEFYyzJEqBkN7A8+r/oOHAyvA ==
3250
+ stylelint-header@^2 .0.0 :
3251
+ version "2 .0.1 "
3252
+ resolved "https://registry.yarnpkg.com/stylelint-header/-/stylelint-header-2 .0.1 .tgz#b467c493e4c2759b338168e71187b4fe0bd8c266 "
3253
+ integrity sha512-3V7+jXceM/c5d6EdcWb2zqaNuj0Hh37HlUFoSDFEgSqKPVUZka8sgntgbSkdf/AbUT6yEx3F/c1FkaG+eRxQtQ ==
3254
3254
dependencies :
3255
3255
string-similarity "^4.0.4"
3256
3256
You can’t perform that action at this time.
0 commit comments