Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
updated validator
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed May 15, 2018
1 parent 24e2805 commit 402563a
Show file tree
Hide file tree
Showing 3 changed files with 194 additions and 372 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## [2.5.9] 2018-05-14

- Updated validator to fix snyk vuln

## [2.5.8] 2018-04-26

- Re-add the `disambiguatePipeline` export
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,25 @@
}
},
"dependencies": {
"@heroku-cli/command": "^8.0.4",
"@heroku-cli/command": "^8.1.17",
"bluebird": "^3.5.1",
"co": "^4.6.0",
"heroku-cli-util": "^8.0.6",
"http-call": "^5.1.0",
"heroku-cli-util": "^8.0.9",
"http-call": "^5.1.2",
"inflection": "^1.12.0",
"inquirer": "^5.2.0",
"lodash.flatten": "^4.4.0",
"lodash.sortby": "^4.7.0",
"string-just": "^0.0.2",
"validator": "^6.2.1"
"validator": "^10.2.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1.13.1",
"@oclif/plugin-legacy": "^1.0.10",
"@oclif/dev-cli": "^1.13.21",
"@oclif/plugin-legacy": "^1.0.15",
"chai": "^4.1.2",
"mocha": "^5.1.0",
"nock": "^9.2.5",
"nyc": "^11.6.0",
"mocha": "^5.1.1",
"nock": "^9.2.6",
"nyc": "^11.7.3",
"sinon": "^4.5.0",
"sinon-chai": "^3.0.0",
"standard": "^8.6.0",
Expand Down
Loading

0 comments on commit 402563a

Please sign in to comment.