From 81636f497776517e1ce5f54791c1924c225be8e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 04:24:30 +0000 Subject: [PATCH] Bump jspdf from 2.3.1 to 2.5.1 in /client Bumps [jspdf](https://github.com/MrRio/jsPDF) from 2.3.1 to 2.5.1. - [Release notes](https://github.com/MrRio/jsPDF/releases) - [Changelog](https://github.com/parallax/jsPDF/blob/master/RELEASE.md) - [Commits](https://github.com/MrRio/jsPDF/compare/v2.3.1...v2.5.1) --- updated-dependencies: - dependency-name: jspdf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- client/yarn.lock | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/client/package.json b/client/package.json index 410b6e3..058029f 100644 --- a/client/package.json +++ b/client/package.json @@ -11,7 +11,7 @@ "@mdi/font": "^6.8.96", "axios": "^0.21.1", "chart.js": "^3.8.0", - "jspdf": "^2.2.0", + "jspdf": "^2.5.1", "jspdf-autotable": "^3.5.23", "vue": "^2.6.11", "vue-chartjs": "^4.1.1", diff --git a/client/yarn.lock b/client/yarn.lock index 5874b8f..2893c2c 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -890,10 +890,10 @@ core-js-pure "^3.15.0" regenerator-runtime "^0.13.4" -"@babel/runtime@^7.11.0", "@babel/runtime@^7.8.4": - version "7.14.6" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d" - integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg== +"@babel/runtime@^7.11.0", "@babel/runtime@^7.14.0", "@babel/runtime@^7.8.4": + version "7.18.6" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.6.tgz#6a1ef59f838debd670421f8c7f2cbb8da9751580" + integrity sha512-t9wi7/AW6XtKahAe20Yw0/mMljKq0B1r2fPdvaAdV/KPDZewFXdaaa6K7lxmZBZ8FBNpCiAT6iHPmd6QO9bKfQ== dependencies: regenerator-runtime "^0.13.4" @@ -5628,11 +5628,12 @@ jspdf-autotable@^3.5.23: resolved "https://registry.yarnpkg.com/jspdf-autotable/-/jspdf-autotable-3.5.23.tgz#c46448ef93b51fc958feb6a2974257dde63c8f79" integrity sha512-uIYxQsdKrDdbhygEFlbTVoaxawZMZXMasAOryQ1oMFTragcxLhhWIfc8peLCBXuB7fJ5SICtPZ2De7Pk7eS8SQ== -jspdf@^2.2.0: - version "2.3.1" - resolved "https://registry.yarnpkg.com/jspdf/-/jspdf-2.3.1.tgz#313d117234b546469694a1fd81a1e02411647576" - integrity sha512-1vp0USP1mQi1h7NKpwxjFgQkJ5ncZvtH858aLpycUc/M+r/RpWJT8PixAU7Cw/3fPd4fpC8eB/Bj42LnsR21YQ== +jspdf@^2.5.1: + version "2.5.1" + resolved "https://registry.yarnpkg.com/jspdf/-/jspdf-2.5.1.tgz#00c85250abf5447a05f3b32ab9935ab4a56592cc" + integrity sha512-hXObxz7ZqoyhxET78+XR34Xu2qFGrJJ2I2bE5w4SM8eFaFEkW2xcGRVUss360fYelwRSid/jT078kbNvmoW0QA== dependencies: + "@babel/runtime" "^7.14.0" atob "^2.1.2" btoa "^1.2.1" fflate "^0.4.8"