Skip to content

Commit 0d97a3a

Browse files
committed
Updates dependencies
1 parent 8be1dc0 commit 0d97a3a

File tree

3 files changed

+386
-398
lines changed

3 files changed

+386
-398
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.1 (https://github.com/lit/lit)
26-
21. marked version 16.1.1 (https://github.com/markedjs/marked)
26+
21. marked version 16.1.2 (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
@@ -24680,7 +24680,7 @@
2468024680
"https-proxy-agent": "5.0.1",
2468124681
"iconv-lite": "0.6.3",
2468224682
"lit": "3.3.1",
24683-
"marked": "16.1.1",
24683+
"marked": "16.1.2",
2468424684
"node-fetch": "2.7.0",
2468524685
"os-browserify": "0.3.0",
2468624686
"path-browserify": "1.0.1",
@@ -24691,10 +24691,10 @@
2469124691
"sortablejs": "1.15.6"
2469224692
},
2469324693
"devDependencies": {
24694-
"@custom-elements-manifest/analyzer": "^0.10.4",
24694+
"@custom-elements-manifest/analyzer": "^0.10.5",
2469524695
"@eamodio/eslint-lite-webpack-plugin": "0.2.0",
24696-
"@eslint/compat": "1.3.1",
24697-
"@eslint/js": "9.32.0",
24696+
"@eslint/compat": "1.3.2",
24697+
"@eslint/js": "9.33.0",
2469824698
"@playwright/test": "1.54.2",
2469924699
"@prettier/plugin-oxc": "0.0.4",
2470024700
"@swc/core": "1.13.3",
@@ -24707,15 +24707,15 @@
2470724707
"@types/slug": "5.0.9",
2470824708
"@types/sortablejs": "1.15.8",
2470924709
"@types/vscode": "1.92.0",
24710-
"@typescript-eslint/parser": "8.39.0",
24710+
"@typescript-eslint/parser": "8.39.1",
2471124711
"@vscode/test-cli": "0.0.11",
2471224712
"@vscode/test-electron": "2.5.2",
24713-
"@vscode/test-web": "0.0.71",
24713+
"@vscode/test-web": "0.0.72",
2471424714
"@vscode/vsce": "3.6.0",
2471524715
"cheerio": "1.0.0-rc.12",
2471624716
"circular-dependency-plugin": "5.2.2",
2471724717
"clean-webpack-plugin": "4.0.0",
24718-
"copy-webpack-plugin": "13.0.0",
24718+
"copy-webpack-plugin": "13.0.1",
2471924719
"csp-html-webpack-plugin": "5.1.0",
2472024720
"css-loader": "7.1.2",
2472124721
"css-minimizer-webpack-plugin": "7.0.2",
@@ -24724,7 +24724,7 @@
2472424724
"esbuild-loader": "4.3.0",
2472524725
"esbuild-node-externals": "1.18.0",
2472624726
"esbuild-sass-plugin": "3.3.1",
24727-
"eslint": "9.32.0",
24727+
"eslint": "9.33.0",
2472824728
"eslint-import-resolver-typescript": "4.4.4",
2472924729
"eslint-plugin-anti-trojan-source": "1.1.1",
2473024730
"eslint-plugin-import-x": "4.16.1",
@@ -24738,12 +24738,12 @@
2473824738
"image-minimizer-webpack-plugin": "4.1.3",
2473924739
"license-checker-rseidelsohn": "4.4.2",
2474024740
"lz-string": "1.5.0",
24741-
"mini-css-extract-plugin": "2.9.3",
24741+
"mini-css-extract-plugin": "2.9.4",
2474224742
"ovsx": "0.10.5",
2474324743
"playwright": "1.54.2",
2474424744
"prettier": "3.6.2",
2474524745
"regex-to-strings": "2.1.0",
24746-
"sass": "1.89.2",
24746+
"sass": "1.90.0",
2474724747
"sass-loader": "16.0.5",
2474824748
"schema-utils": "4.3.2",
2474924749
"sharp": "0.34.3",
@@ -24752,8 +24752,8 @@
2475224752
"terser-webpack-plugin": "5.3.14",
2475324753
"ts-loader": "9.5.2",
2475424754
"typescript": "5.9.2",
24755-
"typescript-eslint": "8.39.0",
24756-
"webpack": "5.101.0",
24755+
"typescript-eslint": "8.39.1",
24756+
"webpack": "5.101.1",
2475724757
"webpack-bundle-analyzer": "4.10.2",
2475824758
"webpack-cli": "6.0.1",
2475924759
"webpack-node-externals": "3.0.0",
@@ -24766,5 +24766,5 @@
2476624766
"iconv-lite": "0.6.3",
2476724767
"node-fetch": "2.7.0"
2476824768
},
24769-
"packageManager": "pnpm@10.13.1"
24769+
"packageManager": "pnpm@10.14.0"
2477024770
}

0 commit comments

Comments
 (0)