Skip to content

Commit 28f7c0d

Browse files
committed
[Dev Deps] update eslint, @ljharb/eslint-config, aud, auto-changelog, object-inspect, tape
1 parent 3fc671d commit 28f7c0d

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"Set",
1818
"ToLength",
1919
"ToObject",
20-
"ToString"
20+
"ToString",
2121
]
2222
}],
2323
"no-magic-numbers": 0,

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,18 @@
5252
},
5353
"devDependencies": {
5454
"@es-shims/api": "^2.2.3",
55-
"@ljharb/eslint-config": "^20.1.0",
56-
"aud": "^1.1.5",
55+
"@ljharb/eslint-config": "^21.0.0",
56+
"aud": "^2.0.0",
57+
"auto-changelog": "^2.4.0",
5758
"covert": "^1.1.1",
58-
"eslint": "^8.4.1",
59+
"eslint": "=8.8.0",
5960
"evalmd": "^0.0.19",
6061
"foreach": "^2.0.5",
6162
"has-strict-mode": "^1.0.1",
6263
"nyc": "^10.3.2",
63-
"object-inspect": "^1.11.1",
64+
"object-inspect": "^1.12.0",
6465
"safe-publish-latest": "^2.0.0",
65-
"tape": "^5.3.2"
66+
"tape": "^5.5.3"
6667
},
6768
"testling": {
6869
"files": [

0 commit comments

Comments
 (0)