From 3079e42fdc5bd0e0c9ecc285383020eff6a99cfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 14:46:56 +0000 Subject: [PATCH] Bump the pulumi group across 1 directory with 2 updates Bumps the pulumi group with 2 updates in the /pulumi directory: [@pulumi/aws](https://github.com/pulumi/pulumi-aws) and [@pulumi/pulumi](https://github.com/pulumi/pulumi/tree/HEAD/sdk/nodejs). Updates `@pulumi/aws` from 7.43.0 to 7.44.0 - [Release notes](https://github.com/pulumi/pulumi-aws/releases) - [Changelog](https://github.com/pulumi/pulumi-aws/blob/master/CHANGELOG_OLD.md) - [Commits](https://github.com/pulumi/pulumi-aws/compare/v7.43.0...v7.44.0) Updates `@pulumi/pulumi` from 3.259.0 to 3.260.0 - [Release notes](https://github.com/pulumi/pulumi/releases) - [Changelog](https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md) - [Commits](https://github.com/pulumi/pulumi/commits/v3.260.0/sdk/nodejs) --- updated-dependencies: - dependency-name: "@pulumi/aws" dependency-version: 7.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pulumi - dependency-name: "@pulumi/pulumi" dependency-version: 3.260.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pulumi ... Signed-off-by: dependabot[bot] --- pulumi/package-lock.json | 16 ++++++++-------- pulumi/package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pulumi/package-lock.json b/pulumi/package-lock.json index 789912e..ce48f31 100644 --- a/pulumi/package-lock.json +++ b/pulumi/package-lock.json @@ -6,8 +6,8 @@ "": { "name": "telegram-bot-iac", "dependencies": { - "@pulumi/aws": "^7.43.0", - "@pulumi/pulumi": "^3.259.0" + "@pulumi/aws": "^7.44.0", + "@pulumi/pulumi": "^3.260.0" }, "devDependencies": { "prettier": "^3.9.6", @@ -671,9 +671,9 @@ "license": "BSD-3-Clause" }, "node_modules/@pulumi/aws": { - "version": "7.43.0", - "resolved": "https://registry.npmjs.org/@pulumi/aws/-/aws-7.43.0.tgz", - "integrity": "sha512-UCZCrOBn1xVu5CSfd9I3FNZCPkdEcXaB6XNacTj0wVB9iPj8Ma6dLnbfLsUT2ceGsmSMrhwOMvnacOrrhG722A==", + "version": "7.44.0", + "resolved": "https://registry.npmjs.org/@pulumi/aws/-/aws-7.44.0.tgz", + "integrity": "sha512-ijGL+aIW9NdnUxnRYEBhVpZ4MN9WPAVYLZhfMU7GJ5QqZj098/Gx7oAVmk6TxhqSsln839pa06cozH+l9U5+Rw==", "license": "Apache-2.0", "dependencies": { "@pulumi/pulumi": "^3.142.0", @@ -681,9 +681,9 @@ } }, "node_modules/@pulumi/pulumi": { - "version": "3.259.0", - "resolved": "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-3.259.0.tgz", - "integrity": "sha512-DRc1bDHWTofZGkKcs/bx98LujCZJNoKRkOdeEhQZNz7wPUX/obhuzmWJezew2FUCEAy1xXHtQj1CTcANHoLn3A==", + "version": "3.260.0", + "resolved": "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-3.260.0.tgz", + "integrity": "sha512-lLDISSiEToYj1/bT3dmzju9gyLrP7EcVHKo3IZ6pQY2uMfApyAeabOapDFJlrWvQedtpqIKBR7y5nNm6M91gJg==", "license": "Apache-2.0", "dependencies": { "@grpc/grpc-js": "^1.10.1", diff --git a/pulumi/package.json b/pulumi/package.json index 6340820..86549e3 100644 --- a/pulumi/package.json +++ b/pulumi/package.json @@ -16,8 +16,8 @@ "up": "pulumi up" }, "dependencies": { - "@pulumi/aws": "^7.43.0", - "@pulumi/pulumi": "^3.259.0" + "@pulumi/aws": "^7.44.0", + "@pulumi/pulumi": "^3.260.0" }, "devDependencies": { "prettier": "^3.9.6",