From 58d89775dfc2291b953dc765104873037b47cd45 Mon Sep 17 00:00:00 2001 From: "lumiere-bot[bot]" <98047013+lumiere-bot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 13:32:35 +0000 Subject: [PATCH] fix(deps): update @pulumi/aws to 6.22.2 (#4207) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@pulumi/aws](https://pulumi.io) ([source](https://togithub.com/pulumi/pulumi-aws)) | dependencies | patch | [`6.22.0` -> `6.22.2`](https://renovatebot.com/diffs/npm/@pulumi%2faws/6.22.0/6.22.2) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
pulumi/pulumi-aws (@​pulumi/aws) ### [`v6.22.2`](https://togithub.com/pulumi/pulumi-aws/releases/tag/v6.22.2) [Compare Source](https://togithub.com/pulumi/pulumi-aws/compare/v6.22.1...v6.22.2) #### Changelog - [`d80e951`](https://togithub.com/pulumi/pulumi-aws/commit/d80e951e69) Patch lambda to allow imports ([#​3420](https://togithub.com/pulumi/pulumi-aws/issues/3420)) - [`1dfd4a2`](https://togithub.com/pulumi/pulumi-aws/commit/1dfd4a2d7b) Update GH workflows ([#​3437](https://togithub.com/pulumi/pulumi-aws/issues/3437)) - [`df03108`](https://togithub.com/pulumi/pulumi-aws/commit/df03108e47) Update GitHub Actions workflows. ([#​3441](https://togithub.com/pulumi/pulumi-aws/issues/3441)) - [`3836eca`](https://togithub.com/pulumi/pulumi-aws/commit/3836eca7ad) Update install gh release ([#​3434](https://togithub.com/pulumi/pulumi-aws/issues/3434)) ### [`v6.22.1`](https://togithub.com/pulumi/pulumi-aws/releases/tag/v6.22.1) [Compare Source](https://togithub.com/pulumi/pulumi-aws/compare/v6.22.0...v6.22.1) #### Changelog - [`d9e50d6`](https://togithub.com/pulumi/pulumi-aws/commit/d9e50d621c) Patch upstream doc to be an H3 and display as part of the Example Usage section ([#​3410](https://togithub.com/pulumi/pulumi-aws/issues/3410)) - [`32a25bf`](https://togithub.com/pulumi/pulumi-aws/commit/32a25bf835) Revert upstream changes triggering LB panic ([#​3426](https://togithub.com/pulumi/pulumi-aws/issues/3426)) - [`6cef7e7`](https://togithub.com/pulumi/pulumi-aws/commit/6cef7e74e3) Update GitHub Actions workflows. ([#​3414](https://togithub.com/pulumi/pulumi-aws/issues/3414))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com> --- pulumi/sol/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pulumi/sol/package-lock.json b/pulumi/sol/package-lock.json index 3df053c912..14bcabb7f8 100644 --- a/pulumi/sol/package-lock.json +++ b/pulumi/sol/package-lock.json @@ -295,9 +295,9 @@ "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==" }, "node_modules/@pulumi/aws": { - "version": "6.22.0", - "resolved": "https://registry.npmjs.org/@pulumi/aws/-/aws-6.22.0.tgz", - "integrity": "sha512-SLSKJvGr91fqB8xLVb+dKPtMlkrVUBXj5+yeHnHBl2ICTgb/gmfpk4gx/PCJYE+sY1ffEeR9tzvU0QTD0+7kEg==", + "version": "6.22.2", + "resolved": "https://registry.npmjs.org/@pulumi/aws/-/aws-6.22.2.tgz", + "integrity": "sha512-NOFh6TOwCbyyRkhgEPaTLRAy54Fwy41T1Jxxdm2TikaEbhWi5PkHbFZ2QCr2QV8YCGcCNpA1WkGZg6MKLWahbA==", "dependencies": { "@pulumi/pulumi": "^3.0.0", "builtin-modules": "3.0.0",