Skip to content

Commit aced932

Browse files
committed
Updates dependencies
1 parent 01e16ad commit aced932

File tree

3 files changed

+263
-225
lines changed

3 files changed

+263
-225
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.28.0 (https://github.com/open-telemetry/opentelemetry-js)
2020
15. @shoelace-style/shoelace version 2.18.0 (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.14.1 (https://github.com/naver/billboard.js)
22+
17. billboard.js version 3.14.2 (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.2.1 (https://github.com/lit/lit)
26-
21. marked version 15.0.2 (https://github.com/markedjs/marked)
26+
21. marked version 15.0.3 (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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19625,11 +19625,11 @@
1962519625
"@opentelemetry/semantic-conventions": "1.28.0",
1962619626
"@shoelace-style/shoelace": "2.18.0",
1962719627
"@vscode/codicons": "0.0.36",
19628-
"billboard.js": "3.14.1",
19628+
"billboard.js": "3.14.2",
1962919629
"https-proxy-agent": "5.0.1",
1963019630
"iconv-lite": "0.6.3",
1963119631
"lit": "3.2.1",
19632-
"marked": "15.0.2",
19632+
"marked": "15.0.3",
1963319633
"node-fetch": "2.7.0",
1963419634
"os-browserify": "0.3.0",
1963519635
"path-browserify": "1.0.1",
@@ -19641,7 +19641,7 @@
1964119641
},
1964219642
"devDependencies": {
1964319643
"@eamodio/eslint-lite-webpack-plugin": "0.1.0",
19644-
"@eslint/js": "9.15.0",
19644+
"@eslint/js": "9.16.0",
1964519645
"@playwright/test": "1.49.0",
1964619646
"@swc/core": "1.9.3",
1964719647
"@twbs/fantasticon": "3.0.0",
@@ -19653,7 +19653,7 @@
1965319653
"@types/slug": "5.0.9",
1965419654
"@types/sortablejs": "1.15.8",
1965519655
"@types/vscode": "1.82.0",
19656-
"@typescript-eslint/parser": "8.16.0",
19656+
"@typescript-eslint/parser": "8.17.0",
1965719657
"@vscode/test-cli": "^0.0.10",
1965819658
"@vscode/test-electron": "2.4.1",
1965919659
"@vscode/test-web": "0.0.64",
@@ -19670,22 +19670,22 @@
1967019670
"esbuild-loader": "4.2.2",
1967119671
"esbuild-node-externals": "1.15.0",
1967219672
"esbuild-sass-plugin": "3.3.1",
19673-
"eslint": "9.15.0",
19673+
"eslint": "9.16.0",
1967419674
"eslint-import-resolver-typescript": "3.6.3",
1967519675
"eslint-plugin-anti-trojan-source": "1.1.1",
1967619676
"eslint-plugin-import-x": "4.4.3",
1967719677
"eslint-plugin-lit": "1.15.0",
1967819678
"eslint-plugin-wc": "2.2.0",
1967919679
"fork-ts-checker-webpack-plugin": "9.0.2",
1968019680
"glob": "11.0.0",
19681-
"globals": "15.12.0",
19681+
"globals": "15.13.0",
1968219682
"html-loader": "5.1.0",
1968319683
"html-webpack-plugin": "5.6.3",
1968419684
"image-minimizer-webpack-plugin": "4.1.1",
1968519685
"license-checker-rseidelsohn": "4.4.2",
1968619686
"lz-string": "1.5.0",
1968719687
"mini-css-extract-plugin": "2.9.2",
19688-
"mocha": "10.8.2",
19688+
"mocha": "11.0.1",
1968919689
"ovsx": "0.10.1",
1969019690
"playwright": "1.49.0",
1969119691
"prettier": "3.1.0",
@@ -19697,7 +19697,7 @@
1969719697
"terser-webpack-plugin": "5.3.10",
1969819698
"ts-loader": "9.5.1",
1969919699
"typescript": "5.7.2",
19700-
"typescript-eslint": "8.16.0",
19700+
"typescript-eslint": "8.17.0",
1970119701
"webpack": "5.96.1",
1970219702
"webpack-bundle-analyzer": "4.10.2",
1970319703
"webpack-cli": "5.1.4",
@@ -19710,5 +19710,5 @@
1971019710
"node-fetch": "2.7.0",
1971119711
"semver-regex": "4.0.5"
1971219712
},
19713-
"packageManager": "[email protected].2"
19713+
"packageManager": "[email protected].4"
1971419714
}

0 commit comments

Comments
 (0)