Skip to content

Commit 1d972ad

Browse files
fix: Workflow Bot -- Update ALL Dependencies (main) (#2335)
Co-authored-by: Jason3S <[email protected]> Co-authored-by: Jason Dent <[email protected]>
1 parent dafdece commit 1d972ad

File tree

5 files changed

+442
-416
lines changed

5 files changed

+442
-416
lines changed

action-src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@cspell/cspell-bundled-dicts": "^9.1.1",
3030
"@cspell/cspell-types": "^9.1.1",
3131
"@octokit/webhooks-types": "^7.6.1",
32-
"@types/node": "^20.17.57",
32+
"@types/node": "^20.19.0",
3333
"cspell": "^9.1.1",
3434
"cspell-glob": "^9.1.1",
3535
"vscode-uri": "^3.1.0"

action-src/src/reporter.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import type {
1010
RunResult,
1111
} from '@cspell/cspell-types';
1212
import * as path from 'path';
13-
import { _ } from 'vitest/dist/chunks/reporters.d.C1ogPriE.js';
1413
import { URI } from 'vscode-uri';
1514

1615
const core = { debug, info, warning, error };

0 commit comments

Comments
 (0)