diff --git a/package-lock.json b/package-lock.json index 3ef4ef9..f0fcaa6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "stylelint-config-recommended-scss": "^4.3.0", "stylelint-prettier": "^1.2.0", "stylelint-scss": "^3.20.1", - "typescript": "^4.3.5" + "typescript": "^4.5.4" } }, "node_modules/@babel/code-frame": { @@ -8421,9 +8421,9 @@ } }, "node_modules/typescript": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", - "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==", + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", + "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -15330,9 +15330,9 @@ } }, "typescript": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", - "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==", + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", + "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", "dev": true }, "unbox-primitive": { diff --git a/package.json b/package.json index 1be218a..b63fc48 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,6 @@ "stylelint-config-recommended-scss": "^4.3.0", "stylelint-prettier": "^1.2.0", "stylelint-scss": "^3.20.1", - "typescript": "^4.3.5" + "typescript": "^4.5.4" } }