Skip to content

Commit 7c204f2

Browse files
committed
[Dev Deps] update eslint, @ljharb/eslint-config, core-js, tape; add aud
1 parent e7472e8 commit 7c204f2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
"description": "string representations of objects in node and the browser",
55
"main": "index.js",
66
"devDependencies": {
7-
"@ljharb/eslint-config": "^16.0.0",
8-
"core-js": "^2.5.7",
9-
"eslint": "^6.8.0",
7+
"@ljharb/eslint-config": "^17.1.0",
8+
"aud": "^1.1.2",
9+
"core-js": "^2.6.11",
10+
"eslint": "^7.1.0",
1011
"nyc": "^10.3.2",
1112
"safe-publish-latest": "^1.1.4",
12-
"tape": "^5.0.0"
13+
"tape": "^5.0.1"
1314
},
1415
"scripts": {
1516
"prepublish": "safe-publish-latest",

0 commit comments

Comments
 (0)