From e9025ebbb241bc2a3990eac3dcd52d3644f5077d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 05:59:17 +0000 Subject: [PATCH] [typings]: Bump typescript from 2.9.2 to 4.7.3 in /typings Bumps [typescript](https://github.com/Microsoft/TypeScript) from 2.9.2 to 4.7.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v2.9.2...v4.7.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- typings/package-lock.json | 17 +++++++---------- typings/package.json | 4 ++-- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/typings/package-lock.json b/typings/package-lock.json index bb87bad7..9073a402 100644 --- a/typings/package-lock.json +++ b/typings/package-lock.json @@ -8,17 +8,14 @@ "name": "prodigy-declarations", "version": "2.1.9", "license": "MPL-2.0", - "dependencies": { - "typescript": "^2.3.4" - }, "devDependencies": { - "typescript": "^2.3.4" + "typescript": "^4.7.3" } }, "node_modules/typescript": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-2.9.2.tgz", - "integrity": "sha512-Gr4p6nFNaoufRIY4NMdpQRNmgxVIGMs4Fcu/ujdYk3nAZqk7supzBE9idmvfZIlH/Cuj//dvi+019qEue9lV0w==", + "version": "4.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.3.tgz", + "integrity": "sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -31,9 +28,9 @@ }, "dependencies": { "typescript": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-2.9.2.tgz", - "integrity": "sha512-Gr4p6nFNaoufRIY4NMdpQRNmgxVIGMs4Fcu/ujdYk3nAZqk7supzBE9idmvfZIlH/Cuj//dvi+019qEue9lV0w==", + "version": "4.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.3.tgz", + "integrity": "sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==", "dev": true } } diff --git a/typings/package.json b/typings/package.json index 9a525cf4..27770e85 100644 --- a/typings/package.json +++ b/typings/package.json @@ -14,10 +14,10 @@ }, "dependencies": { - "typescript": "^2.3.4" + "typescript": "^4.7.3" }, "devDependencies": { - "typescript": "^2.3.4" + "typescript": "^4.7.3" }, "keywords": [], "repository": {