From f1653149a74dfd3e76fe196ca5ec3061a130fa20 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 21:24:03 +0000 Subject: [PATCH] fix: node_modules/is-lambda/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- node_modules/is-lambda/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/is-lambda/package.json b/node_modules/is-lambda/package.json index d8550898b4e4d..a82882a66842d 100644 --- a/node_modules/is-lambda/package.json +++ b/node_modules/is-lambda/package.json @@ -6,7 +6,7 @@ "dependencies": {}, "devDependencies": { "clear-require": "^1.0.1", - "standard": "^10.0.2" + "standard": "^17.0.0" }, "scripts": { "test": "standard && node test.js"