diff --git a/package-lock.json b/package-lock.json index 60497758..e9609b18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@types/chai-as-promised": "7.1.8", "@types/mocha": "10.0.6", "@types/node": "20.12.2", - "asyncbox": "^3.0.0", + "asyncbox": "3.0.0", "chai": "4.4.1", "chai-as-promised": "7.1.1", "conventional-changelog-conventionalcommits": "8.0.0", @@ -3193,6 +3193,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-3.0.0.tgz", "integrity": "sha512-X7U0nedUMKV3nn9c4R0Zgvdvv6cw97tbDlHSZicq1snGPi/oX9DgGmFSURWtxDdnBWd3V0YviKhqAYAVvoWQ/A==", + "license": "Apache-2.0", "dependencies": { "bluebird": "^3.5.1", "lodash": "^4.17.4", diff --git a/package.json b/package.json index a3b84d62..f50fe690 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "@types/chai-as-promised": "7.1.8", "@types/mocha": "10.0.6", "@types/node": "20.12.2", - "asyncbox": "^3.0.0", + "asyncbox": "3.0.0", "chai": "4.4.1", "chai-as-promised": "7.1.1", "conventional-changelog-conventionalcommits": "8.0.0",