diff --git a/Source/Services/Tailwind.Traders.Cart.Api/package-lock.json b/Source/Services/Tailwind.Traders.Cart.Api/package-lock.json index 67de26a..cbf2157 100644 --- a/Source/Services/Tailwind.Traders.Cart.Api/package-lock.json +++ b/Source/Services/Tailwind.Traders.Cart.Api/package-lock.json @@ -33,11 +33,11 @@ "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" }, "async": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz", - "integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==", + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", "requires": { - "lodash": "^4.17.10" + "lodash": "^4.17.14" } }, "basic-auth": { @@ -360,9 +360,9 @@ } }, "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash.includes": { "version": "4.3.0", diff --git a/Source/Services/Tailwind.Traders.Cart.Api/package.json b/Source/Services/Tailwind.Traders.Cart.Api/package.json index 241dd53..25f41ff 100644 --- a/Source/Services/Tailwind.Traders.Cart.Api/package.json +++ b/Source/Services/Tailwind.Traders.Cart.Api/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@azure/cosmos": "^2.0.5", - "async": "^2.6.1", + "async": "^2.6.4", "body-parser": "^1.18.3", "cookie-parser": "~1.4.3", "cors": "^2.8.5",