Skip to content

Commit

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

var CodePointAt = require('es-abstract/2023/CodePointAt');
var CodePointAt = require('es-abstract/2024/CodePointAt');
// var UTF16EncodeCodePoint = require('es-abstract/2023/UTF16EncodeCodePoint');
var RequireObjectCoercible = require('es-object-atoms/RequireObjectCoercible');
var ToString = require('es-abstract/2023/ToString');
var ToString = require('es-abstract/2024/ToString');

module.exports = function toWellFormed() {
var O = RequireObjectCoercible(this); // step 1
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
"tape": "^5.7.5"
},
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.2.0",
"es-abstract": "^1.22.1",
"call-bind": "^1.0.7",
"define-properties": "^1.2.1",
"es-abstract": "^1.23.2",
"es-object-atoms": "^1.0.0"
},
"auto-changelog": {
Expand Down
2 changes: 1 addition & 1 deletion test/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var mockProperty = require('mock-property');
var hasSymbols = require('has-symbols')();
var hasBigInts = require('has-bigints')();

var SymbolDescriptiveString = require('es-abstract/2023/SymbolDescriptiveString');
var SymbolDescriptiveString = require('es-abstract/2024/SymbolDescriptiveString');

var leadingPoo = '\uD83D';
var trailingPoo = '\uDCA9';
Expand Down

0 comments on commit a197051

Please sign in to comment.