Skip to content

Commit

Permalink
[Deps] update define-properties, es-abstract, es-set-tostringtag
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 29, 2023
1 parent 8eeadaa commit 61fdcd2
Show file tree
Hide file tree
Showing 3 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 Call = require('es-abstract/2022/Call');
var Call = require('es-abstract/2023/Call');

module.exports = function apply(target, thisArgument, argumentsList) {
return Call(target, thisArgument, argumentsList);
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
},
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.4",
"es-abstract": "^1.20.5",
"es-set-tostringtag": "^2.0.0",
"define-properties": "^1.2.0",
"es-abstract": "^1.22.1",
"es-set-tostringtag": "^2.0.1",
"globalthis": "^1.0.3"
},
"auto-changelog": {
Expand Down
2 changes: 1 addition & 1 deletion shim.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

var CreateMethodProperty = require('es-abstract/2022/CreateMethodProperty');
var CreateMethodProperty = require('es-abstract/2023/CreateMethodProperty');
var globalThis = require('globalthis')();
var setToStringTag = require('es-set-tostringtag');

Expand Down

0 comments on commit 61fdcd2

Please sign in to comment.