Skip to content

Commit 26dd66c

Browse files
committed
[Dev Deps] update eslint, @ljharb/eslint-config, aud, auto-changelog, object-inspect, tape
1 parent f7a2872 commit 26dd66c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.eslintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"ToIntegerOrInfinity",
1818
"ToLength",
1919
"ToObject",
20-
"ToString"
21-
]
20+
"ToString",
21+
],
2222
}],
2323
"no-magic-numbers": 0,
2424
},

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,18 @@
5353
},
5454
"devDependencies": {
5555
"@es-shims/api": "^2.2.3",
56-
"@ljharb/eslint-config": "^20.0.0",
57-
"aud": "^1.1.5",
56+
"@ljharb/eslint-config": "^21.0.0",
57+
"aud": "^2.0.0",
58+
"auto-changelog": "^2.4.0",
5859
"covert": "^1.1.1",
59-
"eslint": "^8.4.1",
60+
"eslint": "=8.8.0",
6061
"evalmd": "^0.0.19",
6162
"function-bind": "^1.1.1",
6263
"has-strict-mode": "^1.0.1",
6364
"nyc": "^10.3.2",
64-
"object-inspect": "^1.11.1",
65+
"object-inspect": "^1.12.0",
6566
"safe-publish-latest": "^2.0.0",
66-
"tape": "^5.3.2"
67+
"tape": "^5.5.3"
6768
},
6869
"testling": {
6970
"files": [

0 commit comments

Comments
 (0)