diff --git a/bun.lockb b/bun.lockb old mode 100644 new mode 100755 index f901f90..6876540 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package-lock.json b/package-lock.json index e4ec8d3..8a51601 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "mysql2": "^3.11.0" }, "devDependencies": { - "@types/bun": "1.1.6" + "@types/bun": "1.1.9" }, "peerDependencies": { "typescript": "^5.0.0" @@ -189,11 +189,12 @@ } }, "node_modules/@types/bun": { - "version": "1.1.6", + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/@types/bun/-/bun-1.1.9.tgz", + "integrity": "sha512-SXJRejXpmAc3qxyN/YS4/JGWEzLf4dDBa5fLtRDipQXHqNccuMU4EUYCooXNTsylG0DmwFQsGgEDHxZF+3DqRw==", "dev": true, - "license": "MIT", "dependencies": { - "bun-types": "1.1.17" + "bun-types": "1.1.27" } }, "node_modules/@types/node": { @@ -228,9 +229,10 @@ } }, "node_modules/bun-types": { - "version": "1.1.17", + "version": "1.1.27", + "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.27.tgz", + "integrity": "sha512-rHXAiIDefeMS/fleNM1rRDYqolJGNRdch3+AuCRwcZWaqTa1vjGBNsahH/HVV7Y82frllYhJomCVSEiHzLzkgg==", "dev": true, - "license": "MIT", "dependencies": { "@types/node": "~20.12.8", "@types/ws": "~8.5.10" diff --git a/package.json b/package.json index a9cf1d9..567d2e1 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.9" }, "peerDependencies": { "typescript": "^5.0.0"