diff --git a/package-lock.json b/package-lock.json index ab0a5a9..bae4841 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "sanitize-html": "^2.13.1", "sass": "^1.79.4", "tailwindcss": "^3.4.13", - "typescript": "^5.6.2" + "typescript": "^5.6.3" }, "devDependencies": { "@types/markdown-it": "^14.1.2", @@ -7185,9 +7185,9 @@ "license": "MIT" }, "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==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index e00a435..3d8d582 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "sanitize-html": "^2.13.1", "sass": "^1.79.4", "tailwindcss": "^3.4.13", - "typescript": "^5.6.2" + "typescript": "^5.6.3" }, "devDependencies": { "@types/markdown-it": "^14.1.2",