diff --git a/bun.lockb b/bun.lockb index 713644a..0aa1739 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package-lock.json b/package-lock.json index 2ca6f86..d7b41ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "mysql2": "^3.11.3" }, "devDependencies": { - "@types/bun": "1.1.10" + "@types/bun": "1.1.11" }, "peerDependencies": { "typescript": "^5.0.0" @@ -189,12 +189,12 @@ } }, "node_modules/@types/bun": { - "version": "1.1.10", - "resolved": "https://registry.npmjs.org/@types/bun/-/bun-1.1.10.tgz", - "integrity": "sha512-76KYVSwrHwr9zsnk6oLXOGs9KvyBg3U066GLO4rk6JZk1ypEPGCUDZ5yOiESyIHWs9cx9iC8r01utYN32XdmgA==", + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/@types/bun/-/bun-1.1.11.tgz", + "integrity": "sha512-0N7D/H/8sbf9JMkaG5F3+I/cB4TlhKTkO9EskEWP8XDr8aVcDe4EywSnU4cnyZy6tar1dq70NeFNkqMEUigthw==", "dev": true, "dependencies": { - "bun-types": "1.1.29" + "bun-types": "1.1.30" } }, "node_modules/@types/node": { @@ -229,9 +229,9 @@ } }, "node_modules/bun-types": { - "version": "1.1.29", - "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.29.tgz", - "integrity": "sha512-En3/TzSPMPyl5UlUB1MHzHpcrZDakTm7mS203eLoX1fBoEa3PW+aSS8GAqVJ7Is/m34Z5ogL+ECniLY0uDaCPw==", + "version": "1.1.30", + "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.30.tgz", + "integrity": "sha512-mGh7NLisOXskBU62DxLS+/nwmLlCYHYAkCzdo4DZ9+fzrpP41hAdOqaN4DO6tQfenHb4pYb0/shw29k4/6I2yQ==", "dev": true, "dependencies": { "@types/node": "~20.12.8", diff --git a/package.json b/package.json index 31b5a12..816077b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "module", "version": "1.2.4", "devDependencies": { - "@types/bun": "1.1.10" + "@types/bun": "1.1.11" }, "peerDependencies": { "typescript": "^5.0.0"