From c2dbbeeb9b1f02835dd636b2a47c77d41c3ac19e Mon Sep 17 00:00:00 2001 From: fraxken Date: Wed, 31 Jul 2024 20:24:52 +0200 Subject: [PATCH] chore: update dependencies --- package.json | 10 +++++----- tsconfig.json | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 258a4e1..4c504c9 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/tsconfig.json b/tsconfig.json index f8800f5..e7bfe74 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ "moduleResolution": "node", "esModuleInterop": true, "resolveJsonModule": true, + "skipLibCheck": true, "skipDefaultLibCheck": true, "forceConsistentCasingInFileNames": true, "sourceMap": true,