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..8edd9d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10384,9 +10384,9 @@ } }, "url-parse": { - "version": "1.4.7", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz", - "integrity": "sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.1.tgz", + "integrity": "sha512-HOfCOUJt7iSYzEx/UqgtwKRMC6EU91NFhsCHMv9oM03VJcVo2Qrp8T8kI9D7amFf1cu+/3CEhgb3rF9zL7k85Q==", "dev": true, "requires": { "querystringify": "^2.1.1",