diff --git a/ts-test/package-lock.json b/ts-test/package-lock.json index 3743629fa..e20cd96ad 100644 --- a/ts-test/package-lock.json +++ b/ts-test/package-lock.json @@ -13,7 +13,7 @@ "aerospike": "file:..", "dockerode": "^4.0.9", "mocha": "^11.1.0", - "p-throttle": "^3.1.0", + "p-throttle": "^8.0.0", "tmp": "^0.2.4", "typescript": "^5.7.3" }, @@ -45,7 +45,6 @@ "win32" ], "dependencies": { - "aerospike": "^6.3.0", "bindings": "^1.5.0", "minimatch": "^3.1.2", "nan": "^2.22.0", @@ -62,6 +61,7 @@ "globals": "^15.11.0", "husky": "^9.0.11", "mocha": "^10.4.0", + "mocha-clean": "^1.0.0", "standard": "^17.1.0", "typedoc": "^0.26.7", "typedoc-plugin-rename-defaults": "^0.7.1", @@ -1933,12 +1933,15 @@ } }, "node_modules/p-throttle": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-throttle/-/p-throttle-3.1.0.tgz", - "integrity": "sha512-rLo81NXBihs3GJQhq89IXa0Egj/sbW1zW8/qnyadOwUhIUrZSUvyGdQ46ISRKELFBkVvmMJ4JUqWki4oAh30Qw==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/p-throttle/-/p-throttle-8.0.0.tgz", + "integrity": "sha512-kvpi14SZClZqNTLevyhCNQano1LH4clozDZoOdxnxyvEl17kjEKxkgD6to7mQMcWE4fMKAwbH0rLqm6Gjj7b2Q==", "license": "MIT", "engines": { - "node": ">=6" + "node": ">=20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/path-exists": { diff --git a/ts-test/package.json b/ts-test/package.json index fc2e371c8..2118bae24 100644 --- a/ts-test/package.json +++ b/ts-test/package.json @@ -17,7 +17,7 @@ "dockerode": "^4.0.9", "mocha": "^11.1.0", "typescript": "^5.7.3", - "p-throttle": "^3.1.0", + "p-throttle": "^8.0.0", "tmp": "^0.2.4" }, "devDependencies": {