Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken committed Jul 31, 2024
1 parent 714614f commit c2dbbee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@
"c8": "^10.1.2",
"glob": "^11.0.0",
"tsd": "^0.31.0",
"tsx": "^4.9.3",
"typescript": "^5.2.2"
"tsx": "^4.16.3",
"typescript": "^5.5.4"
},
"dependencies": {
"@nodesecure/i18n": "^4.0.0",
"@nodesecure/js-x-ray": "^7.0.0",
"@nodesecure/i18n": "^4.0.1",
"@nodesecure/js-x-ray": "^7.3.0",
"@nodesecure/npm-types": "^1.0.0",
"@nodesecure/vuln": "^1.7.0",
"@openally/result": "^1.2.1",
"@slimio/config": "^1.2.0",
"lodash.merge": "^4.6.2",
"type-fest": "^4.15.0"
"type-fest": "^4.23.0"
},
"tsd": {
"directory": "test/types",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"moduleResolution": "node",
"esModuleInterop": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"forceConsistentCasingInFileNames": true,
"sourceMap": true,
Expand Down

0 comments on commit c2dbbee

Please sign in to comment.