diff --git a/api/package-lock.json b/api/package-lock.json index 4f4e6d7..1f3da97 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@azure/communication-email": "^1.1.0", - "@azure/cosmos": "^4.9.1", + "@azure/cosmos": "^4.9.3", "@azure/functions": "^4.12.0" }, "devDependencies": { @@ -213,9 +213,9 @@ } }, "node_modules/@azure/cosmos": { - "version": "4.9.2", - "resolved": "https://registry.npmjs.org/@azure/cosmos/-/cosmos-4.9.2.tgz", - "integrity": "sha512-g+n9GDm+N4iMPE3/ZfFClBvy33fE13oa60wJLKof05tEzcJF+4KsVNdjZkRNOTRBvpGGwD0CO/FGdxBuOb2+yg==", + "version": "4.9.3", + "resolved": "https://registry.npmjs.org/@azure/cosmos/-/cosmos-4.9.3.tgz", + "integrity": "sha512-AWRj+yhw1lybutNcsHJ8syxWXnTLvc3CPwwdCwG1I0I71f25ZcBkxneTeoaB3X57+xl1nO+zJKUqfm0RhpGUFA==", "license": "MIT", "dependencies": { "@azure/abort-controller": "^2.1.2", diff --git a/api/package.json b/api/package.json index c4aca85..2545066 100644 --- a/api/package.json +++ b/api/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@azure/communication-email": "^1.1.0", - "@azure/cosmos": "^4.9.1", + "@azure/cosmos": "^4.9.3", "@azure/functions": "^4.12.0" }, "devDependencies": {