From b0dd1ba138b1a989baac31901b225c7404c9506d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 May 2025 08:51:12 +0000 Subject: [PATCH] fix: upgrade typescript from 4.4.3 to 4.9.5 Snyk has created this PR to upgrade typescript from 4.4.3 to 4.9.5. See this package in npm: typescript See this project in Snyk: https://app.snyk.io/org/kpt-fn-bot/project/ae2bde17-fc5b-4f7c-96ab-e604408d908a?utm_source=github&utm_medium=referral&page=upgrade-pr --- ts/hello-world/package-lock.json | 15 ++++++++------- ts/hello-world/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/ts/hello-world/package-lock.json b/ts/hello-world/package-lock.json index 8d03b97a9..bcb89ef13 100644 --- a/ts/hello-world/package-lock.json +++ b/ts/hello-world/package-lock.json @@ -16,7 +16,7 @@ "create-kpt-functions": "^0.18.0", "jasmine": "^3.9.0", "tslint": "^6.1.3", - "typescript": "^4.4.3" + "typescript": "^4.9.5" } }, "node_modules/@babel/code-frame": { @@ -2093,10 +2093,11 @@ "dev": true }, "node_modules/typescript": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz", - "integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "dev": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -3859,9 +3860,9 @@ "dev": true }, "typescript": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz", - "integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "dev": true }, "underscore": { diff --git a/ts/hello-world/package.json b/ts/hello-world/package.json index d05ebe36b..af5b1a83d 100644 --- a/ts/hello-world/package.json +++ b/ts/hello-world/package.json @@ -23,7 +23,7 @@ "create-kpt-functions": "^0.18.0", "jasmine": "^3.9.0", "tslint": "^6.1.3", - "typescript": "^4.4.3" + "typescript": "^4.9.5" }, "kpt": { "docker_repo_base": "gcr.io/kpt-functions"