Skip to content

Commit c29486c

Browse files
committed
Updates dependencies
1 parent da9b0e0 commit c29486c

File tree

3 files changed

+368
-373
lines changed

3 files changed

+368
-373
lines changed

ThirdPartyNotices.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This project incorporates components from the projects listed below.
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.9 (https://github.com/markedjs/marked)
26+
21. marked version 15.0.11 (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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21608,7 +21608,7 @@
2160821608
"https-proxy-agent": "5.0.1",
2160921609
"iconv-lite": "0.6.3",
2161021610
"lit": "3.3.0",
21611-
"marked": "15.0.9",
21611+
"marked": "15.0.11",
2161221612
"node-fetch": "2.7.0",
2161321613
"os-browserify": "0.3.0",
2161421614
"path-browserify": "1.0.1",
@@ -21622,7 +21622,7 @@
2162221622
"@eamodio/eslint-lite-webpack-plugin": "0.2.0",
2162321623
"@eslint/js": "9.25.1",
2162421624
"@playwright/test": "1.52.0",
21625-
"@swc/core": "1.11.21",
21625+
"@swc/core": "1.11.22",
2162621626
"@twbs/fantasticon": "3.1.0",
2162721627
"@types/mocha": "10.0.10",
2162821628
"@types/node": "20.14.15",
@@ -21645,18 +21645,18 @@
2164521645
"css-loader": "7.1.2",
2164621646
"css-minimizer-webpack-plugin": "7.0.2",
2164721647
"cssnano-preset-advanced": "7.0.6",
21648-
"esbuild": "0.25.2",
21648+
"esbuild": "0.25.3",
2164921649
"esbuild-loader": "4.3.0",
2165021650
"esbuild-node-externals": "1.18.0",
2165121651
"esbuild-sass-plugin": "3.3.1",
2165221652
"eslint": "9.25.1",
2165321653
"eslint-import-resolver-typescript": "4.3.4",
2165421654
"eslint-plugin-anti-trojan-source": "1.1.1",
21655-
"eslint-plugin-import-x": "4.10.6",
21655+
"eslint-plugin-import-x": "4.11.0",
2165621656
"eslint-plugin-lit": "2.1.1",
2165721657
"eslint-plugin-wc": "3.0.0",
2165821658
"fork-ts-checker-webpack-plugin": "9.1.0",
21659-
"glob": "11.0.1",
21659+
"glob": "11.0.2",
2166021660
"globals": "16.0.0",
2166121661
"html-loader": "5.1.0",
2166221662
"html-webpack-plugin": "5.6.3",
@@ -21678,19 +21678,19 @@
2167821678
"ts-loader": "9.5.2",
2167921679
"typescript": "5.8.3",
2168021680
"typescript-eslint": "8.31.0",
21681-
"webpack": "5.99.6",
21681+
"webpack": "5.99.7",
2168221682
"webpack-bundle-analyzer": "4.10.2",
2168321683
"webpack-cli": "6.0.1",
2168421684
"webpack-node-externals": "3.0.0",
2168521685
"webpack-require-from": "1.8.6"
2168621686
},
2168721687
"resolutions": {
2168821688
"@types/vscode": "1.92.0",
21689-
"esbuild": "0.25.2",
21689+
"esbuild": "0.25.3",
2169021690
"https-proxy-agent": "5.0.1",
2169121691
"iconv-lite": "0.6.3",
2169221692
"node-fetch": "2.7.0",
2169321693
"semver-regex": "4.0.5"
2169421694
},
21695-
"packageManager": "pnpm@10.8.1"
21695+
"packageManager": "pnpm@10.9.0"
2169621696
}

0 commit comments

Comments
 (0)