diff --git a/README.md b/README.md index f9679fd..ba0342a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,10 @@ For more detail, please visit: > [Angular 8 upload multiple Files example](https://bezkoder.com/angular-multiple-files-upload/) -Spring Boot server for this Angular Client: +> [Angular 10 upload multiple Files example](https://bezkoder.com/angular-10-multiple-files-upload/) + +Rest APIs server for this Angular Client: +> [Node.js Express File Upload Rest API example](https://bezkoder.com/node-js-express-file-upload/) > [Spring Boot Multipart File upload example](https://bezkoder.com/spring-boot-file-upload/) diff --git a/package-lock.json b/package-lock.json index b8b340b..b8fd94d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6475,9 +6475,9 @@ } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, "lodash.clonedeep": {