From e9be73226eef45a8e773796bb4b59d325ef1e457 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2020 04:22:18 +0000 Subject: [PATCH] Bump ngx-toastr from 12.0.0 to 12.0.1 in /app Bumps [ngx-toastr](https://github.com/scttcper/ngx-toastr) from 12.0.0 to 12.0.1. - [Release notes](https://github.com/scttcper/ngx-toastr/releases) - [Commits](https://github.com/scttcper/ngx-toastr/compare/v12.0.0...v12.0.1) Signed-off-by: dependabot-preview[bot] --- app/package.json | 2 +- app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index 4748584b..ee782673 100644 --- a/app/package.json +++ b/app/package.json @@ -30,7 +30,7 @@ "js-yaml": "3.13.1", "keytar": "^5.4.0", "mz": "^2.7.0", - "ngx-toastr": "^12.0.0", + "ngx-toastr": "^12.0.1", "node-pty": "^0.10.0-beta2", "npm": "6.9.0", "path": "0.12.7", diff --git a/app/yarn.lock b/app/yarn.lock index 920dab3a..b2c0ccb1 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -1982,10 +1982,10 @@ napi-build-utils@^1.0.1: resolved "https://registry.yarnpkg.com/napi-build-utils/-/napi-build-utils-1.0.1.tgz#1381a0f92c39d66bf19852e7873432fc2123e508" integrity sha512-boQj1WFgQH3v4clhu3mTNfP+vOBxorDlE8EKiMjUlLG3C4qAESnn9AxIOkFgTR2c9LtzNjPrjS60cT27ZKBhaA== -ngx-toastr@^12.0.0: - version "12.0.0" - resolved "https://registry.yarnpkg.com/ngx-toastr/-/ngx-toastr-12.0.0.tgz#1b35a4e5b785246c558e091c831a26ebf211cfd7" - integrity sha512-J0mvGXH9cLlP3acoLJcuYhsQcL+EOAtkS1Y5tFKzrw2TYqY2HNffMVPvK+KP1LDJHiIgRpYg3ZELw1raAl0R/A== +ngx-toastr@^12.0.1: + version "12.0.1" + resolved "https://registry.yarnpkg.com/ngx-toastr/-/ngx-toastr-12.0.1.tgz#288c8ef505f1216aa4952cd2a8c6fa7c57a54ccc" + integrity sha512-PABtbn2dyHweVSbo/py1W3veXzcmZO7uVItfTW9AykSSeAUju3gOCgauAw89km0aJ9EBcPOieaoI+9tAR7Pfug== node-abi@^2.15.0, node-abi@^2.7.0: version "2.15.0" -- GitLab