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 (#64)
Upgrades project dependencies. The following changes were made: ```diff diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 54d0f66..0f7e780 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2932,8 +2932,8 @@ packages: - cdk-iam-floyd - winston - [email protected]: - resolution: {integrity: sha512-H/OUu9/zUfP89z1APcBf2X8Us0tt8dUK4lUmKqz12QNXif3DxAs1/YqjGtcutZi1zQqeNQRWr9C+EbQnnvSSFA==} + [email protected]: + resolution: {integrity: sha512-3dS7y28uua+UDbRCLBqltMBrbI+A5U2mI9YuxHRxIWYmLj3DwntEBmERYzIAQ4DMeuCUOBSak7dBHHoXKpOTYQ==} [email protected]: resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} @@ -3324,8 +3324,8 @@ packages: resolution: {integrity: sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg==} engines: {node: '>= 14.0.0'} - [email protected]: - resolution: {integrity: sha512-032cPxaEKwM+GT3vA5JXNzIaizx388rhsSW79vGRNGXfRRAdEAn2mvk36PvK5HnOchyWZ7afLEXqYCvPCrzuzQ==} + [email protected]: + resolution: {integrity: sha512-5RU2/lxTA3YUZxju61HO2U6EoZLvBLtmV2mbTvqyu4a/7s7RmJPT+1YekhMVsQhznRWk/czIwDUg+V8Q9ZuG4w==} engines: {node: '>=16'} peerDependencies: typescript: '>=4.2.0' @@ -3635,7 +3635,7 @@ snapshots: '@antfu/[email protected]': dependencies: - package-manager-detector: 0.2.4 + package-manager-detector: 0.2.5 tinyexec: 0.3.1 '@antfu/[email protected]': {} @@ -5282,7 +5282,7 @@ snapshots: graphemer: 1.4.0 ignore: 5.3.2 natural-compare: 1.4.0 - ts-api-utils: 1.4.0([email protected]) + ts-api-utils: 1.4.1([email protected]) optionalDependencies: typescript: 5.7.2 transitivePeerDependencies: @@ -5312,7 +5312,7 @@ snapshots: '@typescript-eslint/utils': 8.15.0([email protected])([email protected]) debug: 4.3.7 eslint: 9.15.0 - ts-api-utils: 1.4.0([email protected]) + ts-api-utils: 1.4.1([email protected]) optionalDependencies: typescript: 5.7.2 transitivePeerDependencies: @@ -5329,7 +5329,7 @@ snapshots: is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.6.3 - ts-api-utils: 1.4.0([email protected]) + ts-api-utils: 1.4.1([email protected]) optionalDependencies: typescript: 5.7.2 transitivePeerDependencies: @@ -7520,7 +7520,7 @@ snapshots: aws-cdk-lib: 2.170.0([email protected]) constructs: 10.4.2 - [email protected]: {} + [email protected]: {} [email protected]: dependencies: @@ -7897,7 +7897,7 @@ snapshots: [email protected]: {} - [email protected]([email protected]): + [email protected]([email protected]): dependencies: typescript: 5.7.2 ```
- Loading branch information