diff --git a/bun.lockb b/bun.lockb index c5b170f..713644a 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package-lock.json b/package-lock.json index bcc7f3b..2ca6f86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "mysql2": "^3.11.3" }, "devDependencies": { - "@types/bun": "1.1.6" + "@types/bun": "1.1.10" }, "peerDependencies": { "typescript": "^5.0.0" @@ -189,11 +189,12 @@ } }, "node_modules/@types/bun": { - "version": "1.1.6", + "version": "1.1.10", + "resolved": "https://registry.npmjs.org/@types/bun/-/bun-1.1.10.tgz", + "integrity": "sha512-76KYVSwrHwr9zsnk6oLXOGs9KvyBg3U066GLO4rk6JZk1ypEPGCUDZ5yOiESyIHWs9cx9iC8r01utYN32XdmgA==", "dev": true, - "license": "MIT", "dependencies": { - "bun-types": "1.1.17" + "bun-types": "1.1.29" } }, "node_modules/@types/node": { @@ -228,9 +229,10 @@ } }, "node_modules/bun-types": { - "version": "1.1.17", + "version": "1.1.29", + "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.29.tgz", + "integrity": "sha512-En3/TzSPMPyl5UlUB1MHzHpcrZDakTm7mS203eLoX1fBoEa3PW+aSS8GAqVJ7Is/m34Z5ogL+ECniLY0uDaCPw==", "dev": true, - "license": "MIT", "dependencies": { "@types/node": "~20.12.8", "@types/ws": "~8.5.10" diff --git a/package.json b/package.json index 26e84f6..31b5a12 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "module", "version": "1.2.4", "devDependencies": { - "@types/bun": "1.1.6" + "@types/bun": "1.1.10" }, "peerDependencies": { "typescript": "^5.0.0"