diff --git a/package-lock.json b/package-lock.json index e2b1133..026e02e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@types/node": "^20.14.10", "prettier": "^3.3.2", "sass": "^1.77.6", - "typescript": "^5.5.2", + "typescript": "^5.5.3", "vite": "^5.3.3", "vue": "^3.4.31" } @@ -1179,9 +1179,9 @@ } }, "node_modules/typescript": { - "version": "5.5.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", - "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 7cb636e..b13dcdd 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@types/node": "^20.14.10", "prettier": "^3.3.2", "sass": "^1.77.6", - "typescript": "^5.5.2", + "typescript": "^5.5.3", "vite": "^5.3.3", "vue": "^3.4.31" },