Skip to content

Commit 70058de

Browse files
committed
[Dev Deps] update eslint, @ljharb/eslint-config, aud, core-js
1 parent d262251 commit 70058de

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ module.exports = function inspect_(obj, options, depth, seen) {
6969
}
7070
return String(obj);
7171
}
72-
if (typeof obj === 'bigint') { // eslint-disable-line valid-typeof
72+
if (typeof obj === 'bigint') {
7373
return String(obj) + 'n';
7474
}
7575

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"description": "string representations of objects in node and the browser",
55
"main": "index.js",
66
"devDependencies": {
7-
"@ljharb/eslint-config": "^17.2.0",
8-
"aud": "^1.1.2",
9-
"core-js": "^2.6.11",
10-
"eslint": "^7.12.1",
7+
"@ljharb/eslint-config": "^17.3.0",
8+
"aud": "^1.1.3",
9+
"core-js": "^2.6.12",
10+
"eslint": "^7.14.0",
1111
"for-each": "^0.3.3",
1212
"nyc": "^10.3.2",
1313
"safe-publish-latest": "^1.1.4",

0 commit comments

Comments
 (0)