From 705f1c544ba7d2fec54edef9a9cc6bd953179e6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 15:15:02 +0000 Subject: [PATCH] Bump @angular-custom-builders/lite-serve from 0.2.2 to 0.2.3 (#2045) Bumps [@angular-custom-builders/lite-serve](https://github.com/mauriziovitale/angular-plugins) from 0.2.2 to 0.2.3. - [Release notes](https://github.com/mauriziovitale/angular-plugins/releases) - [Commits](https://github.com/mauriziovitale/angular-plugins/commits) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5991f302a..b150f974b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -84,12 +84,12 @@ } }, "@angular-custom-builders/lite-serve": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/@angular-custom-builders/lite-serve/-/lite-serve-0.2.2.tgz", - "integrity": "sha512-xe1ZYvYQwduEgt9kfLi28xfG7n2gwvNgisro6J0AH6f8Esie1rAThbE8qU4jyhDa5OLrv72/IbNtxKEY3O5BLw==", + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@angular-custom-builders/lite-serve/-/lite-serve-0.2.3.tgz", + "integrity": "sha512-/nzAaQgFb6DGsYxTJyBrORBTssuHdjGmuI+e17yK5U4My/wJOiI06aAXjM+Y4LcN+9rNoexaKcRVbz3MfzqFNA==", "dev": true, "requires": { - "browser-sync": "^2.26.7" + "browser-sync": "^2.26.14" } }, "@angular-devkit/architect": { diff --git a/package.json b/package.json index e3b72d179..20b036095 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "devDependencies": { "@alfresco/adf-cli": "4.3.0-31640", "@alfresco/adf-testing": "4.3.0-31640", - "@angular-custom-builders/lite-serve": "^0.2.2", + "@angular-custom-builders/lite-serve": "^0.2.3", "@angular-devkit/build-angular": "^0.1002.0", "@angular-devkit/build-ng-packagr": "^0.1002.0", "@angular/cli": "^10.1.4",