From f2cc20ae102f72851c46ddeeebe6ab6eb88e9c2c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 May 2024 16:37:12 +0000 Subject: [PATCH] fix: upgrade typescript from 5.4.4 to 5.4.5 Snyk has created this PR to upgrade typescript from 5.4.4 to 5.4.5. See this package in npm: https://www.npmjs.com/package/typescript See this project in Snyk: https://app.snyk.io/org/qdraw/project/bbdff2e9-c178-4c19-95a4-25a6fc42f2ba?utm_source=github&utm_medium=referral&page=upgrade-pr --- starsky-tools/end2end/package-lock.json | 14 +++++++------- starsky-tools/end2end/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/starsky-tools/end2end/package-lock.json b/starsky-tools/end2end/package-lock.json index e5a82891b9..84f4402773 100644 --- a/starsky-tools/end2end/package-lock.json +++ b/starsky-tools/end2end/package-lock.json @@ -17,7 +17,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", - "typescript": "^5.4.4" + "typescript": "^5.4.5" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -4355,9 +4355,9 @@ } }, "node_modules/typescript": { - "version": "5.4.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", - "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -7662,9 +7662,9 @@ } }, "typescript": { - "version": "5.4.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", - "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "dev": true }, "unbox-primitive": { diff --git a/starsky-tools/end2end/package.json b/starsky-tools/end2end/package.json index dc9d2ddd5f..c9ef24af21 100644 --- a/starsky-tools/end2end/package.json +++ b/starsky-tools/end2end/package.json @@ -32,6 +32,6 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", - "typescript": "^5.4.4" + "typescript": "^5.4.5" } }