From eb5f86589f0a5532e026265f6c0772058c8d8117 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 16:13:43 +0000 Subject: [PATCH] npm: bump typescript from 3.6.3 to 4.9.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.6.3 to 4.9.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8345d59..045e5ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8494,9 +8494,9 @@ } }, "typescript": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.3.tgz", - "integrity": "sha512-N7bceJL1CtRQ2RiG0AQME13ksR7DiuQh/QehubYcghzv20tnh+MQnQIuJddTmsbqYj+dztchykemz0zFzlvdQw==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "dev": true }, "uglify-js": { diff --git a/package.json b/package.json index b02b893..11e01da 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "supertest": "^6.1.1", "ts-jest": "^24.1.0", "ts-node": "^8.4.1", - "typescript": "^3.6.3" + "typescript": "^4.9.5" }, "husky": { "hooks": {