Skip to content

Commit

Permalink
Updates dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Jan 25, 2024
1 parent 1831805 commit 2b8ba4c
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 122 deletions.
2 changes: 1 addition & 1 deletion ThirdPartyNotices.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This project incorporates components from the projects listed below.
11. billboard.js version 3.10.3 (https://github.com/naver/billboard.js)
12. https-proxy-agent version 5.0.1 (https://github.com/TooTallNate/node-https-proxy-agent)
13. iconv-lite version 0.6.3 (https://github.com/ashtuchkin/iconv-lite)
14. lit version 3.1.0 (https://github.com/lit/lit)
14. lit version 3.1.1 (https://github.com/lit/lit)
15. microsoft/vscode (https://github.com/microsoft/vscode)
16. node-fetch version 2.7.0 (https://github.com/bitinn/node-fetch)
17. os-browserify version 0.3.0 (https://github.com/CoderPuppy/os-browserify)
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16360,7 +16360,7 @@
"billboard.js": "3.10.3",
"https-proxy-agent": "5.0.1",
"iconv-lite": "0.6.3",
"lit": "3.1.0",
"lit": "3.1.1",
"node-fetch": "2.7.0",
"os-browserify": "0.3.0",
"path-browserify": "1.0.1",
Expand All @@ -16370,7 +16370,7 @@
},
"devDependencies": {
"@eamodio/eslint-lite-webpack-plugin": "0.0.8",
"@swc/core": "1.3.103",
"@swc/core": "1.3.106",
"@twbs/fantasticon": "2.7.2",
"@types/mocha": "10.0.6",
"@types/node": "18.15.0",
Expand All @@ -16380,7 +16380,7 @@
"@types/vscode": "1.82.0",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"@vscode/test-electron": "2.3.8",
"@vscode/test-electron": "2.3.9",
"@vscode/test-web": "0.0.50",
"@vscode/vsce": "2.22.0",
"circular-dependency-plugin": "5.2.2",
Expand All @@ -16406,13 +16406,13 @@
"glob": "10.3.10",
"html-loader": "5.0.0",
"html-webpack-plugin": "5.6.0",
"image-minimizer-webpack-plugin": "3.8.3",
"image-minimizer-webpack-plugin": "4.0.0",
"license-checker-rseidelsohn": "4.3.0",
"lz-string": "1.5.0",
"mini-css-extract-plugin": "2.7.7",
"mocha": "10.2.0",
"prettier": "3.1.0",
"sass": "1.69.7",
"sass": "1.70.0",
"sass-loader": "14.0.0",
"schema-utils": "4.2.0",
"sharp": "0.32.6",
Expand All @@ -16421,7 +16421,7 @@
"ts-loader": "9.5.1",
"tsc-alias": "1.8.8",
"typescript": "5.3.3",
"webpack": "5.89.0",
"webpack": "5.90.0",
"webpack-bundle-analyzer": "4.10.1",
"webpack-cli": "5.1.4",
"webpack-node-externals": "3.0.0",
Expand Down
Loading

0 comments on commit 2b8ba4c

Please sign in to comment.