diff --git a/wizard/package.json b/wizard/package.json index 3fced803..b7c0692b 100644 --- a/wizard/package.json +++ b/wizard/package.json @@ -76,7 +76,7 @@ "jquery": "jquery/jquery-dist#~2.1.4", "jquery-ui": "components/jqueryui#>=1.12.x", "jspdf": "MrRio/jsPDF#1.3.3", - "jspdf-autotable": "someatoms/jsPDF-AutoTable#2.3.1", + "jspdf-autotable": "^3.7.1", "lodash": "lodash/lodash#3.x", "matchHeight": "liabru/jquery-match-height#~0.7.0", "moment": "moment/moment#~2.14.1", diff --git a/wizard/yarn.lock b/wizard/yarn.lock index 86d02d41..e0ac4ad4 100644 --- a/wizard/yarn.lock +++ b/wizard/yarn.lock @@ -3716,9 +3716,10 @@ jsonfile@^2.1.0: optionalDependencies: graceful-fs "^4.1.6" -jspdf-autotable@someatoms/jsPDF-AutoTable#2.3.1: - version "2.3.1" - resolved "https://codeload.github.com/someatoms/jsPDF-AutoTable/tar.gz/e2d31bf0a963a4c9cb54b909f90cf3cb0b7a279c" +jspdf-autotable@^3.7.1: + version "3.7.1" + resolved "https://registry.yarnpkg.com/jspdf-autotable/-/jspdf-autotable-3.7.1.tgz#9fdf74963a86c36e101beed5950186316d4f44ae" + integrity sha512-5fgjqE8nIwUoNz5l/i/aD/uONKofE4yp/kJ097EKBllPVTPGnGV5OWHld30db3+CvNrgzrRl8gmTnKF6vag05g== jspdf@MrRio/jsPDF#1.3.3: version "1.3.3" @@ -6673,10 +6674,10 @@ yargs@~3.5.4: window-size "0.1.0" wordwrap "0.0.2" -yarn@^1.3.2: - version "1.21.1" - resolved "https://registry.yarnpkg.com/yarn/-/yarn-1.21.1.tgz#1d5da01a9a03492dc4a5957befc1fd12da83d89c" - integrity sha512-dQgmJv676X/NQczpbiDtc2hsE/pppGDJAzwlRiADMTvFzYbdxPj2WO4PcNyriSt2c4jsCMpt8UFRKHUozt21GQ== +yarn@^1.22.19: + version "1.22.19" + resolved "https://registry.yarnpkg.com/yarn/-/yarn-1.22.19.tgz#4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447" + integrity sha512-/0V5q0WbslqnwP91tirOvldvYISzaqhClxzyUKXYxs07yUILIs5jx/k6CFe8bvKSkds5w+eiOqta39Wk3WxdcQ== yauzl@2.4.1: version "2.4.1"