diff --git a/package-lock.json b/package-lock.json index 2923ade..afbe0e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,12 +11,12 @@ "dependencies": { "bottleneck": "^2.19.5", "cross-sha256": "^1.2.0", - "domain-objects": "^0.13.0", + "domain-objects": "^0.13.2", "simple-in-memory-cache": "^0.3.0", "simple-lambda-client": "^2.3.0", "type-fns": "0.8.1", "uuid": "9.0.0", - "with-cache-normalization": "^1.0.2", + "with-cache-normalization": "^1.0.3", "with-simple-caching": "^0.11.3" }, "devDependencies": { @@ -7355,9 +7355,9 @@ } }, "node_modules/domain-objects": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/domain-objects/-/domain-objects-0.13.0.tgz", - "integrity": "sha512-kdjzvIcSnflJ5h6uow7BD5xeQ+BMzkY1d6yVsVQsnYq7oJu0Nhxod7gPfFJhnUcDeiAZS26OYzZjSHkGZZJDIg==", + "version": "0.13.2", + "resolved": "https://registry.npmjs.org/domain-objects/-/domain-objects-0.13.2.tgz", + "integrity": "sha512-00d0Otc642zfjF2WxUkk2/zgXA+2GOQbBnUSgww5dPsRbVcFOL/Qu+XsoiwcWT35TXmL2XHB41ovFh+snZH3tw==", "hasInstallScript": true, "dependencies": { "@types/joi": "^17.2.3", @@ -18443,12 +18443,12 @@ } }, "node_modules/with-cache-normalization": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/with-cache-normalization/-/with-cache-normalization-1.0.2.tgz", - "integrity": "sha512-cDVt/WXlQYqZURxjLxSweQH59YyBrPngQkGto6IBTUNlS0YWhez9KOmrqqQTrjm5oKae3VUYtE4RNYiS4Npg2A==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/with-cache-normalization/-/with-cache-normalization-1.0.3.tgz", + "integrity": "sha512-gNKH/DSB37KOv3SbblIw7oZFT2hs2fWk50ffr8h5c1RImlVBriEW+lDTfjKLfC9aa3nvgO1kPMFAusWUhgRgBQ==", "hasInstallScript": true, "dependencies": { - "domain-objects": "^0.13.0", + "domain-objects": "^0.13.2", "with-simple-caching": "^0.11.3" }, "engines": { @@ -25698,9 +25698,9 @@ } }, "domain-objects": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/domain-objects/-/domain-objects-0.13.0.tgz", - "integrity": "sha512-kdjzvIcSnflJ5h6uow7BD5xeQ+BMzkY1d6yVsVQsnYq7oJu0Nhxod7gPfFJhnUcDeiAZS26OYzZjSHkGZZJDIg==", + "version": "0.13.2", + "resolved": "https://registry.npmjs.org/domain-objects/-/domain-objects-0.13.2.tgz", + "integrity": "sha512-00d0Otc642zfjF2WxUkk2/zgXA+2GOQbBnUSgww5dPsRbVcFOL/Qu+XsoiwcWT35TXmL2XHB41ovFh+snZH3tw==", "requires": { "@types/joi": "^17.2.3", "@types/lodash.omit": "^4.5.6", @@ -34044,11 +34044,11 @@ } }, "with-cache-normalization": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/with-cache-normalization/-/with-cache-normalization-1.0.2.tgz", - "integrity": "sha512-cDVt/WXlQYqZURxjLxSweQH59YyBrPngQkGto6IBTUNlS0YWhez9KOmrqqQTrjm5oKae3VUYtE4RNYiS4Npg2A==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/with-cache-normalization/-/with-cache-normalization-1.0.3.tgz", + "integrity": "sha512-gNKH/DSB37KOv3SbblIw7oZFT2hs2fWk50ffr8h5c1RImlVBriEW+lDTfjKLfC9aa3nvgO1kPMFAusWUhgRgBQ==", "requires": { - "domain-objects": "^0.13.0", + "domain-objects": "^0.13.2", "with-simple-caching": "^0.11.3" } }, diff --git a/package.json b/package.json index 0816510..b0b756b 100644 --- a/package.json +++ b/package.json @@ -56,12 +56,12 @@ "dependencies": { "bottleneck": "^2.19.5", "cross-sha256": "^1.2.0", - "domain-objects": "^0.13.0", + "domain-objects": "^0.13.2", "simple-in-memory-cache": "^0.3.0", "simple-lambda-client": "^2.3.0", "type-fns": "0.8.1", "uuid": "9.0.0", - "with-cache-normalization": "^1.0.2", + "with-cache-normalization": "^1.0.3", "with-simple-caching": "^0.11.3" }, "devDependencies": {