Skip to content

Commit 205c06b

Browse files
committed
chore: 🔄 update dependencies and refactor code
1 parent 94858ec commit 205c06b

File tree

13 files changed

+662
-720
lines changed

13 files changed

+662
-720
lines changed

‎THIRD_PARTY_LICENSES.md

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,7 +1702,7 @@ MIT License
17021702

17031703
The following npm package may be included in this product:
17041704

1705-
- genaiscript-vscode@1.71.5
1705+
- genaiscript-vscode@1.74.0
17061706

17071707
This package contains the following license:
17081708

@@ -3348,20 +3348,20 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
33483348

33493349
The following npm packages may be included in this product:
33503350

3351-
- @inquirer/checkbox@4.0.1
3352-
- @inquirer/confirm@5.0.1
3353-
- @inquirer/core@10.0.1
3354-
- @inquirer/editor@4.0.1
3355-
- @inquirer/expand@4.0.1
3356-
- @inquirer/figures@1.0.7
3357-
- @inquirer/input@4.0.1
3358-
- @inquirer/number@3.0.1
3359-
- @inquirer/password@4.0.1
3360-
- @inquirer/prompts@7.0.1
3361-
- @inquirer/rawlist@4.0.1
3362-
- @inquirer/search@3.0.1
3363-
- @inquirer/select@4.0.1
3364-
- @inquirer/type@3.0.0
3351+
- @inquirer/checkbox@4.0.2
3352+
- @inquirer/confirm@5.0.2
3353+
- @inquirer/core@10.1.0
3354+
- @inquirer/editor@4.1.0
3355+
- @inquirer/expand@4.0.2
3356+
- @inquirer/figures@1.0.8
3357+
- @inquirer/input@4.0.2
3358+
- @inquirer/number@3.0.2
3359+
- @inquirer/password@4.0.2
3360+
- @inquirer/prompts@7.1.0
3361+
- @inquirer/rawlist@4.0.2
3362+
- @inquirer/search@3.0.2
3363+
- @inquirer/select@4.0.2
3364+
- @inquirer/type@3.0.1
33653365

33663366
These packages each contain the following license:
33673367

@@ -4585,9 +4585,9 @@ The following npm packages may be included in this product:
45854585
- @esbuild/linux-x64@0.23.1
45864586
- @tokenizer/token@0.3.0
45874587
4588-
- genaiscript-core-internal@1.71.5
4589-
- genaiscript-sample@1.71.5
4590-
- genaiscript@1.71.5
4588+
- genaiscript-core-internal@1.74.0
4589+
- genaiscript-sample@1.74.0
4590+
- genaiscript@1.74.0
45914591
45924592
45934593
@@ -5176,7 +5176,7 @@ SOFTWARE.
51765176

51775177
The following npm package may be included in this product:
51785178

5179-
- @azure/msal-node@2.16.0
5179+
- @azure/msal-node@2.16.1
51805180

51815181
This package contains the following license:
51825182

@@ -5296,14 +5296,13 @@ SOFTWARE.
52965296

52975297
The following npm package may be included in this product:
52985298

5299-
5299+
- @lvce-editor/ripgrep@1.4.0
53005300

53015301
This package contains the following license:
53025302

53035303
MIT License
53045304

5305-
Copyright (c) 2023 Dmitry Brazhenko
5306-
Copyright (c) 2023 Bazyli Brzoska
5305+
Copyright (c) 2023 Lvce Editor
53075306

53085307
Permission is hereby granted, free of charge, to any person obtaining a copy
53095308
of this software and associated documentation files (the "Software"), to deal
@@ -5327,13 +5326,13 @@ SOFTWARE.
53275326

53285327
The following npm package may be included in this product:
53295328

5330-
- @lvce-editor/ripgrep@1.4.0
5329+
53315330

53325331
This package contains the following license:
53335332

53345333
MIT License
53355334

5336-
Copyright (c) 2023 Lvce Editor
5335+
Copyright (c) 2023 Robert Eisele
53375336

53385337
Permission is hereby granted, free of charge, to any person obtaining a copy
53395338
of this software and associated documentation files (the "Software"), to deal
@@ -5357,13 +5356,13 @@ SOFTWARE.
53575356

53585357
The following npm package may be included in this product:
53595358

5360-
5359+
53615360

53625361
This package contains the following license:
53635362

53645363
MIT License
53655364

5366-
Copyright (c) 2023 Robert Eisele
5365+
Copyright (c) 2023-2024 Bazyli Brzoska
53675366

53685367
Permission is hereby granted, free of charge, to any person obtaining a copy
53695368
of this software and associated documentation files (the "Software"), to deal
@@ -7474,7 +7473,7 @@ The following npm packages may be included in this product:
74747473
- @azure/abort-controller@2.1.2
74757474
- @azure/core-auth@1.9.0
74767475
- @azure/core-client@1.9.2
7477-
- @azure/core-rest-pipeline@1.17.0
7476+
- @azure/core-rest-pipeline@1.18.0
74787477
- @azure/core-tracing@1.2.0
74797478
- @azure/core-util@1.11.0
74807479
- @azure/identity@4.5.0
@@ -7568,7 +7567,7 @@ SOFTWARE.
75687567

75697568
The following npm package may be included in this product:
75707569

7571-
- @lvce-editor/verror@1.4.0
7570+
- @lvce-editor/verror@1.5.0
75727571

75737572
This package contains the following license:
75747573

‎docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"rehype-mermaid": "^3.0.0",
2727
"starlight-blog": "^0.14.1",
2828
"typescript": "5.6.3",
29-
"zx": "^8.2.0"
29+
"zx": "^8.2.2"
3030
}
3131
}

0 commit comments

Comments
 (0)