Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,19 @@
"@nodesecure/size-satisfies": "^1.1.0",
"@nodesecure/vis-network": "^1.4.0",
"@openally/config.eslint": "^2.4.2",
"@openally/config.typescript": "1.2.1",
"@openally/httpie": "^1.0.0",
"@types/node": "^25.0.3",
"c8": "^10.1.2",
"@openally/config.typescript": "1.3.0",
"@openally/httpie": "1.1.2",
"@types/node": "25.5.0",
"c8": "11.0.0",
"cross-env": "^10.1.0",
"esbuild": "^0.27.0",
"eslint-plugin-jsdoc": "^61.1.11",
"esbuild": "0.27.4",
"eslint-plugin-jsdoc": "62.8.0",
"http-server": "^14.1.1",
"pkg-ok": "^3.0.0",
"pretty-bytes": "^7.0.0",
"rimraf": "^6.0.1",
"stylelint": "^16.20.0",
"stylelint-config-standard": "^39.0.1",
"rimraf": "6.1.3",
"stylelint": "17.5.0",
"stylelint-config-standard": "40.0.0",
"typescript": "^5.8.3"
},
"dependencies": {
Expand All @@ -93,17 +93,17 @@
"@nodesecure/documentation-ui": "^1.3.0",
"@nodesecure/flags": "^3.0.3",
"@nodesecure/i18n": "^4.0.2",
"@nodesecure/js-x-ray": "^13.0.0",
"@nodesecure/js-x-ray": "14.2.0",
"@nodesecure/licenses-conformance": "^2.1.0",
"@nodesecure/mama": "2.1.1",
"@nodesecure/npm-registry-sdk": "^4.4.0",
"@nodesecure/npm-registry-sdk": "4.5.1",
"@nodesecure/ossf-scorecard-sdk": "^3.2.1",
"@nodesecure/rc": "^5.0.0",
"@nodesecure/report": "4.1.1",
"@nodesecure/scanner": "10.4.0",
"@nodesecure/scanner": "10.5.1",
"@nodesecure/server": "1.0.0",
"@nodesecure/utils": "^2.2.0",
"@nodesecure/vulnera": "^2.0.1",
"@nodesecure/vulnera": "3.0.0",
"@openally/result": "^2.0.0",
"@topcli/cliui": "^1.1.0",
"@topcli/pretty-json": "^1.0.0",
Expand All @@ -112,7 +112,7 @@
"filenamify": "^7.0.0",
"highlightjs-line-numbers.js": "^2.8.0",
"ini": "^6.0.0",
"json-diff-ts": "^4.8.1",
"json-diff-ts": "4.10.0",
"lit": "^3.3.1",
"ms": "^2.1.3",
"open": "^11.0.0",
Expand Down
12 changes: 6 additions & 6 deletions workspaces/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
},
"author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/cacache": "^20.0.0"
},
"dependencies": {
"@nodesecure/flags": "3.0.3",
"@nodesecure/js-x-ray": "13.0.0",
"@nodesecure/scanner": "10.4.0",
"cacache": "20.0.3"
"@nodesecure/js-x-ray": "14.2.0",
"@nodesecure/scanner": "10.5.1",
"cacache": "20.0.4"
},
"devDependencies": {
"@types/cacache": "20.0.1"
}
}
5 changes: 2 additions & 3 deletions workspaces/documentation-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "Portable UI for NodeSecure tools (guides on flags, security docs etc..)",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"example": "npm run example:build && http-server ./dist",
"example:build": "node esbuild.config.js"
},
Expand All @@ -26,8 +25,8 @@
"license": "MIT",
"dependencies": {
"@nodesecure/flags": "^3.0.3",
"@nodesecure/js-x-ray": "^13.0.0",
"@nodesecure/js-x-ray": "14.2.0",
"highlight.js": "^11.10.0",
"markdown-it": "^14.1.0"
"markdown-it": "14.1.1"
}
}
4 changes: 2 additions & 2 deletions workspaces/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"dependencies": {
"@nodesecure/cache": "1.0.0",
"@nodesecure/scanner": "10.4.0",
"cacache": "20.0.3",
"@nodesecure/scanner": "10.5.1",
"cacache": "20.0.4",
"chokidar": "5.0.0",
"find-my-way": "9.5.0",
"glob": "13.0.6",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/size-satisfies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"exports": "./index.js",
"scripts": {
"lint": "eslint index.js",
"test-only": "node --test test/",
"test-only": "node --test test/test.js",
"test": "npm run lint && npm run test-only"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion workspaces/vis-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
},
"devDependencies": {
"@nodesecure/flags": "^3.0.3",
"@nodesecure/scanner": "10.4.0"
"@nodesecure/scanner": "10.5.1"
}
}
Loading