Skip to content

Commit 5bec2d1

Browse files
committed
Updates dependencies
1 parent 935263a commit 5bec2d1

File tree

3 files changed

+373
-357
lines changed

3 files changed

+373
-357
lines changed

ThirdPartyNotices.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ This project incorporates components from the projects listed below.
1919
14. @opentelemetry/semantic-conventions version 1.32.0 (https://github.com/open-telemetry/opentelemetry-js)
2020
15. @shoelace-style/shoelace version 2.20.1 (https://github.com/shoelace-style/shoelace)
2121
16. @vscode/codicons version 0.0.36 (https://github.com/microsoft/vscode-codicons)
22-
17. billboard.js version 3.15.0 (https://github.com/naver/billboard.js)
22+
17. billboard.js version 3.15.1 (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.0 (https://github.com/lit/lit)
26-
21. marked version 15.0.8 (https://github.com/markedjs/marked)
26+
21. marked version 15.0.9 (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: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21604,11 +21604,11 @@
2160421604
"@opentelemetry/semantic-conventions": "1.32.0",
2160521605
"@shoelace-style/shoelace": "2.20.1",
2160621606
"@vscode/codicons": "0.0.36",
21607-
"billboard.js": "3.15.0",
21607+
"billboard.js": "3.15.1",
2160821608
"https-proxy-agent": "5.0.1",
2160921609
"iconv-lite": "0.6.3",
2161021610
"lit": "3.3.0",
21611-
"marked": "15.0.8",
21611+
"marked": "15.0.9",
2161221612
"node-fetch": "2.7.0",
2161321613
"os-browserify": "0.3.0",
2161421614
"path-browserify": "1.0.1",
@@ -21620,8 +21620,8 @@
2162021620
},
2162121621
"devDependencies": {
2162221622
"@eamodio/eslint-lite-webpack-plugin": "0.2.0",
21623-
"@eslint/js": "9.24.0",
21624-
"@playwright/test": "1.51.1",
21623+
"@eslint/js": "9.25.1",
21624+
"@playwright/test": "1.52.0",
2162521625
"@swc/core": "1.11.21",
2162621626
"@twbs/fantasticon": "3.1.0",
2162721627
"@types/mocha": "10.0.10",
@@ -21632,7 +21632,7 @@
2163221632
"@types/slug": "5.0.9",
2163321633
"@types/sortablejs": "1.15.8",
2163421634
"@types/vscode": "1.92.0",
21635-
"@typescript-eslint/parser": "8.30.1",
21635+
"@typescript-eslint/parser": "8.31.0",
2163621636
"@vscode/test-cli": "0.0.10",
2163721637
"@vscode/test-electron": "2.5.2",
2163821638
"@vscode/test-web": "0.0.68",
@@ -21649,10 +21649,10 @@
2164921649
"esbuild-loader": "4.3.0",
2165021650
"esbuild-node-externals": "1.18.0",
2165121651
"esbuild-sass-plugin": "3.3.1",
21652-
"eslint": "9.24.0",
21653-
"eslint-import-resolver-typescript": "4.3.2",
21652+
"eslint": "9.25.1",
21653+
"eslint-import-resolver-typescript": "4.3.4",
2165421654
"eslint-plugin-anti-trojan-source": "1.1.1",
21655-
"eslint-plugin-import-x": "4.10.5",
21655+
"eslint-plugin-import-x": "4.10.6",
2165621656
"eslint-plugin-lit": "2.1.1",
2165721657
"eslint-plugin-wc": "3.0.0",
2165821658
"fork-ts-checker-webpack-plugin": "9.1.0",
@@ -21665,20 +21665,20 @@
2166521665
"lz-string": "1.5.0",
2166621666
"mini-css-extract-plugin": "2.9.2",
2166721667
"ovsx": "0.10.2",
21668-
"playwright": "1.51.1",
21668+
"playwright": "1.52.0",
2166921669
"prettier": "3.1.0",
2167021670
"regex-to-strings": "2.1.0",
21671-
"sass": "1.86.3",
21671+
"sass": "1.87.0",
2167221672
"sass-loader": "16.0.5",
21673-
"schema-utils": "4.3.0",
21673+
"schema-utils": "4.3.2",
2167421674
"sharp": "0.34.1",
2167521675
"sinon": "20.0.0",
2167621676
"svgo": "3.3.2",
2167721677
"terser-webpack-plugin": "5.3.14",
2167821678
"ts-loader": "9.5.2",
2167921679
"typescript": "5.8.3",
21680-
"typescript-eslint": "8.30.1",
21681-
"webpack": "5.99.5",
21680+
"typescript-eslint": "8.31.0",
21681+
"webpack": "5.99.6",
2168221682
"webpack-bundle-analyzer": "4.10.2",
2168321683
"webpack-cli": "6.0.1",
2168421684
"webpack-node-externals": "3.0.0",

0 commit comments

Comments
 (0)