diff --git a/bun.lock b/bun.lock index 79e7f634..26758edd 100644 --- a/bun.lock +++ b/bun.lock @@ -36,7 +36,7 @@ "eslint-config-next": "15.2.4", "postcss": "8.5.3", "tailwindcss": "4.1.2", - "typescript": "5.8.2", + "typescript": "5.8.3", }, }, }, @@ -1529,7 +1529,7 @@ "typed-array-length": ["typed-array-length@1.0.7", "", { "dependencies": { "call-bind": "^1.0.7", "for-each": "^0.3.3", "gopd": "^1.0.1", "is-typed-array": "^1.1.13", "possible-typed-array-names": "^1.0.0", "reflect.getprototypeof": "^1.0.6" } }, "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg=="], - "typescript": ["typescript@5.8.2", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ=="], + "typescript": ["typescript@5.8.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ=="], "ufo": ["ufo@1.5.4", "", {}, "sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ=="], diff --git a/package.json b/package.json index 1b48dab3..24420ac0 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "babel-plugin-react-compiler": "19.0.0-beta-e993439-20250328", "postcss": "8.5.3", "tailwindcss": "4.1.2", - "typescript": "5.8.2", + "typescript": "5.8.3", "eslint": "9.23.0", "eslint-config-next": "15.2.4", "@eslint/eslintrc": "3.3.1",