Skip to content

Commit

Permalink
[Deps] update define-properties, es-abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 6, 2023
1 parent 2337759 commit 1737863
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions implementation.js
@@ -1,11 +1,11 @@
'use strict';

var ArraySpeciesCreate = require('es-abstract/2022/ArraySpeciesCreate');
var FlattenIntoArray = require('es-abstract/2022/FlattenIntoArray');
var Get = require('es-abstract/2022/Get');
var IsCallable = require('es-abstract/2022/IsCallable');
var ToLength = require('es-abstract/2022/ToLength');
var ToObject = require('es-abstract/2022/ToObject');
var ArraySpeciesCreate = require('es-abstract/2023/ArraySpeciesCreate');
var FlattenIntoArray = require('es-abstract/2023/FlattenIntoArray');
var Get = require('es-abstract/2023/Get');
var IsCallable = require('es-abstract/2023/IsCallable');
var ToLength = require('es-abstract/2023/ToLength');
var ToObject = require('es-abstract/2023/ToObject');

module.exports = function flatMap(mapperFunction) {
var O = ToObject(this);
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -50,8 +50,8 @@
],
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.4",
"es-abstract": "^1.20.4",
"define-properties": "^1.2.0",
"es-abstract": "^1.22.1",
"es-shim-unscopables": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 1737863

Please sign in to comment.