From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 11:29:49 +0000 (+0000) Subject: Bump typescript from 4.5.4 to 4.5.5 (#57) X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=460f845b550f96232de0dd63cbb0d27ca99b863f;p=GitHub%2FWoltLab%2Fblacklist.git Bump typescript from 4.5.4 to 4.5.5 (#57) --- diff --git a/package-lock.json b/package-lock.json index b84979d..f04ca83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1149,9 +1149,9 @@ "integrity": "sha512-v3UJF8xm68BBj6AF4oQML3ikrfK2c9EmZUyLOfShpJuItAqVBHWP/KtpGinkSsIiP6EZyyb6Z3NXyW9dgS9X1w==" }, "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 }, "uri-js": { diff --git a/package.json b/package.json index 9755dbb..533608a 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,6 @@ "@types/node-fetch": "^2.5.12", "@types/sqlite3": "^3.1.8", "tslint": "^6.1.3", - "typescript": "^4.5.4" + "typescript": "^4.5.5" } }