Skip to content

Commit

Permalink
[Deps] update call-bind, define-properties, es-abstract, `safe-…
Browse files Browse the repository at this point in the history
…array-concat`
  • Loading branch information
ljharb committed Mar 20, 2024
1 parent a2d1344 commit fe4f40d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion implementation.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

var CreateDataProperty = require('es-abstract/2023/CreateDataProperty');
var CreateDataProperty = require('es-abstract/2024/CreateDataProperty');
var RequireObjectCoercible = require('es-object-atoms/RequireObjectCoercible');
var ToObject = require('es-object-atoms/ToObject');
var safeConcat = require('safe-array-concat');
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
],
"dependencies": {
"array.prototype.reduce": "^1.0.6",
"call-bind": "^1.0.2",
"define-properties": "^1.2.0",
"es-abstract": "^1.22.1",
"call-bind": "^1.0.7",
"define-properties": "^1.2.1",
"es-abstract": "^1.23.2",
"es-object-atoms": "^1.0.0",
"gopd": "^1.0.1",
"safe-array-concat": "^1.0.0"
"safe-array-concat": "^1.1.2"
},
"devDependencies": {
"@es-shims/api": "^2.4.2",
Expand Down

0 comments on commit fe4f40d

Please sign in to comment.