From b8584a54056c0aa627f243101b152735ff71453c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 19:49:10 +0000 Subject: [PATCH] fix: samples/client/petstore/zapier/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- samples/client/petstore/zapier/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/client/petstore/zapier/package.json b/samples/client/petstore/zapier/package.json index 9514b41256a9..2435b59a66fe 100644 --- a/samples/client/petstore/zapier/package.json +++ b/samples/client/petstore/zapier/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "lodash": "^4.17.21", - "zapier-platform-core": "15.5.1", + "zapier-platform-core": "18.1.1", "form-data": "^4.0.0" }, "devDependencies": {