Skip to content

Commit 2f7ef7e

Browse files
Tyler-Shepherdtyshephe
andauthored
update (#85)
Co-authored-by: tyshephe <tyshephe@microsoft.com>
1 parent 861413e commit 2f7ef7e

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
@@ -26,12 +26,13 @@
2626
"registry": "https://registry.npmjs.org"
2727
},
2828
"resolutions": {
29-
"minimatch": "^3.1.3"
29+
"minimatch": "^3.1.3",
30+
"lodash": "^4.18.0"
3031
},
3132
"dependencies": {
3233
"@collectable/core": "^5.0.1",
3334
"@collectable/red-black-tree": "^5.1.1",
34-
"lodash": "^4.17.21",
35+
"lodash": "^4.18.1",
3536
"regexp-i18n": "^1.3.2",
3637
"sorted-btree": "^1.5.0"
3738
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2253,10 +2253,10 @@ lodash.truncate@^4.4.2:
22532253
resolved "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz"
22542254
integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=
22552255

2256-
lodash@^4.17.15, lodash@^4.17.21:
2257-
version "4.17.21"
2258-
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz"
2259-
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
2256+
lodash@^4.17.15, lodash@^4.17.21, lodash@^4.18.0, lodash@^4.18.1:
2257+
version "4.18.1"
2258+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
2259+
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
22602260

22612261
log-symbols@4.1.0:
22622262
version "4.1.0"

0 commit comments

Comments
 (0)