Skip to content

Commit a4a108c

Browse files
committed
[Dev Deps] update eslint, @ljharb/eslint-config, object-inspect, tape; add aud
1 parent 358a9bd commit a4a108c

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"prepublish": "safe-publish-latest",
2424
"pretest": "npm run --silent lint && evalmd README.md",
2525
"test": "npm run tests-only",
26-
"posttest": "npx aud --production",
26+
"posttest": "aud --production",
2727
"tests-only": "nyc tape 'test/**/*.js'",
2828
"lint": "eslint .",
2929
"postlint": "es-shim-api --bound"
@@ -51,16 +51,17 @@
5151
},
5252
"devDependencies": {
5353
"@es-shims/api": "^2.1.2",
54-
"@ljharb/eslint-config": "^16.0.0",
54+
"@ljharb/eslint-config": "^17.2.0",
55+
"aud": "^1.1.3",
5556
"covert": "^1.1.1",
56-
"eslint": "^6.8.0",
57+
"eslint": "^7.13.0",
5758
"evalmd": "0.0.19",
5859
"foreach": "^2.0.5",
5960
"has-strict-mode": "^1.0.0",
6061
"nyc": "^10.3.2",
61-
"object-inspect": "^1.7.0",
62+
"object-inspect": "^1.8.0",
6263
"safe-publish-latest": "^1.1.4",
63-
"tape": "^5.0.0-next.4"
64+
"tape": "^5.0.1"
6465
},
6566
"testling": {
6667
"files": [

0 commit comments

Comments
 (0)