Updating some dependancies

This commit is contained in:
Gaël Métais
2023-07-19 00:14:36 +02:00
parent a0e71ef444
commit 04e734bd5a
2 changed files with 7 additions and 8 deletions
-1
View File
@@ -1,4 +1,3 @@
var async = require('async');
var Q = require('q');
var path = require('path');
var debug = require('debug')('ylt:phantomaswrapper');
+7 -7
View File
@@ -16,13 +16,13 @@
"yellowlabtools": "./bin/cli.js"
},
"engines": {
"node": ">= 12.0"
"node": ">= 16.0"
},
"main": "./lib/index.js",
"dependencies": {
"async": "2.6.1",
"clean-css": "4.2.1",
"color-diff": "1.1.0",
"color-diff": "1.4.0",
"css-mq-parser": "0.0.3",
"debug": "4.1.1",
"easyxml": "2.0.1",
@@ -57,13 +57,13 @@
"woff-tools": "0.1.0"
},
"devDependencies": {
"chai": "~4.2.0",
"mocha": "~5.2.0",
"sinon": "~7.2.3",
"sinon-chai": "~3.3.0"
"chai": "~4.3.7",
"mocha": "~10.2.0",
"sinon": "~15.2.0",
"sinon-chai": "3.7.0"
},
"scripts": {
"test": "todo"
"test": "mocha './test/core/**.js'"
},
"keywords": [
"performance",