diff --git a/package-lock.json b/package-lock.json index f87adf4be..7c93abf27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,10 +6,10 @@ "packages": { "": { "name": "loopback-connector-mongodb", - "version": "6.2.0", + "version": "7.0.0-alpha.2", "license": "MIT", "dependencies": { - "async": "^3.2.4", + "async": "^3.2.6", "bson": "^1.1.6", "debug": "^4.3.4", "loopback-connector": "^5.0.1", @@ -34,7 +34,7 @@ "sinon": "^12.0.1" }, "engines": { - "node": "14 || 16 || 18" + "node": "18 || 20" } }, "deps/juggler-v4": { @@ -1141,8 +1141,9 @@ } }, "node_modules/async": { - "version": "3.2.4", - "license": "MIT" + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", + "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==" }, "node_modules/balanced-match": { "version": "1.0.2", @@ -6159,7 +6160,9 @@ "dev": true }, "async": { - "version": "3.2.4" + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz", + "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==" }, "balanced-match": { "version": "1.0.2", diff --git a/package.json b/package.json index ca3feab24..b1a61942e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ ], "license": "MIT", "dependencies": { - "async": "^3.2.4", + "async": "^3.2.6", "bson": "^1.1.6", "debug": "^4.3.4", "loopback-connector": "^5.0.1",