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:
authorXhmikosR <xhmikosr@gmail.com>2020-03-14 11:10:55 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-03-14 11:13:31 +0300
commit6931f63071943f512a9a13a12f6a713c905f86d8 (patch)
treed5d940e1a45ab4e40090229c96f7f7857c4097bd /package.json
parent5245c06c31c02104e352a16830e12d1d1aaa8dd5 (diff)
Update dependencies
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 9289428..3c0579d 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
},
"dependencies": {
"binary-search": "^1.3.6",
- "bluebird": "^3.7.1",
+ "bluebird": "^3.7.2",
"chalk": "^2.4.2",
"cheerio": "^0.22.0",
"commander": "^2.20.3",
@@ -37,18 +37,18 @@
"void-elements": "^3.1.0"
},
"devDependencies": {
- "async": "^3.1.0",
+ "async": "^3.2.0",
"browserify": "^16.5.0",
- "coveralls": "^3.0.7",
+ "coveralls": "^3.0.9",
"eslint": "^5.16.0",
"jquery": "^3.4.1",
- "node-qunit-phantomjs": "^2.1.0",
+ "node-qunit-phantomjs": "^2.1.1",
"nodeunit": "^0.11.3",
"nyc": "^14.1.1",
"qunit": "^2.9.3",
"rewire": "github:twbs/rewire#master",
"sinon": "^7.5.0",
- "terser": "^4.4.0"
+ "terser": "^4.6.6"
},
"main": "./src/bootlint.js",
"bin": {