From ceae1e13154a111436575272fa338167350fe4c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 21:49:05 +0000 Subject: [PATCH] fix: now-airtable/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- now-airtable/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/now-airtable/package.json b/now-airtable/package.json index 9fa3eb1d..c87fcf58 100644 --- a/now-airtable/package.json +++ b/now-airtable/package.json @@ -9,7 +9,7 @@ "dependencies": { "@mux/mux-node": "^2.2.0", "@mux/upchunk": "^1.0.5", - "airtable": "^0.7.2", + "airtable": "^0.10.0", "hls.js": "^0.12.3", "isomorphic-unfetch": "^3.0.0", "lodash": "^4.17.21",