From c475325a8d3b75cb9224d3f720d74b05491b14e5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 May 2025 08:51:22 +0000 Subject: [PATCH] fix: upgrade @types/jasmine from 3.10.7 to 3.10.18 Snyk has created this PR to upgrade @types/jasmine from 3.10.7 to 3.10.18. See this package in npm: @types/jasmine 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 | 17 +++++++++-------- ts/hello-world/package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/ts/hello-world/package-lock.json b/ts/hello-world/package-lock.json index 8d03b97a9..cb79e193f 100644 --- a/ts/hello-world/package-lock.json +++ b/ts/hello-world/package-lock.json @@ -11,7 +11,7 @@ "kpt-functions": "^0.16.1-rc.0" }, "devDependencies": { - "@types/jasmine": "^3.10.7", + "@types/jasmine": "^3.10.18", "@types/node": "^14.17.18", "create-kpt-functions": "^0.18.0", "jasmine": "^3.9.0", @@ -139,10 +139,11 @@ "dev": true }, "node_modules/@types/jasmine": { - "version": "3.10.7", - "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-3.10.7.tgz", - "integrity": "sha512-brLuHhITMz4YV2IxLstAJtyRJgtWfLqFKiqiJFvFWMSmydpAmn42CE4wfw7ywkSk02UrufhtzipTcehk8FctoQ==", - "dev": true + "version": "3.10.18", + "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-3.10.18.tgz", + "integrity": "sha512-jOk52a1Kz+1oU5fNWwAcNe64/GsE7r/Q6ronwDox0D3ETo/cr4ICMQyeXrj7G6FPW1n8YjRoAZA2F0XBr6GicQ==", + "dev": true, + "license": "MIT" }, "node_modules/@types/js-yaml": { "version": "3.12.7", @@ -2322,9 +2323,9 @@ "dev": true }, "@types/jasmine": { - "version": "3.10.7", - "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-3.10.7.tgz", - "integrity": "sha512-brLuHhITMz4YV2IxLstAJtyRJgtWfLqFKiqiJFvFWMSmydpAmn42CE4wfw7ywkSk02UrufhtzipTcehk8FctoQ==", + "version": "3.10.18", + "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-3.10.18.tgz", + "integrity": "sha512-jOk52a1Kz+1oU5fNWwAcNe64/GsE7r/Q6ronwDox0D3ETo/cr4ICMQyeXrj7G6FPW1n8YjRoAZA2F0XBr6GicQ==", "dev": true }, "@types/js-yaml": { diff --git a/ts/hello-world/package.json b/ts/hello-world/package.json index d05ebe36b..98811d553 100644 --- a/ts/hello-world/package.json +++ b/ts/hello-world/package.json @@ -18,7 +18,7 @@ "kpt-functions": "^0.16.1-rc.0" }, "devDependencies": { - "@types/jasmine": "^3.10.7", + "@types/jasmine": "^3.10.18", "@types/node": "^14.17.18", "create-kpt-functions": "^0.18.0", "jasmine": "^3.9.0",