Skip to content

Commit ce99d2f

Browse files
committed
chore(#226): ugrade deps again to fix new security alert
1 parent 1cb4869 commit ce99d2f

File tree

2 files changed

+152
-128
lines changed

2 files changed

+152
-128
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
},
1313
"type": "module",
1414
"dependencies": {
15-
"@primer/octicons": "^19.15.3",
16-
"@viz-js/viz": "^3.15.0",
15+
"@primer/octicons": "^19.15.5",
16+
"@viz-js/viz": "^3.16.0",
1717
"ansi_up": "^6.0.6",
18-
"axios": "^1.10.0",
18+
"axios": "^1.11.0",
1919
"clipboard": "^2.0.11",
2020
"express": "^5.1.0",
2121
"glob": "11.0.3",
@@ -39,32 +39,32 @@
3939
"mermaid": "^11.9.0",
4040
"node-stream-zip": "^1.15.0",
4141
"open": "^10.2.0",
42-
"tmp": "^0.2.3",
42+
"tmp": "^0.2.4",
4343
"uuid": "^11.1.0",
4444
"ws": "^8.18.3"
4545
},
4646
"devDependencies": {
4747
"@eslint/eslintrc": "^3.3.1",
48-
"@eslint/js": "^9.31.0",
49-
"@jupyterlab/nbformat": "^4.4.4",
48+
"@eslint/js": "^9.32.0",
49+
"@jupyterlab/nbformat": "^4.4.5",
5050
"@types/express": "^5.0.3",
5151
"@types/markdown-it": "^14.1.1",
52-
"@types/node": "^24.0.15",
52+
"@types/node": "^24.2.0",
5353
"@types/primer__octicons": "^19.11.0",
5454
"@types/tmp": "^0.2.6",
5555
"@types/ws": "^8.18.1",
56-
"@typescript-eslint/eslint-plugin": "^8.37.0",
57-
"@typescript-eslint/parser": "^8.37.0",
58-
"eslint": "^9.31.0",
56+
"@typescript-eslint/eslint-plugin": "^8.39.0",
57+
"@typescript-eslint/parser": "^8.39.0",
58+
"eslint": "^9.32.0",
5959
"eslint-config-prettier": "^10.1.8",
6060
"eslint-plugin-prettier": "^5.5.3",
6161
"nodemon": "^3.1.10",
6262
"postject": "^1.0.0-alpha.6",
6363
"prettier": "^3.6.2",
6464
"ts-loader": "^9.5.2",
6565
"ts-node": "^10.9.2",
66-
"typescript": "^5.8.3",
67-
"webpack": "^5.100.2",
66+
"typescript": "^5.9.2",
67+
"webpack": "^5.101.0",
6868
"webpack-cli": "^6.0.1",
6969
"yarn-deduplicate": "^6.0.2"
7070
}

0 commit comments

Comments
 (0)