Skip to content

Commit

Permalink
[Deps] update es-abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 19, 2024
1 parent 1f05f62 commit 9d82ddd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions implementation.js
@@ -1,8 +1,8 @@
'use strict';

var ToObject = require('es-object-atoms/ToObject');
var ToLength = require('es-abstract/2023/ToLength');
var IsCallable = require('es-abstract/2023/IsCallable');
var ToLength = require('es-abstract/2024/ToLength');
var IsCallable = require('es-abstract/2024/IsCallable');

module.exports = function find(predicate) {
var list = ToObject(this);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -58,7 +58,7 @@
"dependencies": {
"call-bind": "^1.0.7",
"define-properties": "^1.2.1",
"es-abstract": "^1.22.4",
"es-abstract": "^1.23.2",
"es-object-atoms": "^1.0.0",
"es-shim-unscopables": "^1.0.2"
},
Expand Down

0 comments on commit 9d82ddd

Please sign in to comment.