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 Oct 4, 2021
1 parent fbd7563 commit 36eaa02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 Call = require('es-abstract/2020/Call');
var Call = require('es-abstract/2021/Call');

module.exports = function apply(target, thisArgument, argumentsList) {
return Call(target, thisArgument, argumentsList);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3",
"es-abstract": "^1.18.0",
"es-abstract": "^1.19.1",
"globalthis": "^1.0.2"
},
"auto-changelog": {
Expand Down

0 comments on commit 36eaa02

Please sign in to comment.