Skip to content

Commit 99ca2ec

Browse files
committed
resolves aspnetboilerplate/aspnetboilerplate#5784: move to lodash-es
1 parent 26dab0a commit 99ca2ec

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

angular/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"admin-lte-css-only": "^3.0.4",
2929
"core-js": "^3.2.1",
3030
"famfamfam-flags": "^1.0.0",
31-
"lodash": "^4.17.4",
31+
"lodash-es": "^4.17.15",
3232
"moment": "2.24.0",
3333
"moment-timezone": "^0.5.28",
3434
"ngx-bootstrap": "^5.6.1",
@@ -47,7 +47,6 @@
4747
"@angular/compiler-cli": "^9.1.4",
4848
"@angularclass/hmr": "^2.1.3",
4949
"@types/jasmine": "^3.4.0",
50-
"@types/lodash": "^4.14.150",
5150
"@types/moment-timezone": "^0.5.12",
5251
"@types/node": "^13.13.4",
5352
"codelyzer": "^5.1.2",

angular/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,11 +1062,6 @@
10621062
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-3.5.10.tgz#a1a41012012b5da9d4b205ba9eba58f6cce2ab7b"
10631063
integrity sha512-3F8qpwBAiVc5+HPJeXJpbrl+XjawGmciN5LgiO7Gv1pl1RHtjoMNqZpqEksaPJW05ViKe8snYInRs6xB25Xdew==
10641064

1065-
"@types/lodash@^4.14.150":
1066-
version "4.14.150"
1067-
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.150.tgz#649fe44684c3f1fcb6164d943c5a61977e8cf0bd"
1068-
integrity sha512-kMNLM5JBcasgYscD9x/Gvr6lTAv2NVgsKtet/hm93qMyf/D1pt+7jeEZklKJKxMVmXjxbRVQQGfqDSfipYCO6w==
1069-
10701065
"@types/minimatch@*":
10711066
version "3.0.3"
10721067
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
@@ -5065,6 +5060,11 @@ locate-path@^5.0.0:
50655060
dependencies:
50665061
p-locate "^4.1.0"
50675062

5063+
lodash-es@^4.17.15:
5064+
version "4.17.15"
5065+
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.15.tgz#21bd96839354412f23d7a10340e5eac6ee455d78"
5066+
integrity sha512-rlrc3yU3+JNOpZ9zj5pQtxnx2THmvRykwL4Xlxoa8I9lHBlVbbyPhgyPMioxVZ4NqyxaVVtaJnzsyOidQIhyyQ==
5067+
50685068
lodash.clonedeep@^4.5.0:
50695069
version "4.5.0"
50705070
resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
@@ -5080,7 +5080,7 @@ lodash.uniq@^4.5.0:
50805080
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
50815081
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
50825082

5083-
lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.4:
5083+
lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15:
50845084
version "4.17.15"
50855085
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
50865086
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==

0 commit comments

Comments
 (0)