Skip to content

Commit 6bca57e

Browse files
authored
chore: update dependencies (#798)
1 parent d7e86d2 commit 6bca57e

5 files changed

Lines changed: 20 additions & 20 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
"author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>",
2121
"license": "MIT",
2222
"devDependencies": {
23-
"@changesets/changelog-github": "0.7.0",
24-
"@changesets/cli": "2.31.0",
25-
"@openally/config.eslint": "^2.4.2",
23+
"@changesets/changelog-github": "1.0.0",
24+
"@changesets/cli": "3.0.0",
25+
"@openally/config.eslint": "2.4.3",
2626
"@openally/config.typescript": "1.3.0",
27-
"@types/node": "26.1.1",
28-
"c8": "11.0.0",
29-
"eslint-plugin-jsdoc": "63.0.12",
27+
"@types/node": "26.2.0",
28+
"c8": "12.0.0",
29+
"eslint-plugin-jsdoc": "64.1.0",
3030
"pkg-ok": "4.0.0",
3131
"rimraf": "6.1.3",
3232
"typescript": "6.0.3",
33-
"vite": "8.1.4"
33+
"vite": "8.2.1"
3434
}
3535
}

workspaces/cli/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@
7171
"@nodesecure/licenses-conformance": "2.1.0",
7272
"@nodesecure/size-satisfies": "^1.1.0",
7373
"@nodesecure/vis-network": "^1.4.0",
74-
"@playwright/test": "1.61.1",
75-
"@types/semver": "7.7.1",
76-
"@stylistic/stylelint-plugin": "5.2.1",
77-
"esbuild": "0.28.1",
74+
"@playwright/test": "1.62.1",
75+
"@stylistic/stylelint-plugin": "5.3.0",
76+
"@types/semver": "7.8.0",
77+
"esbuild": "0.28.2",
7878
"highlight.js": "11.11.1",
7979
"lit": "3.3.3",
8080
"postcss-lit": "1.4.1",
8181
"pretty-bytes": "^7.0.0",
82-
"stylelint": "17.14.0",
82+
"stylelint": "17.14.1",
8383
"stylelint-config-standard": "40.0.0",
8484
"undici": "8.0.2"
8585
},
@@ -95,7 +95,7 @@
9595
"@nodesecure/server": "1.0.0",
9696
"@nodesecure/utils": "^2.2.0",
9797
"@nodesecure/vulnera": "3.1.0",
98-
"@openally/result": "^2.0.0",
98+
"@openally/result": "2.0.0",
9999
"@topcli/cliui": "^1.1.0",
100100
"@topcli/pretty-json": "^1.0.0",
101101
"@topcli/prompts": "4.0.0",
@@ -105,7 +105,7 @@
105105
"ini": "7.0.0",
106106
"json-diff-ts": "4.10.4",
107107
"ms": "^2.1.3",
108-
"open": "^11.0.0",
108+
"open": "11.0.1",
109109
"sade": "^1.8.1",
110110
"semver": "^7.6.3"
111111
}

workspaces/documentation-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@nodesecure/flags": "3.0.3",
4141
"@nodesecure/js-x-ray": "15.2.0",
4242
"highlight.js": "11.11.1",
43-
"markdown-it": "14.3.0"
43+
"markdown-it": "15.0.0"
4444
},
4545
"devDependencies": {
4646
"@types/markdown-it": "14.1.2"

workspaces/server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@
4141
"@nodesecure/rc": "5.6.0",
4242
"@nodesecure/report": "4.2.2",
4343
"@nodesecure/scanner": "10.13.0",
44-
"@openally/httpie": "1.1.3",
44+
"@openally/httpie": "1.1.2",
4545
"chokidar": "5.0.0",
46-
"find-my-way": "9.7.0",
46+
"find-my-way": "9.8.0",
4747
"glob": "13.0.6",
4848
"pino": "10.3.1",
4949
"pino-pretty": "13.1.3",
5050
"sirv": "3.0.2",
5151
"ts-pattern": "5.9.0",
52-
"ws": "8.21.0",
52+
"ws": "8.21.3",
5353
"zup": "0.0.2"
5454
}
5555
}

workspaces/vis-network/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@nodesecure/flags": "3.0.3",
4141
"@nodesecure/scanner": "10.13.0",
4242
"pretty-bytes": "7.1.0",
43-
"vis-data": "8.0.4",
44-
"vis-network": "10.1.0"
43+
"vis-data": "8.0.5",
44+
"vis-network": "10.1.1"
4545
}
4646
}

0 commit comments

Comments
 (0)