Skip to content

Commit 67fca82

Browse files
committed
Updates dependencies
1 parent 0601261 commit 67fca82

File tree

3 files changed

+376
-351
lines changed

3 files changed

+376
-351
lines changed

ThirdPartyNotices.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This project incorporates components from the projects listed below.
1515
10. @vscode/codicons version 0.0.36 (https://github.com/microsoft/vscode-codicons)
1616
11. @vscode/webview-ui-toolkit version 1.4.0 (https://github.com/microsoft/vscode-webview-ui-toolkit)
1717
12. ansi-regex version 6.0.1 (https://github.com/chalk/ansi-regex)
18-
13. billboard.js version 3.12.2 (https://github.com/naver/billboard.js)
18+
13. billboard.js version 3.12.4 (https://github.com/naver/billboard.js)
1919
14. fast-string-truncated-width version 1.1.0 (https://github.com/fabiospampinato/fast-string-truncated-width)
2020
15. https-proxy-agent version 5.0.1 (https://github.com/TooTallNate/node-https-proxy-agent)
2121
16. iconv-lite version 0.6.3 (https://github.com/ashtuchkin/iconv-lite)

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17559,7 +17559,7 @@
1755917559
"@vscode/codicons": "0.0.36",
1756017560
"@vscode/webview-ui-toolkit": "1.4.0",
1756117561
"ansi-regex": "6.0.1",
17562-
"billboard.js": "3.12.2",
17562+
"billboard.js": "3.12.4",
1756317563
"fast-string-truncated-width": "1.1.0",
1756417564
"https-proxy-agent": "5.0.1",
1756517565
"iconv-lite": "0.6.3",
@@ -17573,16 +17573,16 @@
1757317573
},
1757417574
"devDependencies": {
1757517575
"@eamodio/eslint-lite-webpack-plugin": "0.0.8",
17576-
"@swc/core": "1.5.7",
17576+
"@swc/core": "1.5.29",
1757717577
"@twbs/fantasticon": "3.0.0",
1757817578
"@types/mocha": "10.0.6",
1757917579
"@types/node": "18.15.0",
1758017580
"@types/react": "17.0.80",
1758117581
"@types/react-dom": "17.0.21",
1758217582
"@types/sortablejs": "1.15.8",
1758317583
"@types/vscode": "1.82.0",
17584-
"@typescript-eslint/eslint-plugin": "7.12.0",
17585-
"@typescript-eslint/parser": "7.12.0",
17584+
"@typescript-eslint/eslint-plugin": "7.13.0",
17585+
"@typescript-eslint/parser": "7.13.0",
1758617586
"@vscode/test-electron": "2.4.0",
1758717587
"@vscode/test-web": "0.0.54",
1758817588
"@vscode/vsce": "2.27.0",
@@ -17594,7 +17594,7 @@
1759417594
"css-loader": "7.1.2",
1759517595
"css-minimizer-webpack-plugin": "7.0.0",
1759617596
"cssnano-preset-advanced": "7.0.2",
17597-
"esbuild": "0.21.4",
17597+
"esbuild": "0.21.5",
1759817598
"esbuild-loader": "4.1.0",
1759917599
"esbuild-sass-plugin": "3.3.1",
1760017600
"eslint": "8.57.0",
@@ -17614,7 +17614,7 @@
1761417614
"mini-css-extract-plugin": "2.9.0",
1761517615
"mocha": "10.4.0",
1761617616
"prettier": "3.1.0",
17617-
"sass": "1.77.4",
17617+
"sass": "1.77.5",
1761817618
"sass-loader": "14.2.1",
1761917619
"schema-utils": "4.2.0",
1762017620
"sharp": "0.32.6",
@@ -17623,14 +17623,14 @@
1762317623
"ts-loader": "9.5.1",
1762417624
"tsc-alias": "1.8.10",
1762517625
"typescript": "5.5.1-rc",
17626-
"webpack": "5.91.0",
17626+
"webpack": "5.92.0",
1762717627
"webpack-bundle-analyzer": "4.10.2",
1762817628
"webpack-cli": "5.1.4",
1762917629
"webpack-node-externals": "3.0.0",
1763017630
"webpack-require-from": "1.8.6"
1763117631
},
1763217632
"resolutions": {
17633-
"esbuild": "0.21.4",
17633+
"esbuild": "0.21.5",
1763417634
"iconv-lite": "0.6.3",
1763517635
"node-fetch": "2.7.0",
1763617636
"semver-regex": "4.0.5"

0 commit comments

Comments
 (0)