diff --git a/package-lock.json b/package-lock.json index 49510fb..f017060 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11809,9 +11809,9 @@ } }, "typescript": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz", - "integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.4.tgz", + "integrity": "sha512-+Uru0t8qIRgjuCpiSPpfGuhHecMllk5Zsazj5LZvVsEStEjmIRRBZe+jHjGQvsgS7M1wONy2PQXd67EMyV6acg==", "dev": true }, "uglify-js": { diff --git a/package.json b/package.json index eda9897..fe2e428 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "semantic-release": "^17.3.8", "semantic-release-gitmoji": "^1.3.4", "ts-jest": "^26.5.1", - "typescript": "^4.1.3" + "typescript": "^4.1.4" }, "dependencies": { "@actions/core": "^1.2.6",