Skip to content

Commit b498ad1

Browse files
committed
Update deps
1 parent 088e110 commit b498ad1

File tree

3 files changed

+226
-237
lines changed

3 files changed

+226
-237
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@
5353
"blueimp-md5": "2.19.0",
5454
"cmdmix": "2.2.2",
5555
"dom-storage": "2.1.0",
56-
"esbuild": "0.25.12",
56+
"esbuild": "0.27.0",
5757
"git-branch-is": "4.0.0",
5858
"husky": "9.1.7",
5959
"jison": "^0.4.18",
60-
"mocha": "11.7.4",
60+
"mocha": "11.7.5",
6161
"mocha.parallel": "0.15.6",
6262
"open": "10.2.0",
6363
"prettier": "3.6.2",

test/test2149.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if (typeof exports === 'object') {
55
var path = require('path');
66
}
77

8-
describe('Test CLI - Command Line Interface - Issue #2149 (Pipe handling with txt())', function () {
8+
describe('Test CLI - Command Line Interface)', function () {
99
console.log(__dirname);
1010
const cliPath = path.join(__dirname, '..', 'bin', 'alasql-cli.js');
1111
const testSqlFile = path.join(__dirname, 'temp-test.sql');

0 commit comments

Comments
 (0)