Skip to content

Commit

Permalink
[Deps] update define-properties, es-abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 27, 2023
1 parent ce37aaa commit 4ca792b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions implementation.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
'use strict';

var ToObject = require('es-abstract/2022/ToObject');
var ToPropertyKey = require('es-abstract/2022/ToPropertyKey');
var HasOwnProperty = require('es-abstract/2022/HasOwnProperty');
var ToObject = require('es-abstract/2023/ToObject');
var ToPropertyKey = require('es-abstract/2023/ToPropertyKey');
var HasOwnProperty = require('es-abstract/2023/HasOwnProperty');

module.exports = function hasOwn(O, P) {
var obj = ToObject(O);
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
},
"homepage": "https://github.com/es-shims/Object.hasOwn",
"dependencies": {
"define-properties": "^1.1.4",
"es-abstract": "^1.20.4"
"define-properties": "^1.2.0",
"es-abstract": "^1.22.1"
},
"devDependencies": {
"@es-shims/api": "^2.4.2",
Expand Down

0 comments on commit 4ca792b

Please sign in to comment.