Skip to content

Commit af8800d

Browse files
committed
fix: samples/client/petstore/zapier/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150
1 parent 12fa2c0 commit af8800d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/client/petstore/zapier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"lodash": "^4.17.21",
16-
"zapier-platform-core": "15.5.1",
16+
"zapier-platform-core": "17.5.0",
1717
"form-data": "^4.0.0"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)