diff --git a/package-lock.json b/package-lock.json index 9ee16a1..a5680a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "mocha": "10.2.0", "npm-run-all": "^4.1.5", "rimraf": "^5.0.1", - "typescript": "5.2.2" + "typescript": "5.4.2" }, "engines": { "vscode": "^1.65.0" @@ -4054,9 +4054,9 @@ } }, "node_modules/typescript": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", - "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", + "version": "5.4.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz", + "integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 5bd2215..fe40e6e 100644 --- a/package.json +++ b/package.json @@ -260,7 +260,7 @@ "mocha": "10.2.0", "npm-run-all": "^4.1.5", "rimraf": "^5.0.1", - "typescript": "5.2.2" + "typescript": "5.4.2" }, "dependencies": { "axios": "1.6.5",