diff --git a/package-lock.json b/package-lock.json index 395709d..73f399b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,18 @@ { - "name": "Contentstack-Integration", - "version": "2.0.0", + "name": "contentstack-commercetools-integration", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "Contentstack-Integration", - "version": "2.0.0", + "name": "contentstack-commercetools-integration", + "version": "2.0.1", + "license": "MIT", "dependencies": { "@commercetools/sdk-client": "^2.1.0", "@commercetools/sdk-middleware-auth": "^5.1.3", "@commercetools/sdk-middleware-http": "^5.2.1", - "async": "2.1.4", + "async": "^3.2.4", "body-parser": "^1.18.3", "btoa": "^1.2.1", "contentstack": "^3.7.0", @@ -273,12 +274,9 @@ } }, "node_modules/async": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/async/-/async-2.1.4.tgz", - "integrity": "sha1-LSFgx3iAMuTdbL4lAvH5osj2zeQ=", - "dependencies": { - "lodash": "^4.14.0" - } + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", + "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" }, "node_modules/asynckit": { "version": "0.4.0", @@ -3404,12 +3402,9 @@ "dev": true }, "async": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/async/-/async-2.1.4.tgz", - "integrity": "sha1-LSFgx3iAMuTdbL4lAvH5osj2zeQ=", - "requires": { - "lodash": "^4.14.0" - } + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", + "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" }, "asynckit": { "version": "0.4.0", diff --git a/package.json b/package.json index ccb3a97..9e0b556 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@commercetools/sdk-client": "^2.1.0", "@commercetools/sdk-middleware-auth": "^5.1.3", "@commercetools/sdk-middleware-http": "^5.2.1", - "async": "2.1.4", + "async": "3.2.4", "body-parser": "^1.18.3", "btoa": "^1.2.1", "contentstack": "^3.7.0",