diff --git a/apps/jira/functions/package-lock.json b/apps/jira/functions/package-lock.json index df064fc5f..cc1e903b4 100644 --- a/apps/jira/functions/package-lock.json +++ b/apps/jira/functions/package-lock.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@types/aws-lambda": "^8.10.124", - "@types/chai": "^4.3.7", + "@types/chai": "^4.3.14", "@types/mocha": "^9.1.1", "@types/node": "^12.12.14", "@types/node-fetch": "^2.6.4", @@ -886,9 +886,9 @@ "dev": true }, "node_modules/@types/chai": { - "version": "4.3.8", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.8.tgz", - "integrity": "sha512-yW/qTM4mRBBcsA9Xw9FbcImYtFPY7sgr+G/O5RDYVmxiy9a+pE5FyoFUi8JYCZY5nicj8atrr1pcfPiYpeNGOA==", + "version": "4.3.14", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.14.tgz", + "integrity": "sha512-Wj71sXE4Q4AkGdG9Tvq1u/fquNz9EdG4LIJMwVVII7ashjD/8cf8fyIfJAjRr6YcsXnSE8cOGQPq1gqeR8z+3w==", "dev": true }, "node_modules/@types/http-cache-semantics": { @@ -8465,9 +8465,9 @@ "dev": true }, "@types/chai": { - "version": "4.3.8", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.8.tgz", - "integrity": "sha512-yW/qTM4mRBBcsA9Xw9FbcImYtFPY7sgr+G/O5RDYVmxiy9a+pE5FyoFUi8JYCZY5nicj8atrr1pcfPiYpeNGOA==", + "version": "4.3.14", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.14.tgz", + "integrity": "sha512-Wj71sXE4Q4AkGdG9Tvq1u/fquNz9EdG4LIJMwVVII7ashjD/8cf8fyIfJAjRr6YcsXnSE8cOGQPq1gqeR8z+3w==", "dev": true }, "@types/http-cache-semantics": { diff --git a/apps/jira/functions/package.json b/apps/jira/functions/package.json index 83abfe524..5e46123c8 100644 --- a/apps/jira/functions/package.json +++ b/apps/jira/functions/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@types/aws-lambda": "^8.10.124", - "@types/chai": "^4.3.7", + "@types/chai": "^4.3.14", "@types/mocha": "^9.1.1", "@types/node": "^12.12.14", "@types/node-fetch": "^2.6.4",