Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): upgrade dependencies (#112)
Upgrades project dependencies. The following changes were made: ```diff diff --git a/package.json b/package.json index f0432b5..b587bdf 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "aws-lambda": "^1.0.7", "aws-sdk": "^2.1692.0", "axios": "^1.7.9", - "cdk-iam-floyd": "^0.658.0", + "cdk-iam-floyd": "^0.659.0", "constructs": "^10.4.2", "p6-cdk-namer": "^1.3.1", "source-map-support": "^0.5.21", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9d6633d..345624b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,8 +27,8 @@ importers: specifier: ^1.7.9 version: 1.7.9 cdk-iam-floyd: - specifier: ^0.658.0 - version: 0.658.0([email protected]([email protected]))([email protected]) + specifier: ^0.659.0 + version: 0.659.0([email protected]([email protected]))([email protected]) constructs: specifier: ^10.4.2 version: 10.4.2 @@ -1576,8 +1576,8 @@ packages: resolution: {integrity: sha512-2MPYAEChrceQiA5aKlcIreZSCk7OwTmbMkxqm32xpLf/BKdnPnkrJ4jtOg6g0K0d6Pg4nophZ326SSDOdCR5Tg==} hasBin: true - [email protected]: - resolution: {integrity: sha512-9raj5hSdvTEXJVBBiqctHd3m/AR1isQ/jmH88ozzAwu1PAeE6HqDSP0DxR/57jFcyPy3drkkiDWtx7qNp8YgxQ==} + [email protected]: + resolution: {integrity: sha512-0q9MgZaFDNhNfWZLrRiCecXc5I0ea4JQvf8FBMvL1z7DJrrW7I1yqhcUJDzyH5OrgEsVWGiYVeuoDEAnAVJWdQ==} peerDependencies: aws-cdk-lib: ^2.0.0 constructs: ^10.0.0 @@ -2113,8 +2113,8 @@ packages: [email protected]: resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} - [email protected]: - resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} + [email protected]: + resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==} engines: {node: '>=8.6.0'} [email protected]: @@ -5531,7 +5531,7 @@ snapshots: '@typescript-eslint/types': 8.19.0 '@typescript-eslint/visitor-keys': 8.19.0 debug: 4.4.0 - fast-glob: 3.3.2 + fast-glob: 3.3.3 is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.6.3 @@ -5886,7 +5886,7 @@ snapshots: - '@aws-cdk/region-info' - constructs - [email protected]([email protected]([email protected]))([email protected]): + [email protected]([email protected]([email protected]))([email protected]): dependencies: '@udondan/common-substrings': 3.0.2 aws-cdk-lib: 2.174.0([email protected]) @@ -6578,7 +6578,7 @@ snapshots: [email protected]: {} - [email protected]: + [email protected]: dependencies: '@nodelib/fs.stat': 2.0.5 '@nodelib/fs.walk': 1.2.8 ```
- Loading branch information