Skip to content

Commit

Permalink
Merge pull request #239 from ibm-cloud-security/development
Browse files Browse the repository at this point in the history
fix: Add missing form-data dependency.
  • Loading branch information
Erika-Grine authored Oct 27, 2021
2 parents 5536b92 + d73ed7a commit e23f18e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ibmcloud-appid",
"version": "6.2.1",
"version": "6.2.2",
"description": "Node.js SDK for the IBM Cloud App ID service",
"main": "lib/appid-sdk.js",
"scripts": {
Expand Down Expand Up @@ -45,6 +45,7 @@
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"ejs": "^3.1.3",
"form-data": "^2.3.3",
"got": "^9.6.0",
"helmet": "^3.23.3",
"jsonwebtoken": "^8.5.1",
Expand Down

0 comments on commit e23f18e

Please sign in to comment.