Fix dependabot issues

This commit is contained in:
Andrew Eisenberg 2021-10-21 15:24:20 -07:00
parent c89d9bd8b0
commit 531c6ba7c8
705 changed files with 53406 additions and 20466 deletions

View file

@ -1,6 +1,6 @@
{
"name": "concordance",
"version": "4.0.0",
"version": "5.0.4",
"description": "Compare, format, diff and serialize any JavaScript value",
"main": "index.js",
"files": [
@ -8,11 +8,10 @@
"index.js"
],
"engines": {
"node": ">=6.12.3 <7 || >=8.9.4 <9 || >=10.0.0"
"node": ">=10.18.0 <11 || >=12.14.0 <13 || >=14"
},
"scripts": {
"lint": "as-i-preach",
"test": "npm run -s lint && nyc ava"
"test": "as-i-preach && c8 ava"
},
"repository": {
"type": "git",
@ -25,40 +24,27 @@
},
"homepage": "https://github.com/concordancejs/concordance#readme",
"dependencies": {
"date-time": "^2.1.0",
"esutils": "^2.0.2",
"fast-diff": "^1.1.2",
"date-time": "^3.1.0",
"esutils": "^2.0.3",
"fast-diff": "^1.2.0",
"js-string-escape": "^1.0.1",
"lodash.clonedeep": "^4.5.0",
"lodash.flattendeep": "^4.4.0",
"lodash.islength": "^4.0.1",
"lodash.merge": "^4.6.1",
"md5-hex": "^2.0.0",
"semver": "^5.5.1",
"lodash": "^4.17.15",
"md5-hex": "^3.0.1",
"semver": "^7.3.2",
"well-known-symbols": "^2.0.0"
},
"devDependencies": {
"@novemberborn/as-i-preach": "^10.0.1",
"ava": "1.0.0-beta.8",
"benchmark": "^2.1.3",
"chalk": "^2.4.1",
"codecov": "^3.1.0",
"lodash.isequal": "^4.5.0",
"nyc": "^13.0.1",
"pretty-format": "^23.6.0"
},
"as-i-preach": {
"allowDevDependencies": [
"perf/**/*.js",
"test/**/*.js"
]
},
"nyc": {
"reporter": [
"html",
"lcov",
"text"
]
},
"standard-engine": "@novemberborn/as-i-preach"
"@novemberborn/eslint-plugin-as-i-preach": "^12.0.0",
"ava": "^3.15.0",
"c8": "^7.1.2",
"eslint": "^6.8.0",
"eslint-plugin-ava": "^10.3.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-unicorn": "^17.2.0",
"proxyquire": "^2.1.3"
}
}