diff --git a/bun.lockb b/bun.lockb index 6763e80..9fd3c71 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index b089f2c..0663487 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@biomejs/biome": "^1.5.1", "@types/bun": "^1.0.1", - "@types/node": "^20.10.8", + "@types/node": "^20.11.0", "@types/react": "^18.2.47", "@types/react-dom": "^18.2.18", "autoprefixer": "^10.4.16", diff --git a/yarn.lock b/yarn.lock index 26fc169..13f21fe 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: 7CE571B7D940BD71-1976f8abe6e563bc-6961863A234B4A03-bb0d694f242ec39b +# bun ./bun.lockb --hash: 7DCFB2726077EB1C-ade356871728bc28-EF980D93D4938E84-2a8191c025c30e84 "@alloc/quick-lru@^5.2.0": @@ -196,13 +196,20 @@ dependencies: bun-types "1.0.21" -"@types/node@*", "@types/node@^20.10.8": +"@types/node@*": version "20.10.8" resolved "https://registry.npmjs.org/@types/node/-/node-20.10.8.tgz" integrity sha512-f8nQs3cLxbAFc00vEU59yf9UyGUftkPaLGfvbVOIDdx2i1b8epBqj2aNGyP19fiyXWvlmZ7qC1XLjAzw/OKIeA== dependencies: undici-types "~5.26.4" +"@types/node@^20.11.0": + version "20.11.0" + resolved "https://registry.npmjs.org/@types/node/-/node-20.11.0.tgz" + integrity sha512-o9bjXmDNcF7GbM4CNQpmi+TutCgap/K3w1JyKgxAjqx41zp9qlIAVFi0IhCNsJcXolEqLWhbFbEeL0PvYm4pcQ== + 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"