From 6e119176949fd38ea8cc2e182b4f8282c97dd69b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 21:45:05 +0000 Subject: [PATCH] Bump typescript from 4.4.4 to 4.5.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.4 to 4.5.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.4...v4.5.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 06db39e1edc7..e7de6d8d6a77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -171,7 +171,7 @@ "start-server-and-test": "^1.14.0", "strip-ansi": "^7.0.1", "supertest": "^6.1.6", - "typescript": "^4.4.4", + "typescript": "^4.5.5", "url-template": "^2.0.8", "website-scraper": "^4.2.3", "yesno": "^0.3.1" @@ -21523,9 +21523,9 @@ } }, "node_modules/typescript": { - "version": "4.4.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz", - "integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", + "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -39611,9 +39611,9 @@ } }, "typescript": { - "version": "4.4.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz", - "integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", + "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", "dev": true }, "uid-safe": { diff --git a/package.json b/package.json index b7e9bfdabe73..74a8d2918111 100644 --- a/package.json +++ b/package.json @@ -173,7 +173,7 @@ "start-server-and-test": "^1.14.0", "strip-ansi": "^7.0.1", "supertest": "^6.1.6", - "typescript": "^4.4.4", + "typescript": "^4.5.5", "url-template": "^2.0.8", "website-scraper": "^4.2.3", "yesno": "^0.3.1"