From 0c8d8e39149a023c540fc2fad8952cb31ffa2390 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 09:10:25 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 4.5.3 to 4.5.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.3 to 4.5.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.3...v4.5.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... 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 879da76b..fda95011 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "ts-node": "^10.2.1", "tslib": "^2.3.1", "typedoc": "^0.22.10", - "typescript": "^4.5.3" + "typescript": "^4.5.5" } }, "node_modules/@babel/code-frame": { @@ -6864,9 +6864,9 @@ } }, "node_modules/typescript": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.3.tgz", - "integrity": "sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==", + "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", @@ -12195,9 +12195,9 @@ } }, "typescript": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.3.tgz", - "integrity": "sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", + "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", "dev": true }, "ua-parser-js": { diff --git a/package.json b/package.json index 450ba030..71600bd9 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "ts-node": "^10.2.1", "tslib": "^2.3.1", "typedoc": "^0.22.10", - "typescript": "^4.5.3" + "typescript": "^4.5.5" }, "lint-staged": { "**/*": "prettier --write --ignore-unknown"