From 39ab5623c853c047e8937c258d04bc12dc710209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 02:24:56 +0000 Subject: [PATCH] chore(deps): bump ngx-toastr from 19.0.0 to 19.1.0 in /frontend Bumps [ngx-toastr](https://github.com/scttcper/ngx-toastr) from 19.0.0 to 19.1.0. - [Release notes](https://github.com/scttcper/ngx-toastr/releases) - [Commits](https://github.com/scttcper/ngx-toastr/compare/v19.0.0...v19.1.0) --- updated-dependencies: - dependency-name: ngx-toastr dependency-version: 19.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 9 +++++---- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 026f361..212cb6d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -19,7 +19,7 @@ "@angular/router": "^19.2.0", "@tailwindcss/postcss": "^4.1.5", "jwt-decode": "^4.0.0", - "ngx-toastr": "^19.0.0", + "ngx-toastr": "^19.1.0", "postcss": "^8.5.3", "rxjs": "~7.8.0", "tailwindcss": "^4.1.13", @@ -11442,9 +11442,10 @@ "dev": true }, "node_modules/ngx-toastr": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/ngx-toastr/-/ngx-toastr-19.0.0.tgz", - "integrity": "sha512-6pTnktwwWD+kx342wuMOWB4+bkyX9221pAgGz3SHOJH0/MI9erLucS8PeeJDFwbUYyh75nQ6AzVtolgHxi52dQ==", + "version": "19.1.0", + "resolved": "https://registry.npmjs.org/ngx-toastr/-/ngx-toastr-19.1.0.tgz", + "integrity": "sha512-Qa7Kg7QzGKNtp1v04hu3poPKKx8BGBD/Onkhm6CdH5F0vSMdq+BdR/f8DTpZnGFksW891tAFufpiWb9UZX+3vg==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, diff --git a/frontend/package.json b/frontend/package.json index bdc01da..6e46c94 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -26,7 +26,7 @@ "@angular/router": "^19.2.0", "@tailwindcss/postcss": "^4.1.5", "jwt-decode": "^4.0.0", - "ngx-toastr": "^19.0.0", + "ngx-toastr": "^19.1.0", "postcss": "^8.5.3", "rxjs": "~7.8.0", "tailwindcss": "^4.1.13",