diff --git a/package-lock.json b/package-lock.json index ffba56cab..f05456d70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "ts-interface-checker": "1.0.2", "ts-json-validator": "0.7.1", "ts-node": "9.1.1", - "typescript": "4.5.2", + "typescript": "4.5.4", "vega": "5.21.0", "vega-lite": "4.11.0", "yup": "0.32.11", @@ -12883,9 +12883,9 @@ } }, "node_modules/typescript": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz", - "integrity": "sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==", + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", + "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -23802,9 +23802,9 @@ } }, "typescript": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz", - "integrity": "sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==" + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", + "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==" }, "unique-string": { "version": "2.0.0", diff --git a/package.json b/package.json index 84e7e2d10..6c5028a37 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "ts-interface-checker": "1.0.2", "ts-json-validator": "0.7.1", "ts-node": "9.1.1", - "typescript": "4.5.2", + "typescript": "4.5.4", "vega": "5.21.0", "vega-lite": "4.11.0", "yup": "0.32.11",