diff --git a/package-lock.json b/package-lock.json index 62f15ababa..3e16069a42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -71,7 +71,7 @@ "snowpack": "^3.8.6", "ts-jest": "^27.1.1", "ts-node": "^10.4.0", - "typescript": "^4.5.3" + "typescript": "^4.5.4" }, "engines": { "node": "16" @@ -20205,9 +20205,9 @@ } }, "node_modules/typescript": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.3.tgz", - "integrity": "sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==", + "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" @@ -36986,9 +36986,9 @@ } }, "typescript": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.3.tgz", - "integrity": "sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==" + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", + "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==" }, "unbox-primitive": { "version": "1.0.1", diff --git a/package.json b/package.json index cd36b37dc7..8452a009a6 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "snowpack": "^3.8.6", "ts-jest": "^27.1.1", "ts-node": "^10.4.0", - "typescript": "^4.5.3" + "typescript": "^4.5.4" }, "lint-staged": { "*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"