diff --git a/package-lock.json b/package-lock.json index 3fb79f5d..90a4c703 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "prettier": "3.3.3", "stylelint": "16.9.0", "stylelint-config-standard": "36.0.1", - "typescript": "5.6.2", + "typescript": "5.6.3", "vite": "5.4.6", "vitest": "2.1.1" } @@ -5554,9 +5554,9 @@ } }, "node_modules/typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 74c50c03..d502345c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "prettier": "3.3.3", "stylelint": "16.9.0", "stylelint-config-standard": "36.0.1", - "typescript": "5.6.2", + "typescript": "5.6.3", "vite": "5.4.6", "vitest": "2.1.1" },