Skip to content

Commit 8acb5b0

Browse files
committed
Updates dependencies
1 parent f893820 commit 8acb5b0

File tree

4 files changed

+530
-538
lines changed

4 files changed

+530
-538
lines changed

ThirdPartyNotices.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ This project incorporates components from the projects listed below.
1818
13. @opentelemetry/sdk-trace-base version 2.0.1 (https://github.com/open-telemetry/opentelemetry-js)
1919
14. @opentelemetry/semantic-conventions version 1.36.0 (https://github.com/open-telemetry/opentelemetry-js)
2020
15. @shoelace-style/shoelace version 2.20.1 (https://github.com/shoelace-style/shoelace)
21-
16. @vscode/codicons version 0.0.36 (https://github.com/microsoft/vscode-codicons)
21+
16. @vscode/codicons version 0.0.38 (https://github.com/microsoft/vscode-codicons)
2222
17. billboard.js version 3.16.0 (https://github.com/naver/billboard.js)
2323
18. https-proxy-agent version 5.0.1 (https://github.com/TooTallNate/node-https-proxy-agent)
2424
19. iconv-lite version 0.6.3 (https://github.com/ashtuchkin/iconv-lite)
2525
20. lit version 3.3.1 (https://github.com/lit/lit)
26-
21. marked version 16.0.0 (https://github.com/markedjs/marked)
26+
21. marked version 16.1.1 (https://github.com/markedjs/marked)
2727
22. microsoft/vscode (https://github.com/microsoft/vscode)
2828
23. node-fetch version 2.7.0 (https://github.com/bitinn/node-fetch)
2929
24. os-browserify version 0.3.0 (https://github.com/CoderPuppy/os-browserify)

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24505,12 +24505,12 @@
2450524505
"@opentelemetry/sdk-trace-base": "2.0.1",
2450624506
"@opentelemetry/semantic-conventions": "1.36.0",
2450724507
"@shoelace-style/shoelace": "2.20.1",
24508-
"@vscode/codicons": "0.0.36",
24508+
"@vscode/codicons": "0.0.38",
2450924509
"billboard.js": "3.16.0",
2451024510
"https-proxy-agent": "5.0.1",
2451124511
"iconv-lite": "0.6.3",
2451224512
"lit": "3.3.1",
24513-
"marked": "16.0.0",
24513+
"marked": "16.1.1",
2451424514
"node-fetch": "2.7.0",
2451524515
"os-browserify": "0.3.0",
2451624516
"path-browserify": "1.0.1",
@@ -24524,10 +24524,10 @@
2452424524
"@custom-elements-manifest/analyzer": "^0.10.4",
2452524525
"@eamodio/eslint-lite-webpack-plugin": "0.2.0",
2452624526
"@eslint/compat": "1.3.1",
24527-
"@eslint/js": "9.31.0",
24527+
"@eslint/js": "9.32.0",
2452824528
"@playwright/test": "1.54.1",
2452924529
"@prettier/plugin-oxc": "0.0.4",
24530-
"@swc/core": "1.12.14",
24530+
"@swc/core": "1.13.2",
2453124531
"@twbs/fantasticon": "3.1.0",
2453224532
"@types/mocha": "10.0.10",
2453324533
"@types/node": "20.14.15",
@@ -24537,7 +24537,7 @@
2453724537
"@types/slug": "5.0.9",
2453824538
"@types/sortablejs": "1.15.8",
2453924539
"@types/vscode": "1.92.0",
24540-
"@typescript-eslint/parser": "8.37.0",
24540+
"@typescript-eslint/parser": "8.38.0",
2454124541
"@vscode/test-cli": "0.0.11",
2454224542
"@vscode/test-electron": "2.5.2",
2454324543
"@vscode/test-web": "0.0.71",
@@ -24550,11 +24550,11 @@
2455024550
"css-loader": "7.1.2",
2455124551
"css-minimizer-webpack-plugin": "7.0.2",
2455224552
"cssnano-preset-advanced": "7.0.8",
24553-
"esbuild": "0.25.6",
24553+
"esbuild": "0.25.8",
2455424554
"esbuild-loader": "4.3.0",
2455524555
"esbuild-node-externals": "1.18.0",
2455624556
"esbuild-sass-plugin": "3.3.1",
24557-
"eslint": "9.31.0",
24557+
"eslint": "9.32.0",
2455824558
"eslint-import-resolver-typescript": "4.4.4",
2455924559
"eslint-plugin-anti-trojan-source": "1.1.1",
2456024560
"eslint-plugin-import-x": "4.16.1",
@@ -24581,8 +24581,8 @@
2458124581
"svgo": "4.0.0",
2458224582
"terser-webpack-plugin": "5.3.14",
2458324583
"ts-loader": "9.5.2",
24584-
"typescript": "5.8.3",
24585-
"typescript-eslint": "8.37.0",
24584+
"typescript": "5.9.1-rc",
24585+
"typescript-eslint": "8.38.0",
2458624586
"webpack": "5.100.2",
2458724587
"webpack-bundle-analyzer": "4.10.2",
2458824588
"webpack-cli": "6.0.1",
@@ -24591,7 +24591,7 @@
2459124591
},
2459224592
"resolutions": {
2459324593
"@types/vscode": "1.92.0",
24594-
"esbuild": "0.25.6",
24594+
"esbuild": "0.25.8",
2459524595
"https-proxy-agent": "5.0.1",
2459624596
"iconv-lite": "0.6.3",
2459724597
"node-fetch": "2.7.0"

0 commit comments

Comments
 (0)