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 4249fec2a84c60a5e7e137c307d305157d064240 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 17:48:07 +0000 Subject: [PATCH 2/2] Bump hosted-git-info from 2.8.8 to 2.8.9 Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9) 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..f004869 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5144,9 +5144,9 @@ } }, "hosted-git-info": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz", - "integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==", + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", "dev": true }, "hpack.js": {