From df9d96e41254f5746dd4af6bc2911914dffdf528 Mon Sep 17 00:00:00 2001 From: "lumiere-bot[bot]" <98047013+lumiere-bot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 18:05:21 -0500 Subject: [PATCH] fix(deps): update @pulumi/aws to 6.17.0 (#3867) 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 | minor | [`6.14.0` -> `6.17.0`](https://renovatebot.com/diffs/npm/@pulumi%2faws/6.14.0/6.17.0) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
pulumi/pulumi-aws (@​pulumi/aws) ### [`v6.17.0`](https://togithub.com/pulumi/pulumi-aws/releases/tag/v6.17.0) [Compare Source](https://togithub.com/pulumi/pulumi-aws/compare/v6.15.0...v6.17.0) #### Changelog - [`31412fb`](https://togithub.com/pulumi/pulumi-aws/commit/31412fbe85) Revert "CI tests for OIDC authentication ([#​3074](https://togithub.com/pulumi/pulumi-aws/issues/3074))" ([#​3175](https://togithub.com/pulumi/pulumi-aws/issues/3175)) ### [`v6.15.0`](https://togithub.com/pulumi/pulumi-aws/releases/tag/v6.15.0) [Compare Source](https://togithub.com/pulumi/pulumi-aws/compare/v6.14.0...v6.15.0) #### Changelog - [`7375675`](https://togithub.com/pulumi/pulumi-aws/commit/73756753a1) Upgrade terraform-provider-aws to v5.31.0 ([#​3159](https://togithub.com/pulumi/pulumi-aws/issues/3159))
--- ### 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 e6d82d5a6b..b58678f73d 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.14.0", - "resolved": "https://registry.npmjs.org/@pulumi/aws/-/aws-6.14.0.tgz", - "integrity": "sha512-dOTdUkRdV0IU7HCHpMDRMF2co4d4iBWeGmuxq/mLYt0PdVMsUsVsMJ87xAIP2S3g0kTVLNOzL1l8EP24OS1vlg==", + "version": "6.17.0", + "resolved": "https://registry.npmjs.org/@pulumi/aws/-/aws-6.17.0.tgz", + "integrity": "sha512-mouN/IufNJQd2O0dNBscWWGkOv4iY7eS4A2b7wh1e3GQqU5Vl8PeLJBS2s29ElGaFfNiLwSjG16U88iemrp0RQ==", "dependencies": { "@pulumi/pulumi": "^3.0.0", "builtin-modules": "3.0.0",