diff --git a/package-lock.json b/package-lock.json index 4bfd80215..92d50fdf7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,7 @@ "react-scripts": "5.0.1", "redux-devtools": "3.7.0", "source-map-explorer": "2.5.3", - "typescript": "5.5.2" + "typescript": "5.5.3" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -26263,9 +26263,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==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index a6da8514c..d5d15a416 100644 --- a/package.json +++ b/package.json @@ -93,6 +93,6 @@ "react-scripts": "5.0.1", "redux-devtools": "3.7.0", "source-map-explorer": "2.5.3", - "typescript": "5.5.2" + "typescript": "5.5.3" } }