Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Commit

Permalink
v1.3.5: bump dev dependencies to quiet security warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
J. T. L committed Feb 8, 2019
1 parent fe9b771 commit 5cafcf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "binary-search",
"version": "1.3.4",
"version": "1.3.5",
"description": "tiny binary search function with comparators",
"license": "CC0-1.0",
"typings": "./binary-search.d.ts",
Expand All @@ -19,8 +19,8 @@
"url": "git://github.com/darkskyapp/binary-search.git"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5"
"chai": "^4.2.0",
"mocha": "^5.2.0"
},
"scripts": {
"test": "mocha"
Expand Down

0 comments on commit 5cafcf8

Please sign in to comment.