Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, object-inspect
Browse files Browse the repository at this point in the history
…, `has-symbols`, `tape`
  • Loading branch information
ljharb committed Jan 14, 2020
1 parent f63d558 commit 0889878
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -31,21 +31,21 @@
},
"dependencies": {},
"devDependencies": {
"@ljharb/eslint-config": "^15.0.0",
"@ljharb/eslint-config": "^15.1.0",
"browserify": "^16.5.0",
"covert": "^1.1.1",
"eclint": "^2.8.1",
"eslint": "^6.6.0",
"eslint": "^6.8.0",
"evalmd": "^0.0.19",
"for-each": "^0.3.3",
"has-symbols": "^1.0.0",
"has-symbols": "^1.0.1",
"iconv-lite": "^0.4.24",
"mkdirp": "^0.5.1",
"object-inspect": "^1.6.0",
"object-inspect": "^1.7.0",
"qs-iconv": "^1.0.4",
"safe-publish-latest": "^1.1.3",
"safe-publish-latest": "^1.1.4",
"safer-buffer": "^2.1.2",
"tape": "^4.11.0"
"tape": "^5.0.0-next.3"
},
"scripts": {
"prepublish": "safe-publish-latest && npm run dist",
Expand Down
2 changes: 1 addition & 1 deletion test/parse.js
Expand Up @@ -599,7 +599,7 @@ test('parse()', function (t) {

st.deepEqual(
qs.parse('a[b]=c&a=toString', { plainObjects: true }),
{ a: { b: 'c', toString: true } },
{ __proto__: null, a: { __proto__: null, b: 'c', toString: true } },
'can overwrite prototype with plainObjects true'
);

Expand Down

0 comments on commit 0889878

Please sign in to comment.