Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index 922a7b8..56bd97b 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
"test:all": "npm run eslint && npm run build && npm run nodeunit && npm run qunit"
},
"dependencies": {
- "binary-search": "^1.3.5",
+ "binary-search": "^1.3.6",
"bluebird": "^3.5.5",
"body-parser": "^1.19.0",
"chalk": "^2.4.2",
@@ -43,8 +43,8 @@
},
"devDependencies": {
"async": "^3.1.0",
- "browserify": "^16.3.0",
- "coveralls": "^3.0.5",
+ "browserify": "^16.5.0",
+ "coveralls": "^3.0.6",
"eslint": "^5.16.0",
"jquery": "^3.4.1",
"node-qunit-phantomjs": "^2.0.1",
@@ -52,8 +52,8 @@
"nyc": "^14.1.1",
"qunit": "^2.9.2",
"rewire": "^4.0.1",
- "sinon": "^7.3.2",
- "terser": "^4.1.2"
+ "sinon": "^7.4.1",
+ "terser": "^4.2.0"
},
"main": "./src/bootlint.js",
"bin": {