From cfb3e69fa429bdecb34b794a6caacf21f59dc0fc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Jul 2024 07:02:43 +0000 Subject: [PATCH] fix: upgrade typescript from 5.4.5 to 5.5.2 Snyk has created this PR to upgrade typescript from 5.4.5 to 5.5.2. See this package in npm: typescript See this project in Snyk: https://app.snyk.io/org/beaubouchard/project/eb17e983-be60-48f3-a5ca-ca9c8e757c02?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a5e51d..0b1ab42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "moment": "^2.30.1", "node-fetch": "^2.7.0", "ts-node": "10.9.2", - "typescript": "5.4.5", + "typescript": "^5.5.2", "winston": "^3.13.0" }, "devDependencies": { @@ -7185,9 +7185,10 @@ } }, "node_modules/typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", + "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -12826,9 +12827,9 @@ } }, "typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==" + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", + "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==" }, "unbox-primitive": { "version": "1.0.2", diff --git a/package.json b/package.json index dfd5391..0edefb5 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "moment": "^2.30.1", "node-fetch": "^2.7.0", "ts-node": "10.9.2", - "typescript": "5.4.5", + "typescript": "5.5.2", "winston": "^3.13.0" }, "devDependencies": {