aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-07-04 04:14:06 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-07-04 04:14:06 -0700
commit491e8f7e00aaf710f2fcd480a96cb002541de013 (patch)
treef7e7dbf446d6c5db615e34cd6b3619bf4575ef38
parentbb96aa5156cd13cb6662991368a10b19a8d13239 (diff)
downloadbun-491e8f7e00aaf710f2fcd480a96cb002541de013.tar.gz
bun-491e8f7e00aaf710f2fcd480a96cb002541de013.tar.zst
bun-491e8f7e00aaf710f2fcd480a96cb002541de013.zip
bump
-rwxr-xr-xtest/bun.lockbbin140524 -> 141113 bytes
-rw-r--r--test/js/third_party/socket.io/package.json2
-rw-r--r--test/package.json2
3 files changed, 2 insertions, 2 deletions
diff --git a/test/bun.lockb b/test/bun.lockb
index e3a2abdfa..c35182d46 100755
--- a/test/bun.lockb
+++ b/test/bun.lockb
Binary files differ
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",