From 8ae903ac3b130be187f028f067069e13cd2d6870 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2020 03:44:18 +0000 Subject: [PATCH] Bump jira-client from 6.15.0 to 6.21.0 Bumps [jira-client](https://github.com/jira-node/node-jira-client) from 6.15.0 to 6.21.0. - [Release notes](https://github.com/jira-node/node-jira-client/releases) - [Commits](https://github.com/jira-node/node-jira-client/compare/v6.15.0...v6.21.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 19807a6..d407e8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -135,17 +135,17 @@ } }, "@babel/runtime": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.8.4.tgz", - "integrity": "sha512-neAp3zt80trRVBI1x0azq6c57aNBqYZH8KhMm3TaB7wEI5Q4A2SHfBHE8w9gOhI/lrqxtEbXZgQIrHP+wvSGwQ==", + "version": "7.11.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz", + "integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==", "requires": { - "regenerator-runtime": "^0.13.2" + "regenerator-runtime": "^0.13.4" }, "dependencies": { "regenerator-runtime": { - "version": "0.13.3", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz", - "integrity": "sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==" + "version": "0.13.7", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz", + "integrity": "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==" } } }, @@ -5228,9 +5228,9 @@ "dev": true }, "jira-client": { - "version": "6.15.0", - "resolved": "https://registry.npmjs.org/jira-client/-/jira-client-6.15.0.tgz", - "integrity": "sha512-FCblm7oUU1SavIx6e/eyV9cZpKPyQiRTGLmwsqudThG5nKUs0JE5vVO7JOAfSTtGEocoeIQKqQRnpoulhBVgwA==", + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/jira-client/-/jira-client-6.21.0.tgz", + "integrity": "sha512-oL+fMiGJ1LlDXgHRSXSh+8WIrCCINFSl3DxzQlKpd1XL6tC6sCAFUYoK5llI1Q78dpBulzJSMgvwSM5Dtoo6mg==", "requires": { "@babel/runtime": "^7.6.0", "request": "^2.88.0", diff --git a/package.json b/package.json index c3d6c6d..3eadc61 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "xo": "^0.23.0" }, "dependencies": { - "jira-client": "^6.15.0", + "jira-client": "^6.21.0", "lodash.trim": "^4.5.1", "micro": "^9.3.4", "microfeedback-core": "^3.0.0",