Skip to content

Commit 752669e

Browse files
committed
[Dev Deps] update eslint, @ljharb/eslint-config, in-publish, object-is, tape; add aud
1 parent 80dc848 commit 752669e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"prepublish": "safe-publish-latest && (not-in-publish || npm run spackle)",
2727
"pretest": "npm run lint",
2828
"test": "npm run tests-only",
29-
"posttest": "npx aud --production",
29+
"posttest": "aud --production",
3030
"tests-only": "node test",
3131
"coverage": "nyc npm run tests-only >/dev/null",
3232
"postcoverage": "nyc report",
@@ -62,22 +62,23 @@
6262
"string.prototype.trimstart": "^1.0.1"
6363
},
6464
"devDependencies": {
65-
"@ljharb/eslint-config": "^16.0.0",
65+
"@ljharb/eslint-config": "^17.1.0",
6666
"array.prototype.indexof": "^1.0.0",
67+
"aud": "^1.1.2",
6768
"cheerio": "^1.0.0-rc.3",
6869
"diff": "^4.0.2",
6970
"eclint": "^2.8.1",
70-
"eslint": "^6.8.0",
71+
"eslint": "^7.0.0",
7172
"foreach": "^2.0.5",
7273
"functions-have-names": "^1.2.1",
7374
"has-strict-mode": "^1.0.0",
74-
"in-publish": "^2.0.0",
75+
"in-publish": "^2.0.1",
7576
"make-arrow-function": "^1.2.0",
7677
"nyc": "^10.3.2",
77-
"object-is": "^1.0.2",
78+
"object-is": "^1.1.2",
7879
"object.fromentries": "^2.0.2",
7980
"safe-publish-latest": "^1.1.4",
80-
"tape": "^5.0.0-next.5"
81+
"tape": "^5.0.0"
8182
},
8283
"testling": {
8384
"files": "test/index.js",

0 commit comments

Comments
 (0)