diff --git a/bun.lockb b/bun.lockb index d770b67..002336c 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 43433c0..c09c70b 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@biomejs/biome": "^1.5.3", "@types/bun": "^1.0.4", - "@types/node": "^20.11.5", + "@types/node": "^20.11.6", "@types/react": "^18.2.48", "@types/react-dom": "^18.2.18", "autoprefixer": "^10.4.17", diff --git a/yarn.lock b/yarn.lock index e4bd467..558a0db 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: B873DC4CCD8AE21E-ba32231fbba69160-FE09A5DB9D810926-bb4d16cf5fd7c168 +# bun ./bun.lockb --hash: BB09D60B55ABABD2-e0c6f57f042f4539-82E27352ACD8F293-5a71e6f55792a13b "@alloc/quick-lru@^5.2.0": @@ -203,13 +203,20 @@ dependencies: undici-types "~5.26.4" -"@types/node@*", "@types/node@^20.11.5": +"@types/node@*": version "20.11.5" resolved "https://registry.npmjs.org/@types/node/-/node-20.11.5.tgz" integrity sha512-g557vgQjUUfN76MZAN/dt1z3dzcUsimuysco0KeluHgrPdJXkP/XdAURgyO2W9fZWHRtRBiVKzKn8vyOAwlG+w== dependencies: undici-types "~5.26.4" +"@types/node@^20.11.6": + version "20.11.6" + resolved "https://registry.npmjs.org/@types/node/-/node-20.11.6.tgz" + integrity sha512-+EOokTnksGVgip2PbYbr3xnR7kZigh4LbybAfBAw5BpnQ+FqBYUsvCEjYd70IXKlbohQ64mzEYmMtlWUY8q//Q== + dependencies: + undici-types "~5.26.4" + "@types/prop-types@*": version "15.7.11" resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.11.tgz"