Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, aud; switch `a…
Browse files Browse the repository at this point in the history
…rray-map` for `array.prototype.map`
  • Loading branch information
ljharb committed May 26, 2021
1 parent 7aef22b commit 8c49dbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
},
"devDependencies": {
"@es-shims/api": "^2.1.2",
"@ljharb/eslint-config": "^17.5.1",
"array-map": "^0.0.0",
"aud": "^1.1.4",
"eslint": "^7.23.0",
"@ljharb/eslint-config": "^17.6.0",
"array.prototype.map": "^1.0.3",
"aud": "^1.1.5",
"eslint": "^7.27.0",
"functions-have-names": "^1.2.2",
"has-strict-mode": "^1.0.1",
"nyc": "^10.3.2",
Expand Down
2 changes: 1 addition & 1 deletion test/tests.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

var keys = require('object-keys');
var map = require('array-map');
var map = require('array.prototype.map');
var define = require('define-properties');

var hasSymbols = typeof Symbol === 'function' && typeof Symbol('foo') === 'symbol';
Expand Down

0 comments on commit 8c49dbe

Please sign in to comment.