diff --git a/package-lock.json b/package-lock.json index 624f281..16da9fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "eslint-plugin-jsdoc": "^48.1.0", "prettier": "^3.2.5", "source-map-support": "^0.5.21", - "typescript": "^5.3.3" + "typescript": "^5.4.5" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -3332,9 +3332,9 @@ } }, "node_modules/typescript": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", - "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 347cd06..e6022fc 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "prettier": "^3.2.5", "eslint-plugin-jsdoc": "^48.1.0", "source-map-support": "^0.5.21", - "typescript": "^5.3.3" + "typescript": "^5.4.5" }, "dependencies": { "@mfdlabs/environment": "^1.0.3",