diff options
author | 2023-07-04 04:14:06 -0700 | |
---|---|---|
committer | 2023-07-04 04:14:06 -0700 | |
commit | 491e8f7e00aaf710f2fcd480a96cb002541de013 (patch) | |
tree | f7e7dbf446d6c5db615e34cd6b3619bf4575ef38 | |
parent | bb96aa5156cd13cb6662991368a10b19a8d13239 (diff) | |
download | bun-491e8f7e00aaf710f2fcd480a96cb002541de013.tar.gz bun-491e8f7e00aaf710f2fcd480a96cb002541de013.tar.zst bun-491e8f7e00aaf710f2fcd480a96cb002541de013.zip |
bump
-rwxr-xr-x | test/bun.lockb | bin | 140524 -> 141113 bytes | |||
-rw-r--r-- | test/js/third_party/socket.io/package.json | 2 | ||||
-rw-r--r-- | test/package.json | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/test/bun.lockb b/test/bun.lockb Binary files differindex e3a2abdfa..c35182d46 100755 --- a/test/bun.lockb +++ b/test/bun.lockb diff --git a/test/js/third_party/socket.io/package.json b/test/js/third_party/socket.io/package.json index af70e36a6..e54aa3de9 100644 --- a/test/js/third_party/socket.io/package.json +++ b/test/js/third_party/socket.io/package.json @@ -4,6 +4,6 @@ "dependencies": { "socket.io": "4.6.1", "socket.io-client": "4.6.1", - "supertest": "6.1.6" + "supertest": "6.3.3" } } diff --git a/test/package.json b/test/package.json index db0053874..d26875126 100644 --- a/test/package.json +++ b/test/package.json @@ -20,7 +20,7 @@ "prisma": "4.15.0", "socket.io": "4.7.1", "socket.io-client": "4.7.1", - "supertest": "6.1.6", + "supertest": "6.3.3", "svelte": "3.55.1", "typescript": "5.0.2", "undici": "5.20.0", |