aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/msteams/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-10 22:36:41 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-09-10 22:36:41 +0530
commit62599c06f4b2039219e282b34a51a4ff4fbe5e67 (patch)
tree037967c2cd2fad3b600066deab376ab613b90f58 /recipes/msteams/package.json
parentadd caching of pnpm modules; do not install recursively since it causes a fai... (diff)
downloadferdium-recipes-62599c06f4b2039219e282b34a51a4ff4fbe5e67.tar.gz
ferdium-recipes-62599c06f4b2039219e282b34a51a4ff4fbe5e67.tar.zst
ferdium-recipes-62599c06f4b2039219e282b34a51a4ff4fbe5e67.zip
Turning off the certificate whitelisting in ms-teams since that can cause an MITM attack.
Diffstat (limited to 'recipes/msteams/package.json')
-rw-r--r--recipes/msteams/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/msteams/package.json b/recipes/msteams/package.json
index 1198de2..10fb69b 100644
--- a/recipes/msteams/package.json
+++ b/recipes/msteams/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "msteams", 2 "id": "msteams",
3 "name": "Microsoft Teams", 3 "name": "Microsoft Teams",
4 "version": "3.1.3", 4 "version": "3.1.4",
5 "license": "MIT", 5 "license": "MIT",
6 "aliases": [ 6 "aliases": [
7 "teamsChat" 7 "teamsChat"