From eaa35a7e8005c0abf5e99b4b367ec651793f8b7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 04:35:13 +0000 Subject: [PATCH] Bump async from 0.2.10 to 3.2.3 Bumps [async](https://github.com/caolan/async) from 0.2.10 to 3.2.3. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/0.2.10...v3.2.3) --- updated-dependencies: - dependency-name: async dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 80 +++++++++++++++++++++++++++++++++++++++-------- package.json | 2 +- 2 files changed, 68 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8cc9bdc..aadfa9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.6.5", "license": "BSD-3-Clause", "dependencies": { - "async": "^2.6.4", + "async": "^3.2.3", "sprintf-js": "^1.1.2", "sqlite3": "^5.0.7" }, @@ -2114,6 +2114,15 @@ "symbol": "^0.3.1" } }, + "node_modules/@themost/common/node_modules/async": { + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", + "peer": true, + "dependencies": { + "lodash": "^4.17.14" + } + }, "node_modules/@themost/data": { "version": "2.6.35", "resolved": "https://registry.npmjs.org/@themost/data/-/data-2.6.35.tgz", @@ -2139,6 +2148,15 @@ "@themost/xml": "^2.5.2" } }, + "node_modules/@themost/data/node_modules/async": { + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", + "dev": true, + "dependencies": { + "lodash": "^4.17.14" + } + }, "node_modules/@themost/peers": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/@themost/peers/-/peers-1.0.2.tgz", @@ -2170,6 +2188,15 @@ "@themost/common": "^2.5.0" } }, + "node_modules/@themost/query/node_modules/async": { + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", + "peer": true, + "dependencies": { + "lodash": "^4.17.14" + } + }, "node_modules/@themost/xml": { "version": "2.5.2", "resolved": "https://registry.npmjs.org/@themost/xml/-/xml-2.5.2.tgz", @@ -2347,12 +2374,9 @@ "dev": true }, "node_modules/async": { - "version": "2.6.4", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", - "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", - "dependencies": { - "lodash": "^4.17.14" - } + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz", + "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==" }, "node_modules/babel-plugin-dynamic-import-node": { "version": "2.3.3", @@ -7395,6 +7419,17 @@ "lodash": "^4.17.21", "sprintf-js": "^1.1.2", "symbol": "^0.3.1" + }, + "dependencies": { + "async": { + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", + "peer": true, + "requires": { + "lodash": "^4.17.14" + } + } } }, "@themost/data": { @@ -7412,6 +7447,17 @@ "q": "^1.4.1", "sprintf-js": "^1.1.2", "symbol": "^0.3.1" + }, + "dependencies": { + "async": { + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", + "dev": true, + "requires": { + "lodash": "^4.17.14" + } + } } }, "@themost/peers": { @@ -7437,6 +7483,17 @@ "lodash": "^4.17.15", "sprintf": "^0.1.5", "symbol": "^0.3.1" + }, + "dependencies": { + "async": { + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", + "peer": true, + "requires": { + "lodash": "^4.17.14" + } + } } }, "@themost/xml": { @@ -7577,12 +7634,9 @@ "dev": true }, "async": { - "version": "2.6.4", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", - "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", - "requires": { - "lodash": "^4.17.14" - } + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz", + "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==" }, "babel-plugin-dynamic-import-node": { "version": "2.3.3", diff --git a/package.json b/package.json index 0ab4aa8..2d6b2cc 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/themost-framework/sqlite#readme", "dependencies": { - "async": "^2.6.4", + "async": "^3.2.3", "sprintf-js": "^1.1.2", "sqlite3": "^5.0.7" },