From 0f3c6cf0efd4f9ab667fd0698fabaf2b40b2434a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 05:22:52 +0000 Subject: [PATCH] chore(deps): update dependency tinybench to v3 --- google-protobuf/package.json | 2 +- google-protobuf/pnpm-lock.yaml | 11 ++++++----- protobuf-ts/package.json | 2 +- protobuf-ts/pnpm-lock.yaml | 11 ++++++----- ts-proto-v2/package.json | 2 +- ts-proto-v2/pnpm-lock.yaml | 11 ++++++----- ts-proto/package.json | 2 +- ts-proto/pnpm-lock.yaml | 11 ++++++----- 8 files changed, 28 insertions(+), 24 deletions(-) diff --git a/google-protobuf/package.json b/google-protobuf/package.json index b1bc807..45330ff 100644 --- a/google-protobuf/package.json +++ b/google-protobuf/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^8.4.1", "@grpc/grpc-js": "^1.11.1", "google-protobuf": "^3.21.4", - "tinybench": "^2.9.0", + "tinybench": "^3.0.0", "tslib": "^2.6.3" }, "devDependencies": { diff --git a/google-protobuf/pnpm-lock.yaml b/google-protobuf/pnpm-lock.yaml index a2dadab..c6fdee7 100644 --- a/google-protobuf/pnpm-lock.yaml +++ b/google-protobuf/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: specifier: ^3.21.4 version: 3.21.4 tinybench: - specifier: ^2.9.0 - version: 2.9.0 + specifier: ^3.0.0 + version: 3.0.0 tslib: specifier: ^2.6.3 version: 2.6.3 @@ -364,8 +364,9 @@ packages: resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==} engines: {node: '>=10'} - tinybench@2.9.0: - resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==} + tinybench@3.0.0: + resolution: {integrity: sha512-931sGm66Zjp7c4o/DePaq8AKlCdq/ZldpS1b8O7r3SxSuxJpqoqeUprTOsW2CBhrw54U3mTmcS97LsBqPXEQLw==} + engines: {node: '>=18.0.0'} tr46@0.0.3: resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} @@ -741,7 +742,7 @@ snapshots: mkdirp: 1.0.4 yallist: 4.0.0 - tinybench@2.9.0: {} + tinybench@3.0.0: {} tr46@0.0.3: {} diff --git a/protobuf-ts/package.json b/protobuf-ts/package.json index f423c14..4e31755 100644 --- a/protobuf-ts/package.json +++ b/protobuf-ts/package.json @@ -15,7 +15,7 @@ "@grpc/grpc-js": "^1.11.1", "@protobuf-ts/runtime": "^2.9.4", "@protobuf-ts/runtime-rpc": "^2.9.4", - "tinybench": "^2.9.0", + "tinybench": "^3.0.0", "tslib": "^2.6.3" }, "devDependencies": { diff --git a/protobuf-ts/pnpm-lock.yaml b/protobuf-ts/pnpm-lock.yaml index 44a8911..061c231 100644 --- a/protobuf-ts/pnpm-lock.yaml +++ b/protobuf-ts/pnpm-lock.yaml @@ -21,8 +21,8 @@ importers: specifier: ^2.9.4 version: 2.9.4 tinybench: - specifier: ^2.9.0 - version: 2.9.0 + specifier: ^3.0.0 + version: 3.0.0 tslib: specifier: ^2.6.3 version: 2.6.3 @@ -164,8 +164,9 @@ packages: resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} engines: {node: '>=8'} - tinybench@2.9.0: - resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==} + tinybench@3.0.0: + resolution: {integrity: sha512-931sGm66Zjp7c4o/DePaq8AKlCdq/ZldpS1b8O7r3SxSuxJpqoqeUprTOsW2CBhrw54U3mTmcS97LsBqPXEQLw==} + engines: {node: '>=18.0.0'} tslib@2.6.3: resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==} @@ -322,7 +323,7 @@ snapshots: dependencies: ansi-regex: 5.0.1 - tinybench@2.9.0: {} + tinybench@3.0.0: {} tslib@2.6.3: {} diff --git a/ts-proto-v2/package.json b/ts-proto-v2/package.json index 83fbb88..f29b7fd 100644 --- a/ts-proto-v2/package.json +++ b/ts-proto-v2/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^9.0.3", "@grpc/grpc-js": "^1.12.2", "protobufjs": "^7.4.0", - "tinybench": "^2.9.0", + "tinybench": "^3.0.0", "tslib": "^2.8.0" }, "devDependencies": { diff --git a/ts-proto-v2/pnpm-lock.yaml b/ts-proto-v2/pnpm-lock.yaml index 1f5e609..fe8520b 100644 --- a/ts-proto-v2/pnpm-lock.yaml +++ b/ts-proto-v2/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: specifier: ^7.4.0 version: 7.4.0 tinybench: - specifier: ^2.9.0 - version: 2.9.0 + specifier: ^3.0.0 + version: 3.0.0 tslib: specifier: ^2.8.0 version: 2.8.0 @@ -2253,8 +2253,9 @@ packages: resolution: {integrity: sha512-wMctrWD2HZZLuIlchlkE2dfXJh7J2KDI9Dwl+2abPYg0mswQHfOAyQW3jJg1pY5VfttSINZuKcXoB3FGypVklA==} engines: {node: '>=8'} - tinybench@2.9.0: - resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==} + tinybench@3.0.0: + resolution: {integrity: sha512-931sGm66Zjp7c4o/DePaq8AKlCdq/ZldpS1b8O7r3SxSuxJpqoqeUprTOsW2CBhrw54U3mTmcS97LsBqPXEQLw==} + engines: {node: '>=18.0.0'} tmp@0.0.33: resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} @@ -5153,7 +5154,7 @@ snapshots: timestring@6.0.0: {} - tinybench@2.9.0: {} + tinybench@3.0.0: {} tmp@0.0.33: dependencies: diff --git a/ts-proto/package.json b/ts-proto/package.json index 30022fd..c686058 100644 --- a/ts-proto/package.json +++ b/ts-proto/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^9.0.3", "@grpc/grpc-js": "^1.12.2", "protobufjs": "^7.4.0", - "tinybench": "^2.9.0", + "tinybench": "^3.0.0", "tslib": "^2.8.0" }, "devDependencies": { diff --git a/ts-proto/pnpm-lock.yaml b/ts-proto/pnpm-lock.yaml index b2bdb3b..cf74df2 100644 --- a/ts-proto/pnpm-lock.yaml +++ b/ts-proto/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: specifier: ^7.4.0 version: 7.4.0 tinybench: - specifier: ^2.9.0 - version: 2.9.0 + specifier: ^3.0.0 + version: 3.0.0 tslib: specifier: ^2.8.0 version: 2.8.0 @@ -2250,8 +2250,9 @@ packages: resolution: {integrity: sha512-wMctrWD2HZZLuIlchlkE2dfXJh7J2KDI9Dwl+2abPYg0mswQHfOAyQW3jJg1pY5VfttSINZuKcXoB3FGypVklA==} engines: {node: '>=8'} - tinybench@2.9.0: - resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==} + tinybench@3.0.0: + resolution: {integrity: sha512-931sGm66Zjp7c4o/DePaq8AKlCdq/ZldpS1b8O7r3SxSuxJpqoqeUprTOsW2CBhrw54U3mTmcS97LsBqPXEQLw==} + engines: {node: '>=18.0.0'} tmp@0.0.33: resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} @@ -5148,7 +5149,7 @@ snapshots: timestring@6.0.0: {} - tinybench@2.9.0: {} + tinybench@3.0.0: {} tmp@0.0.33: dependencies: