diff --git a/package-lock.json b/package-lock.json index 4d2826f..5c91c7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2706,9 +2706,9 @@ } }, "typescript": { - "version": "3.9.6", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.6.tgz", - "integrity": "sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz", + "integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==", "dev": true }, "unpipe": { diff --git a/package.json b/package.json index 869c26a..732519a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@typescript-eslint/parser": "^3.6.1", "eslint": "^7.4.0", "ts-node-dev": "^1.0.0-pre.56", - "typescript": "^3.9.6" + "typescript": "^4.1.3" }, "dependencies": { "@types/express": "^4.17.7",