Skip to content

Commit

Permalink
Merge branch 'hotfix/1.3.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke committed Jun 3, 2019
2 parents fe9ae62 + 9f8d9fb commit 24442fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .snyk

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com) princip

## [Unreleased]

## [v1.3.3] - 2019-06-03

### Fixed
- Fix vulnerability in axios using Snyk ([d1edbc8](https://github.com/pxgamer/arionum-js/commit/d1edbc86c379101bf1228bd215c8b7233226d70c))

## [v1.3.2] - 2019-05-07

### Fixed
Expand Down
12 changes: 4 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"name": "arionum-js",
"version": "1.3.2",
"version": "1.3.3",
"description": "An API wrapper for the Arionum cryptocurrency node.",
"main": "src/index.js",
"scripts": {
"check-style": "standard \"src/**/*.js\"",
"fix-style": "standard \"src/**/*.js\" --fix",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
"fix-style": "standard \"src/**/*.js\" --fix"
},
"repository": {
"type": "git",
Expand All @@ -16,11 +14,9 @@
"author": "Owen Voke <owzie123@gmail.com>",
"license": "MIT",
"dependencies": {
"axios": "^0.18"
"axios": "^0.18.1"
},
"devDependencies": {
"snyk": "^1.161",
"standard": "^12.0"
},
"snyk": true
}
}

0 comments on commit 24442fa

Please sign in to comment.