Skip to content

Commit

Permalink
chore(deps): update dependency tinybench to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 27, 2024
1 parent 0271649 commit 31dc55b
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/argon2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
"@napi-rs/cli": "^3.0.0-alpha.64",
"argon2": "^0.41.0",
"cross-env": "^7.0.3",
"tinybench": "^2.9.0"
"tinybench": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/bcrypt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"cross-env": "^7.0.3",
"tinybench": "^2.9.0"
"tinybench": "^3.0.0"
},
"funding": {
"type": "github",
Expand Down
2 changes: 1 addition & 1 deletion packages/crc32/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"crc": "^4.3.2",
"cross-env": "^7.0.3",
"sse4_crc32": "^7.0.0",
"tinybench": "^2.9.0"
"tinybench": "^3.0.0"
},
"funding": {
"type": "github",
Expand Down
2 changes: 1 addition & 1 deletion packages/jieba/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@napi-rs/cli": "^3.0.0-alpha.64",
"cross-env": "^7.0.3",
"nodejieba": "^3.0.0",
"tinybench": "^2.9.0"
"tinybench": "^3.0.0"
},
"funding": {
"type": "github",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsonwebtoken/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
"@types/jsonwebtoken": "^9.0.6",
"cross-env": "^7.0.3",
"jsonwebtoken": "^9.0.2",
"tinybench": "^2.9.0"
"tinybench": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/xxhash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@oxc-node/core": "^0.0.15",
"@types/xxhashjs": "^0.2.4",
"cross-env": "^7.0.3",
"tinybench": "^2.9.0",
"tinybench": "^3.0.0",
"webpack": "^5.92.1",
"xxhash": "^0.3.0",
"xxhashjs": "^0.2.2"
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ __metadata:
"@napi-rs/cli": "npm:^3.0.0-alpha.64"
argon2: "npm:^0.41.0"
cross-env: "npm:^7.0.3"
tinybench: "npm:^2.9.0"
tinybench: "npm:^3.0.0"
languageName: unknown
linkType: soft

Expand All @@ -1057,7 +1057,7 @@ __metadata:
bcrypt: "npm:^5.1.1"
bcryptjs: "npm:^2.4.3"
cross-env: "npm:^7.0.3"
tinybench: "npm:^2.9.0"
tinybench: "npm:^3.0.0"
languageName: unknown
linkType: soft

Expand All @@ -1072,7 +1072,7 @@ __metadata:
crc: "npm:^4.3.2"
cross-env: "npm:^7.0.3"
sse4_crc32: "npm:^7.0.0"
tinybench: "npm:^2.9.0"
tinybench: "npm:^3.0.0"
languageName: unknown
linkType: soft

Expand All @@ -1091,7 +1091,7 @@ __metadata:
"@napi-rs/cli": "npm:^3.0.0-alpha.64"
cross-env: "npm:^7.0.3"
nodejieba: "npm:^3.0.0"
tinybench: "npm:^2.9.0"
tinybench: "npm:^3.0.0"
languageName: unknown
linkType: soft

Expand All @@ -1104,7 +1104,7 @@ __metadata:
"@types/jsonwebtoken": "npm:^9.0.6"
cross-env: "npm:^7.0.3"
jsonwebtoken: "npm:^9.0.2"
tinybench: "npm:^2.9.0"
tinybench: "npm:^3.0.0"
languageName: unknown
linkType: soft

Expand All @@ -1116,7 +1116,7 @@ __metadata:
"@oxc-node/core": "npm:^0.0.15"
"@types/xxhashjs": "npm:^0.2.4"
cross-env: "npm:^7.0.3"
tinybench: "npm:^2.9.0"
tinybench: "npm:^3.0.0"
webpack: "npm:^5.92.1"
xxhash: "npm:^0.3.0"
xxhashjs: "npm:^0.2.2"
Expand Down Expand Up @@ -8283,10 +8283,10 @@ __metadata:
languageName: node
linkType: hard

"tinybench@npm:^2.9.0":
version: 2.9.0
resolution: "tinybench@npm:2.9.0"
checksum: 10c0/c3500b0f60d2eb8db65250afe750b66d51623057ee88720b7f064894a6cb7eb93360ca824a60a31ab16dab30c7b1f06efe0795b352e37914a9d4bad86386a20c
"tinybench@npm:^3.0.0":
version: 3.0.0
resolution: "tinybench@npm:3.0.0"
checksum: 10c0/47d5f532b12be9e7898a7a9048428ba88fd8e1a2ceb3ddd46a297cfc1e90130b18866c3deacd423778d53a8de7267d0e80acdf964c5490891b78d31e06742821
languageName: node
linkType: hard

Expand Down

0 comments on commit 31dc55b

Please sign in to comment.