diff --git a/package-lock.json b/package-lock.json index fc27f7f7..3ed0246b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9353,9 +9353,9 @@ } }, "jira-client": { - "version": "6.18.0", - "resolved": "https://registry.npmjs.org/jira-client/-/jira-client-6.18.0.tgz", - "integrity": "sha512-ecGSJJETF65wmp/rYjVVKGcRb4YBFG90jLWK9AQ/7D1ZFL8NfMn9omS5znD93q6+CX9wqWgzrm5FSwyTnXh6Vw==", + "version": "6.19.0", + "resolved": "https://registry.npmjs.org/jira-client/-/jira-client-6.19.0.tgz", + "integrity": "sha512-WaRJV12L/JLFgs5759sO81SiYTvZ6X6YRykBhfhZegbfnHoReL2ouL+0s0pT8ghorPftoxYx7oEDN19bLxxfsA==", "requires": { "@babel/runtime": "^7.6.0", "request": "^2.88.0", diff --git a/package.json b/package.json index 7548476d..c7d46244 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "dotenv": "^8.2.0", "express": "^4.17.1", "helmet": "^4.1.0", - "jira-client": "^6.18.0", + "jira-client": "^6.19.0", "jira2md": "^2.0.4", "jsonwebtoken": "^8.5.1", "mime-types": "^2.1.27",