Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

update minimist dependency to require a minimum version of 1.2.3 #216

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 4 additions & 3 deletions .travis.yml
@@ -1,15 +1,16 @@
sudo: false
language: node_js
node_js:
- 8
- 10
- 12

services:
- xvfb

before_install:
- npm install -g npm

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g grunt-cli

script:
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "karma-mocha",
"version": "1.3.0",
"version": "1.3.1",
"description": "A Karma plugin. Adapter for Mocha testing framework.",
"main": "lib/index.js",
"sharedKarmaFiles": {
Expand All @@ -22,7 +22,7 @@
],
"author": "Vojta Jina <vojta.jina@gmail.com>",
"dependencies": {
"minimist": "1.2.0"
"minimist": "^1.2.3"
},
"devDependencies": {
"chai": "^3.4.1",
Expand Down