Skip to content

Commit

Permalink
[Deps] update call-bind, define-properties, es-abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 18, 2024
1 parent 42aa444 commit 38e22e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions implementation.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
'use strict';

var RequireObjectCoercible = require('es-object-atoms/RequireObjectCoercible');
var ToString = require('es-abstract/2023/ToString');
var IsRegExp = require('es-abstract/2023/IsRegExp');
var ToIntegerOrInfinity = require('es-abstract/2023/ToIntegerOrInfinity');
var ToString = require("es-abstract/2024/ToString");
var IsRegExp = require("es-abstract/2024/IsRegExp");
var ToIntegerOrInfinity = require("es-abstract/2024/ToIntegerOrInfinity");

var callBound = require('call-bind/callBound');

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
},
"dependencies": {
"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"
},
"devDependencies": {
Expand Down

0 comments on commit 38e22e6

Please sign in to comment.