Skip to content

Commit 22e0d85

Browse files
fix: update lodash-es (#879)
closes #862
1 parent 1e5ef66 commit 22e0d85

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

package-lock.json

+13-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@angular/cdk": "^10.1.3",
6666
"@angular/forms": "^10.0.0 || ^11.0.0-0",
6767
"@angular/material": "^10.1.3",
68-
"lodash-es": "^4.17.15",
68+
"lodash-es": "^4.17.20",
6969
"mobx": "~4.14.1"
7070
},
7171
"devDependencies": {

projects/angular-tree-component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@angular/core": ">=10.0.0 <11.0.0"
4040
},
4141
"dependencies": {
42-
"lodash-es": "^4.17.15",
42+
"lodash-es": "^4.17.20",
4343
"mobx": "~4.14.1",
4444
"tslib": "^2.0.0"
4545
},

0 commit comments

Comments
 (0)