From 983c63e7a033514d7642c4c45a5553b740e2cd95 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 04:45:58 +0000 Subject: [PATCH] build(deps): bump ngx-toastr in /{{ cookiecutter.project_slug }} Bumps [ngx-toastr](https://github.com/scttcper/ngx-toastr) from 13.2.1 to 14.0.0. - [Release notes](https://github.com/scttcper/ngx-toastr/releases) - [Commits](https://github.com/scttcper/ngx-toastr/compare/v13.2.1...v14.0.0) Signed-off-by: dependabot-preview[bot] --- {{ cookiecutter.project_slug }}/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.project_slug }}/package.json b/{{ cookiecutter.project_slug }}/package.json index f7734300..daafb1aa 100644 --- a/{{ cookiecutter.project_slug }}/package.json +++ b/{{ cookiecutter.project_slug }}/package.json @@ -51,7 +51,7 @@ "lodash": "^4.17.21", "ngx-anx-forms": "0.3.1", "ngx-resource-factory": "~1.1.0", - "ngx-toastr": "13.2.1", + "ngx-toastr": "14.0.0", "rxjs": "6.6.7", "rxjs-compat": "6.6.7", "tslib": "2.2.0",