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

Commit

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

Fixed the GitHub vulnerabilities using a yarn upgrade

* Removed node_js version 4 from .travis.yml

* Updated the fuel-auth dependency version in package.json

* Reverted fuel-auth dependency version increase in package.json

Reverted fuel-auth dependency version increase in package.json because since the new auth package was not released, the CI build was failing when trying to fetch it from npm

* fuel-auth version update
  • Loading branch information
sfcbetiuc authored and manivinesh committed Sep 4, 2019
1 parent 36eecc7 commit 26654b7
Show file tree
Hide file tree
Showing 3 changed files with 388 additions and 170 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- '4'
- '6'
- '8'
- stable
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fuel-rest",
"version": "3.2.1",
"version": "3.2.2",
"description": "Node library for performing REST API calls to Salesforce Marketing Cloud (formerly ExactTarget).",
"main": "./lib/fuel-rest.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"sinon": "~6.1.3"
},
"dependencies": {
"fuel-auth": "^3.2.1",
"fuel-auth": "^3.3.0",
"lodash.clone": "~4.5.0",
"lodash.isplainobject": "~4.0.4",
"lodash.merge": "^4.6.1",
Expand Down
Loading

0 comments on commit 26654b7

Please sign in to comment.