diff --git a/package-lock.json b/package-lock.json index e08ff8b8..45a34c5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "foreground-child": "^3.1.0", "jackspeak": "^2.0.3", "minimatch": "^9.0.0", - "minipass": "^5.0.0 || ^6.0.0", + "minipass": "^5.0.0 || ^6.0.2", "path-scurry": "^1.7.0" }, "bin": { @@ -1993,9 +1993,9 @@ } }, "node_modules/minipass": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-6.0.0.tgz", - "integrity": "sha512-mvD5U4pUen1aWcjTxUgdoMg6PB98dcV0obc/OiPzls79++IpgNoO+MCbOHRlKfWIOvjIjmjUygjZmSStP7B0Og==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-6.0.2.tgz", + "integrity": "sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w==", "engines": { "node": ">=16 || 14 >=14.17" } diff --git a/package.json b/package.json index 69b451ec..b64d8cdf 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "foreground-child": "^3.1.0", "jackspeak": "^2.0.3", "minimatch": "^9.0.0", - "minipass": "^5.0.0 || ^6.0.0", + "minipass": "^5.0.0 || ^6.0.2", "path-scurry": "^1.7.0" }, "devDependencies": { diff --git a/tsconfig-base.json b/tsconfig-base.json index 5af9f89c..15404cca 100644 --- a/tsconfig-base.json +++ b/tsconfig-base.json @@ -10,7 +10,6 @@ "forceConsistentCasingInFileNames": true, "moduleResolution": "node", "resolveJsonModule": true, - "skipLibCheck": true, "sourceMap": true, "strict": true, "target": "es2022"