Skip to content

Commit a3a4c41

Browse files
authored
Merge pull request #165 from alkakumari016/alkumari_CVE-2025-13465_master
updates dependecy lodash and lodash-es from 4.17.21 to 4.17.23
2 parents 269304d + 4763faa commit a3a4c41

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@types/jest": "21.x",
8080
"hosted-git-info": "^3.0.8",
8181
"jquery": "3.5.1",
82-
"lodash-es": "^4.17.21",
82+
"lodash-es": "^4.17.23",
8383
"minimist": "1.2.8",
8484
"ua-parser-js": "^0.7.24",
8585
"jest": "21.x",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6317,10 +6317,10 @@ locate-path@^5.0.0:
63176317
dependencies:
63186318
p-locate "^4.1.0"
63196319

6320-
lodash-es@^4.17.21:
6321-
version "4.17.21"
6322-
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee"
6323-
integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==
6320+
lodash-es@^4.17.21, lodash-es@^4.17.23:
6321+
version "4.17.23"
6322+
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.23.tgz#58c4360fd1b5d33afc6c0bbd3d1149349b1138e0"
6323+
integrity sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==
63246324

63256325
lodash.merge@^4.6.2:
63266326
version "4.6.2"
@@ -6332,10 +6332,10 @@ lodash.truncate@^4.4.2:
63326332
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
63336333
integrity sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==
63346334

6335-
lodash@^4.17.14, lodash@^4.17.21, lodash@^4.17.4:
6336-
version "4.17.21"
6337-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
6338-
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
6335+
lodash@^4.17.14, lodash@^4.17.21, lodash@^4.17.23, lodash@^4.17.4:
6336+
version "4.17.23"
6337+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
6338+
integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==
63396339

63406340
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.3.1, loose-envify@^1.4.0:
63416341
version "1.4.0"

0 commit comments

Comments
 (0)