From 5c263a27909e50455a6804c25a2b8e5ced62fcb5 Mon Sep 17 00:00:00 2001 From: Tien Nguyen Truong Date: Thu, 17 Sep 2020 12:23:25 +0700 Subject: [PATCH 1/2] add references --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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/) From 89f25135a82fc27a74431791a15c5cb8f88cc9af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 18:00:36 +0000 Subject: [PATCH 2/2] Bump ssri from 6.0.1 to 6.0.2 Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/npm/ssri/releases) - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md) - [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b8b340b..ef32d81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9593,9 +9593,9 @@ } }, "ssri": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.1.tgz", - "integrity": "sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.2.tgz", + "integrity": "sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==", "dev": true, "requires": { "figgy-pudding": "^3.5.1"