Skip to content

Commit

Permalink
[Deps] update define-properties, object.getownpropertydescriptors
Browse files Browse the repository at this point in the history
…, `safe-array-concat`
  • Loading branch information
ljharb committed Sep 18, 2023
1 parent 7aa0c21 commit 47a969e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -39,12 +39,12 @@
"homepage": "https://github.com/ljharb/util.promisify#readme",
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.2.0",
"define-properties": "^1.2.1",
"for-each": "^0.3.3",
"has-proto": "^1.0.1",
"has-symbols": "^1.0.3",
"object.getownpropertydescriptors": "^2.1.6",
"safe-array-concat": "^1.0.0"
"object.getownpropertydescriptors": "^2.1.7",
"safe-array-concat": "^1.0.1"
},
"devDependencies": {
"@es-shims/api": "^2.4.2",
Expand Down

0 comments on commit 47a969e

Please sign in to comment.