Skip to content

Commit b05244b

Browse files
committed
[Dev Deps] update eslint, @ljharb/eslint-config, aud, auto-changelog, tape
1 parent 69bbe4c commit b05244b

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.eslintignore

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
"main": "index.js",
66
"sideEffects": false,
77
"devDependencies": {
8-
"@ljharb/eslint-config": "^20.1.0",
9-
"aud": "^1.1.5",
10-
"auto-changelog": "^2.3.0",
8+
"@ljharb/eslint-config": "^20.2.3",
9+
"aud": "^2.0.0",
10+
"auto-changelog": "^2.4.0",
1111
"core-js": "^2.6.12",
1212
"error-cause": "^1.0.3",
1313
"es-value-fixtures": "^1.2.1",
14-
"eslint": "^8.5.0",
14+
"eslint": "=8.8.0",
1515
"for-each": "^0.3.3",
1616
"functions-have-names": "^1.2.2",
1717
"has-tostringtag": "^1.0.0",
1818
"make-arrow-function": "^1.2.0",
1919
"nyc": "^10.3.2",
2020
"safe-publish-latest": "^2.0.0",
2121
"string.prototype.repeat": "^1.0.0",
22-
"tape": "^5.3.2"
22+
"tape": "^5.5.2"
2323
},
2424
"scripts": {
2525
"prepublish": "not-in-publish || npm run prepublishOnly",

0 commit comments

Comments
 (0)