From 911a5f20db0a29b4b83f86cc605a485e41c5e5d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jan 2022 13:51:45 +0100 Subject: [PATCH] build(deps-dev): bump typescript from 4.5.4 to 4.5.5 (#315) --- 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 97c360c..46f5332 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "socket.io-client": "4.4.1", "ts-jest": "27.1.3", "ts-standard": "11.0.0", - "typescript": "4.5.4" + "typescript": "4.5.5" }, "engines": { "node": ">=12.0.0" @@ -13076,9 +13076,9 @@ } }, "node_modules/typescript": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", - "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", + "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", @@ -23297,9 +23297,9 @@ } }, "typescript": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", - "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", + "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", "dev": true }, "uc.micro": { diff --git a/package.json b/package.json index d9453e5..e5a00ee 100644 --- a/package.json +++ b/package.json @@ -77,6 +77,6 @@ "socket.io-client": "4.4.1", "ts-jest": "27.1.3", "ts-standard": "11.0.0", - "typescript": "4.5.4" + "typescript": "4.5.5" } }