Skip to content

Commit 2932110

Browse files
authored
Update npm dependencies (#3108)
- Updated npm dependencies to their latest possible versions without introducing bugs - Resolved vulnerabilities in the dependencies - Fixed breaking changes introduced by the new dependencies
1 parent a6ba330 commit 2932110

51 files changed

Lines changed: 5843 additions & 3718 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package-lock.json

Lines changed: 2428 additions & 2717 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 38 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -17,44 +17,49 @@
1717
},
1818
"private": true,
1919
"devDependencies": {
20-
"@anywidget/types": "^0.1.4",
21-
"@eslint/js": "^9.9.1",
22-
"@parcel/watcher": "^2.4.1",
23-
"@types/chai": "^4.3.8",
24-
"@types/markdown-it": "^14.1.1",
25-
"@types/mocha": "^10.0.2",
20+
"@anywidget/types": "^0.3.0",
21+
"@eslint/js": "^10.0.1",
22+
"@parcel/watcher": "^2.5.6",
23+
"@types/chai": "^5.2.3",
24+
"@types/markdown-it": "^14.1.2",
25+
"@types/mocha": "^10.0.10",
2626
"@types/node": "^22.14",
27-
"@types/vscode": "^1.99.1",
27+
"@types/vscode": "1.100.0",
2828
"@types/vscode-webview": "^1.57.5",
29-
"@vscode/codicons": "^0.0.36",
30-
"@vscode/debugadapter": "^1.63.0",
31-
"@vscode/debugprotocol": "^1.63.0",
32-
"@vscode/extension-telemetry": "^0.9.8",
33-
"@vscode/markdown-it-katex": "^1.0.0",
34-
"@vscode/test-web": "^0.0.78",
35-
"3dmol": "^2.5.3",
36-
"chai": "^4.3.10",
37-
"dompurify": "^3.3.2",
38-
"esbuild": "^0.25.0",
39-
"eslint": "^9.17.0",
29+
"@vscode/codicons": "^0.0.45",
30+
"@vscode/debugadapter": "^1.68.0",
31+
"@vscode/debugprotocol": "^1.68.0",
32+
"@vscode/extension-telemetry": "0.8.5",
33+
"@vscode/markdown-it-katex": "^1.1.2",
34+
"@vscode/test-web": "^0.0.80",
35+
"3dmol": "^2.5.4",
36+
"chai": "^6.2.2",
37+
"dompurify": "^3.3.3",
38+
"esbuild": "0.26.0",
39+
"eslint": "^10.2.0",
4040
"events": "^3.3.0",
41-
"github-markdown-css": "^5.3.0",
42-
"globals": "^15.9.0",
43-
"highlight.js": "^11.10.0",
41+
"github-markdown-css": "^5.9.0",
42+
"globals": "^17.5.0",
43+
"highlight.js": "^11.11.1",
4444
"highlightjs-copy": "^1.0.6",
45-
"jsdom": "^27.0.0",
46-
"markdown-it": "^14.1.0",
47-
"mocha": "^10.8.2",
48-
"modern-normalize": "^2.0.0",
49-
"monaco-editor": "^0.44.0",
50-
"openai": "^4.83.0",
51-
"preact": "^10.20.0",
52-
"prettier": "^3.3.3",
45+
"jsdom": "^29.0.2",
46+
"markdown-it": "^14.1.1",
47+
"mocha": "^11.7.5",
48+
"modern-normalize": "^3.0.1",
49+
"monaco-editor": "^0.53.0",
50+
"preact": "^10.29.1",
51+
"prettier": "^3.8.1",
5352
"punycode": "^2.3.1",
54-
"typescript": "^5.5.4",
55-
"typescript-eslint": "^8.19.1",
56-
"url": "^0.11.3",
57-
"user-agent-data-types": "^0.4.2",
53+
"typescript": "5.6.3",
54+
"typescript-eslint": "^8.58.2",
55+
"url": "^0.11.4",
56+
"user-agent-data-types": "^0.4.3",
5857
"vscode-uri": "^3.0.8"
58+
},
59+
"overrides": {
60+
"mocha": {
61+
"serialize-javascript": "^7.0.4",
62+
"diff": "^8.0.3"
63+
}
5964
}
6065
}

0 commit comments

Comments
 (0)