diff --git a/package-lock.json b/package-lock.json index 25f544c..95eb9fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "pre-commit": "^1.2.2", "semantic-release": "^19.0.5", "standard": "^17.0.0", - "typescript": "^3.9.9" + "typescript": "^5.4.4" } }, "node_modules/@babel/code-frame": { @@ -10467,16 +10467,16 @@ } }, "node_modules/typescript": { - "version": "3.9.9", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.9.tgz", - "integrity": "sha512-kdMjTiekY+z/ubJCATUPlRDl39vXYiMV9iyeMuEuXZh2we6zz80uovNN2WlAxmmdE/Z/YQe+EbOEXB5RHEED3w==", + "version": "5.4.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", + "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", "dev": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/uglify-js": { @@ -18560,9 +18560,9 @@ } }, "typescript": { - "version": "3.9.9", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.9.tgz", - "integrity": "sha512-kdMjTiekY+z/ubJCATUPlRDl39vXYiMV9iyeMuEuXZh2we6zz80uovNN2WlAxmmdE/Z/YQe+EbOEXB5RHEED3w==", + "version": "5.4.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", + "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", "dev": true }, "uglify-js": { diff --git a/package.json b/package.json index 77b60a7..592a9ac 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "pre-commit": "^1.2.2", "semantic-release": "^19.0.5", "standard": "^17.0.0", - "typescript": "^3.9.9" + "typescript": "^5.4.4" }, "pre-commit": [ "lint",