diff --git a/package-lock.json b/package-lock.json index 185a339..e8ebf28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "jest-circus": "^29.5.0", "prettier": "^2.8.7", "ts-jest": "^28.0.8", - "typescript": ">=5.0.2" + "typescript": ">=5.0.3" } }, "node_modules/@actions/core": { @@ -4166,9 +4166,9 @@ } }, "node_modules/typescript": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz", - "integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.3.tgz", + "integrity": "sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -7473,9 +7473,9 @@ "dev": true }, "typescript": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.2.tgz", - "integrity": "sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.3.tgz", + "integrity": "sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==", "dev": true }, "uuid": { diff --git a/package.json b/package.json index 6c9328d..ef989b9 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,6 @@ "jest-circus": "^29.5.0", "prettier": "^2.8.7", "ts-jest": "^28.0.8", - "typescript": ">=5.0.2" + "typescript": ">=5.0.3" } }