Skip to content

Commit 973b9c7

Browse files
chore(deps): lock file maintenance (#2398)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: James Garbutt <43081j@users.noreply.github.com>
1 parent 68abc5d commit 973b9c7

File tree

3 files changed

+2976
-3667
lines changed

3 files changed

+2976
-3667
lines changed

cli/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const corsOptions: CorsOptions = {
8787
allowHeaders: ['Content-Type', 'Authorization'],
8888
}
8989

90-
export function createConnectorApp(expectedToken: string) {
90+
export function createConnectorApp(expectedToken: string): H3 {
9191
const state: ConnectorState = {
9292
session: {
9393
token: expectedToken,

cli/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2022",
3+
"target": "ES2024",
44
"module": "nodenext",
55
"strict": true,
66
"esModuleInterop": true,

0 commit comments

Comments
 (0)