From 7e779016315ba9a953e9ccc195c8b11777168959 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 17:59:59 +0000 Subject: [PATCH] fix: src/desktop/public/contentPlayer/preview/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- src/desktop/public/contentPlayer/preview/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/desktop/public/contentPlayer/preview/package.json b/src/desktop/public/contentPlayer/preview/package.json index 3b043efa554..55741acf876 100644 --- a/src/desktop/public/contentPlayer/preview/package.json +++ b/src/desktop/public/contentPlayer/preview/package.json @@ -42,10 +42,10 @@ "cordova-plugin-file" ], "dependencies": { - "@project-sunbird/telemetry-sdk": "^0.0.14", + "@project-sunbird/telemetry-sdk": "^1.1.0", "ajv": "^6.9.2", "audiosprite": "*", - "download": "4.4.3", + "download": "5.0.0", "ejs": "*", "express": ">=3.11.0", "fingerprintjs2": "^2.0.6",