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 (#92)
Upgrades project dependencies. The following changes were made: ```diff diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ea74c3c..c16cf6a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3120,8 +3120,8 @@ packages: [email protected]: resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} - [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==} @@ -3709,8 +3709,8 @@ packages: resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==} hasBin: true - [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' @@ -4074,7 +4074,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]': {} @@ -5047,7 +5047,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: @@ -5077,7 +5077,7 @@ snapshots: '@typescript-eslint/utils': 8.15.0([email protected]([email protected]))([email protected]) debug: 4.3.7 eslint: 9.15.0([email protected]) - ts-api-utils: 1.4.0([email protected]) + ts-api-utils: 1.4.1([email protected]) optionalDependencies: typescript: 5.7.2 transitivePeerDependencies: @@ -5094,7 +5094,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: @@ -7666,7 +7666,7 @@ snapshots: [email protected]: {} - [email protected]: {} + [email protected]: {} [email protected]: dependencies: @@ -8313,7 +8313,7 @@ snapshots: [email protected]: {} - [email protected]([email protected]): + [email protected]([email protected]): dependencies: typescript: 5.7.2 ```
- Loading branch information