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

Commit

Permalink
Fix security vulnerabilities (#125)
Browse files Browse the repository at this point in the history
* Fix security vulnerabilities

* Bumped patch version

* Removed node 4 and 5 from Travis build

* Updated fuel-auth dependency to latest version (3.2.1)
  • Loading branch information
sfdrogojan authored Jun 7, 2019
1 parent 451511e commit 116bd10
Show file tree
Hide file tree
Showing 3 changed files with 375 additions and 220 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: node_js
node_js:
- "4"
- "5"
- "6"
- "7"
- "8"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fuel-soap",
"version": "2.2.0",
"version": "2.2.1",
"description": "Node library for performing SOAP API calls to Salesforce Marketing Cloud (formerly ExactTarget).",
"main": "./lib/fuel-soap.js",
"scripts": {
Expand All @@ -18,12 +18,12 @@
"grunt-bump": "^0.8.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.1.0",
"mocha": "^3.4.1",
"mocha": "^4.0.0",
"proxyquire": "^1.8.0",
"sinon": "^2.2.0"
},
"dependencies": {
"fuel-auth": "^3.1.0",
"fuel-auth": "^3.2.1",
"lodash.clone": "^4.5.0",
"lodash.isempty": "^4.4.0",
"lodash.isplainobject": "^4.0.3",
Expand Down
Loading

0 comments on commit 116bd10

Please sign in to comment.