Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Fixed GitHub vulnerabilities (#134)
Browse files Browse the repository at this point in the history
* Fixed GitHub vulnerabilities

Fixed GitHub vulnerabilities using a yarn upgrade

* fuel-auth version update
  • Loading branch information
sfcbetiuc authored and manivinesh committed Sep 4, 2019
1 parent 225a02c commit 9675827
Show file tree
Hide file tree
Showing 2 changed files with 1,130 additions and 361 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fuel-soap",
"version": "2.2.2",
"version": "2.2.3",
"description": "Node library for performing SOAP API calls to Salesforce Marketing Cloud (formerly ExactTarget).",
"main": "./lib/fuel-soap.js",
"scripts": {
Expand All @@ -23,7 +23,7 @@
"sinon": "^5.0.1"
},
"dependencies": {
"fuel-auth": "^3.2.1",
"fuel-auth": "^3.3.0",
"lodash.clone": "^4.5.0",
"lodash.isempty": "^4.4.0",
"lodash.isplainobject": "^4.0.3",
Expand Down
Loading

0 comments on commit 9675827

Please sign in to comment.