diff --git a/bun.lockb b/bun.lockb index 791be398..e34630c5 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 91f742a7..1516010e 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@happy-dom/global-registrator": "^14.10.1", "@heroicons/react": "^2.1.3", "@testing-library/react": "^15.0.7", - "@types/bun": "^1.1.1", + "@types/bun": "^1.1.2", "@types/react": "^18.3.2", "@types/react-dom": "^18.3.0", "daisyui": "^4.11.1", diff --git a/yarn.lock b/yarn.lock index d407324e..19eb3129 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1,6 +1,6 @@ # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. # yarn lockfile v1 -# bun ./bun.lockb --hash: F93427C29FBB94CB-0e59ce953be3e63c-0A1089B8F03ED3F5-e949d3d23733bb1e +# bun ./bun.lockb --hash: 8C28263AA9DB7F75-442d56e0cc1c1a16-20E322BDF1C94592-aabc97c1b1412a53 "@alloc/quick-lru@^5.2.0": @@ -379,21 +379,14 @@ resolved "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz" integrity sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw== -"@types/bun@^1.1.1": - version "1.1.1" - resolved "https://registry.npmjs.org/@types/bun/-/bun-1.1.1.tgz" - integrity sha512-lUe9rLMhgDCViciZtgDj5CMl2u7uTq/IP149kSZH/Si6FWkCioximABFf+baRQgbm8QlH4bzT0qJRteQFNqeGA== - dependencies: - bun-types "1.1.6" - -"@types/node@~20.11.3": - version "20.11.30" - resolved "https://registry.npmjs.org/@types/node/-/node-20.11.30.tgz" - integrity sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw== +"@types/bun@^1.1.2": + version "1.1.2" + resolved "https://registry.npmjs.org/@types/bun/-/bun-1.1.2.tgz" + integrity sha512-pRBDD3EDqPf83qe95i3EpYu5G2J8bbb78a3736vnCm2K8YWtEE5cvJUq2jkKvJhW07YTfQtbImywIwRhWL8z3Q== dependencies: - undici-types "~5.26.4" + bun-types "1.1.8" -"@types/node@*": +"@types/node@*", "@types/node@~20.12.8": version "20.12.11" resolved "https://registry.npmjs.org/@types/node/-/node-20.12.11.tgz" integrity sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw== @@ -510,12 +503,12 @@ braces@^3.0.2, braces@~3.0.2: dependencies: fill-range "^7.0.1" -bun-types@1.1.6: - version "1.1.6" - resolved "https://registry.npmjs.org/bun-types/-/bun-types-1.1.6.tgz" - integrity sha512-LK2aaJdBBTUkDyN+kRiJHLF3VGrAcdkEHrbBvbmTkccShPw6ZalxxKjWSBJwn4UkikhZdrdA87bZWmfUgkRUYg== +bun-types@1.1.8: + version "1.1.8" + resolved "https://registry.npmjs.org/bun-types/-/bun-types-1.1.8.tgz" + integrity sha512-dwhfuUKSGK8hm5Llcvb5+ejRh+4mIt8ibObJVKhZBsi0ScpXmt+AlaS1eDW6uRXCHj084Qt0kIqAJ08/7ZGC9Q== dependencies: - "@types/node" "~20.11.3" + "@types/node" "~20.12.8" "@types/ws" "~8.5.10" busboy@1.6.0: