diff --git a/package-lock.json b/package-lock.json index 8e60853c..507817b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "stylelint-config-standard": "^36.0.1", "stylelint-order": "^6.0.4", "stylelint-selector-bem-pattern": "^4.0.0", - "typescript": "^5.4.5" + "typescript": "^5.5.2" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -18322,9 +18322,9 @@ } }, "node_modules/typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", + "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -32324,9 +32324,9 @@ } }, "typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==" + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", + "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==" }, "ua-parser-js": { "version": "1.0.35", diff --git a/package.json b/package.json index c474e18a..20a41d86 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "stylelint-config-standard": "^36.0.1", "stylelint-order": "^6.0.4", "stylelint-selector-bem-pattern": "^4.0.0", - "typescript": "^5.4.5" + "typescript": "^5.5.2" }, "lint-staged": { "**/*": "npm run format"