diff --git a/package-lock.json b/package-lock.json index 60c67f5fb4..0783647e5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -71,7 +71,7 @@ "snowpack": "^3.8.6", "ts-jest": "^27.1.3", "ts-node": "^10.4.0", - "typescript": "^4.5.4" + "typescript": "^4.5.5" }, "engines": { "node": "16" @@ -20143,9 +20143,9 @@ } }, "node_modules/typescript": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", - "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", + "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -36801,9 +36801,9 @@ } }, "typescript": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", - "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==" + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", + "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==" }, "unbox-primitive": { "version": "1.0.1", diff --git a/package.json b/package.json index 3651815c07..d3e6c7868a 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "snowpack": "^3.8.6", "ts-jest": "^27.1.3", "ts-node": "^10.4.0", - "typescript": "^4.5.4" + "typescript": "^4.5.5" }, "lint-staged": { "*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"