diff --git a/bunqdesktop.nuspec b/bunqdesktop.nuspec index d21e60bd..cddd246b 100644 --- a/bunqdesktop.nuspec +++ b/bunqdesktop.nuspec @@ -2,7 +2,7 @@ bunqdesktop - 0.9.9 + 0.9.10 bunqCommunity @@ -25,7 +25,7 @@ The unofficial, free and open source desktop application for the bunq API A desktop implementation for bunq's API. This app does everything within the application so you don't have to worry about sharing your API key with anyone else! - https://github.com/bunqCommunity/bunqDesktop/releases/tag/0.9.9 + https://github.com/bunqCommunity/bunqDesktop/releases/tag/0.9.10 diff --git a/chocolatey/chocolateyInstall.ps1 b/chocolatey/chocolateyInstall.ps1 index 8cfcd6c5..f644ab70 100644 --- a/chocolatey/chocolateyInstall.ps1 +++ b/chocolatey/chocolateyInstall.ps1 @@ -1,6 +1,6 @@ $name = 'bunqDesktop' $installerType = 'exe' -$url = 'https://github.com/bunqCommunity/bunqDesktop/releases/download/0.9.9/bunqDesktop-0.9.9.exe' +$url = 'https://github.com/bunqCommunity/bunqDesktop/releases/download/0.9.10/bunqDesktop-0.9.10.exe' $silentArgs = '/silent' Install-ChocolateyPackage $name $installerType $silentArgs $url diff --git a/package.json b/package.json index 8bbdc039..09b87fc1 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "The unofficial, free and open source desktop application for the bunq API", "productName": "bunqDesktop", "homepage": "https://bunqdesk.top/", - "version": "0.9.9", + "version": "0.9.10", "author": { "name": "bunqCommunity", "email": "bunqcommunity@gmail.com" @@ -164,7 +164,7 @@ "@babel/plugin-transform-runtime": "^7.7.4", "@babel/preset-env": "^7.7.7", "@babel/preset-react": "^7.7.4", - "@bunq-community/bunq-js-client": "^1.1.1", + "@bunq-community/bunq-js-client": "^1.1.2", "@bunq-community/bunqdesktop-templates": "^1.2.0", "@fortawesome/fontawesome-free": "^5.2.0", "@material-ui/core": "^3.9.2", @@ -210,7 +210,7 @@ "loglevel": "^1.6.1", "material-ui-pickers": "^1.0.0", "mini-css-extract-plugin": "^0.4.0", - "minimist": "^1.2.0", + "minimist": "^1.2.3", "mocha": "^5.2.0", "natives": "1.1.6", "node-forge": "^0.7.5", diff --git a/yarn.lock b/yarn.lock index d035dcf2..227af019 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1004,10 +1004,10 @@ lodash "^4.17.13" to-fast-properties "^2.0.0" -"@bunq-community/bunq-js-client@^1.1.1": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@bunq-community/bunq-js-client/-/bunq-js-client-1.1.1.tgz#420c7d68e6f95fa388a27b0fe9278e61589f9472" - integrity sha512-7osAqGbhaoivtKau6MiJKc7SBqL7rTDX1+JWML/98U8oVShlC45khHGLmte/wBKJ84D+bMK4RdNCGLNdB0NXDw== +"@bunq-community/bunq-js-client@^1.1.2": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@bunq-community/bunq-js-client/-/bunq-js-client-1.1.2.tgz#e0b99248a9c0e2d0b547236f7f8bff94a2dd3c94" + integrity sha512-DxC43592AWH8TwXfdMlVXMDaqN2jNBDlcawg+x7fyxMz9zihlpNajxnGoRh7W9smh99HmsU/UAE+LtaIUbXpVw== dependencies: awaiting "^3.0.0" axios "0.18.1" @@ -1646,9 +1646,9 @@ acorn-walk@^6.0.1, acorn-walk@^6.1.1: integrity sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA== acorn@^5.0.0, acorn@^5.5.3: - version "5.7.3" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279" - integrity sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw== + version "5.7.4" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.4.tgz#3e8d8a9947d0599a1796d10225d7432f4a4acf5e" + integrity sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg== acorn@^6.0.1, acorn@^6.0.7, acorn@^6.2.1: version "6.4.0" @@ -7917,11 +7917,16 @@ minimist@0.0.8: resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0= -minimist@1.2.0, minimist@^1.1.0, minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0: +minimist@1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ= +minimist@^1.1.0, minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.3: + version "1.2.3" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.3.tgz#3db5c0765545ab8637be71f333a104a965a9ca3f" + integrity sha512-+bMdgqjMN/Z77a6NlY/I3U5LlRDbnmaAk6lDveAPKwSpcPM4tKAuYsvYF8xjhOPXhOYGe/73vVLVez5PW+jqhw== + minimist@~0.0.1: version "0.0.10" resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"