diff --git a/theme-sample/package-lock.json b/theme-sample/package-lock.json index 00bebf749..236711e84 100644 --- a/theme-sample/package-lock.json +++ b/theme-sample/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "MIT", "dependencies": { - "typescript": "^5.6.2" + "typescript": "^5.6.3" }, "devDependencies": { "@eslint/js": "^9.13.0", @@ -1452,9 +1452,10 @@ } }, "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", "tsserver": "bin/tsserver" @@ -2679,9 +2680,9 @@ } }, "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==" }, "typescript-eslint": { "version": "8.11.0", diff --git a/theme-sample/package.json b/theme-sample/package.json index d4dfc46dd..aaa379187 100644 --- a/theme-sample/package.json +++ b/theme-sample/package.json @@ -26,7 +26,7 @@ ] }, "dependencies": { - "typescript": "^5.6.2" + "typescript": "^5.6.3" }, "devDependencies": { "@eslint/js": "^9.13.0",