diff --git a/package-lock.json b/package-lock.json index 1229328..bdd5382 100644 --- a/package-lock.json +++ b/package-lock.json @@ -96,7 +96,7 @@ "jest": "^29.7.0", "mini-css-extract-plugin": "^2.9.0", "ts-jest": "^29.2.2", - "typescript": "^5.5.2", + "typescript": "^5.5.3", "webpack-cli": "^5.1.4" }, "engines": { @@ -27962,9 +27962,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 0548eac..041a81b 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "jest": "^29.7.0", "mini-css-extract-plugin": "^2.9.0", "ts-jest": "^29.2.2", - "typescript": "^5.5.2", + "typescript": "^5.5.3", "webpack-cli": "^5.1.4" } }