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",