diff --git a/bun.lockb b/bun.lockb index 18a1751..6d8290f 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package-lock.json b/package-lock.json index 39b558d..123c39a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "discord.js": "^14.16.2" }, "devDependencies": { - "@types/bun": "1.1.9", + "@types/bun": "1.1.12", "@types/eslint__js": "^8.42.3", "eslint": "^8.56.0", "typescript-eslint": "^7.0.1" @@ -285,12 +285,12 @@ } }, "node_modules/@types/bun": { - "version": "1.1.9", - "resolved": "https://registry.npmjs.org/@types/bun/-/bun-1.1.9.tgz", - "integrity": "sha512-SXJRejXpmAc3qxyN/YS4/JGWEzLf4dDBa5fLtRDipQXHqNccuMU4EUYCooXNTsylG0DmwFQsGgEDHxZF+3DqRw==", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/@types/bun/-/bun-1.1.12.tgz", + "integrity": "sha512-UkewJesRDP3+AW30Gc8hvxuIt+vHgYZXmVOKaXV8xnwAnMXTAs3XZDsa/jW+LSdAYhHslokSm72lq63FYYjZqA==", "dev": true, "dependencies": { - "bun-types": "1.1.27" + "bun-types": "1.1.32" } }, "node_modules/@types/eslint": { @@ -642,9 +642,9 @@ } }, "node_modules/bun-types": { - "version": "1.1.27", - "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.27.tgz", - "integrity": "sha512-rHXAiIDefeMS/fleNM1rRDYqolJGNRdch3+AuCRwcZWaqTa1vjGBNsahH/HVV7Y82frllYhJomCVSEiHzLzkgg==", + "version": "1.1.32", + "resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.1.32.tgz", + "integrity": "sha512-Lxgux4InO/WRjSAEy3iyDscsnDXR8+3rgNDeZYjPAizFYjUraoNuMl9PuRd9XMgFZgdyQwaUX7/QHmOw5KGFQw==", "dev": true, "dependencies": { "@types/node": "~20.12.8", diff --git a/package.json b/package.json index 9d8ecbb..7b698f8 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "start": "bun ." }, "devDependencies": { - "@types/bun": "1.1.9", + "@types/bun": "1.1.12", "@types/eslint__js": "^8.42.3", "eslint": "^8.56.0", "typescript-eslint": "^7.0.1"