Skip to content

Commit 0807f60

Browse files
authored
Merge pull request #169 from Staffbase/copilot/investigate-dependabot-alerts-lodash
fix: bump lodash resolution to 4.18.1 to address CVEs #70 #71
2 parents 8e76822 + 4e7bce6 commit 0807f60

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"boolean-negation": true
2121
},
2222
"resolutions": {
23-
"lodash": "4.17.23",
23+
"lodash": "4.18.1",
2424
"minimatch": "3.1.5",
2525
"glob/minimatch": "9.0.9",
2626
"@typescript-eslint/typescript-estree/minimatch": "10.2.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3107,10 +3107,10 @@ lodash.merge@^4.6.2:
31073107
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
31083108
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
31093109

3110-
lodash@4.17.23, lodash@^4.17.14:
3111-
version "4.17.23"
3112-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
3113-
integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==
3110+
lodash@4.18.1, lodash@^4.17.14:
3111+
version "4.18.1"
3112+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
3113+
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
31143114

31153115
loose-envify@^1.4.0:
31163116
version "1.4.0"

0 commit comments

Comments
 (0)