Skip to content

Commit

Permalink
[Zapier] Updated some dependencies (#17420)
Browse files Browse the repository at this point in the history
* updated zapier dependencies

* updated zapier platform core to last version
  • Loading branch information
emajo committed Dec 21, 2023
1 parent 6d9211a commit b20c8db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
},
"dependencies": {
"lodash": "^4.17.21",
"zapier-platform-core": "15.4.1",
"form-data": "2.1.4"
"zapier-platform-core": "15.5.1",
"form-data": "^4.0.0"
},
"devDependencies": {
"mocha": "^10.2.0",
"should": "^13.2.0"
},
"private": true,
"zapier": {
"convertedByCLIVersion": "15.4.1"
"convertedByCLIVersion": "15.5.1"
}
}
6 changes: 3 additions & 3 deletions samples/client/petstore/zapier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
},
"dependencies": {
"lodash": "^4.17.21",
"zapier-platform-core": "15.4.1",
"form-data": "2.1.4"
"zapier-platform-core": "15.5.1",
"form-data": "^4.0.0"
},
"devDependencies": {
"mocha": "^10.2.0",
"should": "^13.2.0"
},
"private": true,
"zapier": {
"convertedByCLIVersion": "15.4.1"
"convertedByCLIVersion": "15.5.1"
}
}

0 comments on commit b20c8db

Please sign in to comment.