From 9c325e4c669937e2ec4a0919a46e5ebc6d2446e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 05:07:41 +0000 Subject: [PATCH] Bump @moralesl/billing-alert from 0.4.0 to 0.6.0 Bumps [@moralesl/billing-alert](https://github.com/moralesl/cdk-billing-alert) from 0.4.0 to 0.6.0. - [Release notes](https://github.com/moralesl/cdk-billing-alert/releases) - [Commits](https://github.com/moralesl/cdk-billing-alert/commits) --- updated-dependencies: - dependency-name: "@moralesl/billing-alert" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 726b91b..5258501 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1317,9 +1317,9 @@ } }, "@moralesl/billing-alert": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@moralesl/billing-alert/-/billing-alert-0.4.0.tgz", - "integrity": "sha512-AuREX9tuoocc+d4vJ6F0NENBadoJXRM04VXGqrHp/i6PzKcJCzMz4Jd3M9a3uVRPDhL17sR7440yj3ByZl46mQ==" + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@moralesl/billing-alert/-/billing-alert-0.6.0.tgz", + "integrity": "sha512-jor2qE23Tk3Pf9xAk2zbZq29DIhcKOcDsToy7mlQo1+kp8E06AmDvNF9Hin9OCmEh3tbo6vqSRoWKNyvKJrYWQ==" }, "@nodelib/fs.scandir": { "version": "2.1.4", diff --git a/package.json b/package.json index afd9375..9eca65b 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@aws-cdk/aws-sns": "1.105.0", "@aws-cdk/aws-sns-subscriptions": "1.105.0", "@aws-cdk/core": "1.105.0", - "@moralesl/billing-alert": "^0.4.0", + "@moralesl/billing-alert": "^0.6.0", "dotenv": "^16.0.3" } }