Skip to content

Commit ea3b58a

Browse files
committed
upgrade lodash and add resolution to fix high level security issue
1 parent 7fdae6d commit ea3b58a

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"compute-scroll-into-view": "^3.1.1",
9090
"he": "^1.2.0",
9191
"jshint": "^2.13.6",
92-
"lodash": "^4.17.21",
92+
"lodash": "^4.18.1",
9393
"n3": "^1.26.0",
9494
"re-resizable": "^6.10.3",
9595
"react": "^16.13.1",
@@ -186,7 +186,8 @@
186186
"wrap-ansi": "^7.0.0",
187187
"hast-util-from-parse5": "8.0.0",
188188
"**/picomatch": "^2.3.2",
189-
"**/minimatch": "^3.1.4"
189+
"**/minimatch": "^3.1.4",
190+
"**/lodash": "^4.18.0"
190191
},
191192
"husky": {
192193
"hooks": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8809,10 +8809,10 @@ lodash.truncate@^4.4.2:
88098809
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
88108810
integrity sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==
88118811

8812-
lodash@^4.17.20, lodash@^4.17.21, lodash@~4.17.21:
8813-
version "4.17.21"
8814-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
8815-
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
8812+
lodash@^4.17.20, lodash@^4.17.21, lodash@^4.18.0, lodash@^4.18.1, lodash@~4.17.21:
8813+
version "4.18.1"
8814+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
8815+
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
88168816

88178817
log-update@^6.1.0:
88188818
version "6.1.0"

0 commit comments

Comments
 (0)