Skip to content

Commit

Permalink
[Deps] update arraybuffer.prototype.slice, call-bound, `function.…
Browse files Browse the repository at this point in the history
…prototype.name`, `get-intrinsic`, `internal-slot`, `is-data-view`, `is-regex`, `is-string`, `is-weakref`, `safe-array-concat`, `safe-regex-test`
  • Loading branch information
ljharb committed Dec 16, 2024
1 parent 31fd042 commit a3b45f3
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
],
"dependencies": {
"array-buffer-byte-length": "^1.0.1",
"arraybuffer.prototype.slice": "^1.0.3",
"arraybuffer.prototype.slice": "^1.0.4",
"available-typed-arrays": "^1.0.7",
"call-bind": "^1.0.8",
"call-bound": "^1.0.2",
"call-bound": "^1.0.3",
"data-view-buffer": "^1.0.1",
"data-view-byte-length": "^1.0.1",
"data-view-byte-offset": "^1.0.0",
Expand All @@ -69,32 +69,32 @@
"es-object-atoms": "^1.0.0",
"es-set-tostringtag": "^2.0.3",
"es-to-primitive": "^1.3.0",
"function.prototype.name": "^1.1.6",
"get-intrinsic": "^1.2.5",
"function.prototype.name": "^1.1.7",
"get-intrinsic": "^1.2.6",
"get-symbol-description": "^1.0.2",
"globalthis": "^1.0.4",
"gopd": "^1.2.0",
"has-property-descriptors": "^1.0.2",
"has-proto": "^1.2.0",
"has-symbols": "^1.1.0",
"hasown": "^2.0.2",
"internal-slot": "^1.0.7",
"internal-slot": "^1.1.0",
"is-array-buffer": "^3.0.4",
"is-callable": "^1.2.7",
"is-data-view": "^1.0.1",
"is-data-view": "^1.0.2",
"is-negative-zero": "^2.0.3",
"is-regex": "^1.2.0",
"is-regex": "^1.2.1",
"is-shared-array-buffer": "^1.0.3",
"is-string": "^1.1.0",
"is-string": "^1.1.1",
"is-typed-array": "^1.1.13",
"is-weakref": "^1.0.2",
"is-weakref": "^1.1.0",
"math-intrinsics": "^1.0.0",
"object-inspect": "^1.13.3",
"object-keys": "^1.1.1",
"object.assign": "^4.1.5",
"regexp.prototype.flags": "^1.5.3",
"safe-array-concat": "^1.1.2",
"safe-regex-test": "^1.0.3",
"safe-array-concat": "^1.1.3",
"safe-regex-test": "^1.1.0",
"string.prototype.trim": "^1.2.10",
"string.prototype.trimend": "^1.0.9",
"string.prototype.trimstart": "^1.0.8",
Expand Down

0 comments on commit a3b45f3

Please sign in to comment.