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 Mar 22, 2024
1 parent f0efe3b commit f7f9aa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions implementation.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
'use strict';

var ToObject = require('es-object-atoms/ToObject');
var ToPropertyKey = require('es-abstract/2023/ToPropertyKey');
var HasOwnProperty = require('es-abstract/2023/HasOwnProperty');
var ToPropertyKey = require('es-abstract/2024/ToPropertyKey');
var HasOwnProperty = require('es-abstract/2024/HasOwnProperty');

module.exports = function hasOwn(O, P) {
var obj = ToObject(O);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"homepage": "https://github.com/es-shims/Object.hasOwn",
"dependencies": {
"define-properties": "^1.2.1",
"es-abstract": "^1.22.4",
"es-abstract": "^1.23.2",
"es-object-atoms": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit f7f9aa1

Please sign in to comment.