Skip to content

Commit 3a378c0

Browse files
Update dependency lodash [SECURITY]
1 parent e9ab849 commit 3a378c0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

  • 2-resources/_External-learning-resources
    • 00-Javascript/Object-oriented-programming-for-JavaScript/Module 1/Mastering JavaScript_Code/Chapter 9/async
    • 01-Typescript
      • Learning-Typescript-2/Chapter02/modern-workflow-demo-master
      • LearningTypeScript/chapters/chapter_15

2-resources/_External-learning-resources/00-Javascript/Object-oriented-programming-for-JavaScript/Module 1/Mastering JavaScript_Code/Chapter 9/async/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"karma-firefox-launcher": "^0.1.6",
3939
"karma-mocha": "^0.2.0",
4040
"karma-mocha-reporter": "^1.0.2",
41-
"lodash": "^3.9.0",
41+
"lodash": "^4.0.0",
4242
"mkdirp": "~0.5.1",
4343
"mocha": "^2.2.5",
4444
"native-promise-only": "^0.8.0-a",

2-resources/_External-learning-resources/01-Typescript/Learning-Typescript-2/Chapter02/modern-workflow-demo-master/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"bluebird": "^2.9.14",
3131
"handlebars": "^3.0.0",
32-
"lodash": "^3.5.0"
32+
"lodash": "^4.0.0"
3333
},
3434
"devDependencies": {
3535
"browser-sync": "^2.2.2",

2-resources/_External-learning-resources/01-Typescript/LearningTypeScript/chapters/chapter_15/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@types/node": "9.4.0",
1515
"@types/request": "2.47.0",
1616
"chalk": "2.3.0",
17-
"lodash": "4.17.4",
17+
"lodash": "4.17.21",
1818
"request": "2.83.0",
1919
"save": "2.3.2",
2020
"ts-simple-ast": "10.3.0",

0 commit comments

Comments
 (0)