Skip to content

Commit

Permalink
fix: upgrade hmpb-interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
eventualbuddha committed Sep 29, 2020
1 parent a5199dd commit 31f4f51
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/module-scan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@types/sharp": "^0.25.1",
"@votingworks/ballot-encoder": "^4.0.0",
"@votingworks/hmpb-interpreter": "^5.1.3",
"@votingworks/hmpb-interpreter": "^5.1.5",
"@votingworks/qrdetect": "^1.0.1",
"base64-js": "^1.3.1",
"body-parser": "^1.19.0",
Expand Down
34 changes: 27 additions & 7 deletions apps/module-scan/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -987,18 +987,18 @@
"@antongolub/iso8601" "^1.2.1"
zod "^1.7.1"

"@votingworks/hmpb-interpreter@^5.1.3":
version "5.1.3"
resolved "https://registry.yarnpkg.com/@votingworks/hmpb-interpreter/-/hmpb-interpreter-5.1.3.tgz#bf10083d76cc517d5bcf8a7cf2c5aacd30e91817"
integrity sha512-GcaguPIQPTQgc3uTKZY3nuhlWRz0ndsQXLpsjRhIchQC2A6ummq+YhpzmH3A3GBnBb8G1V5tr70JA9sDM7WRZg==
"@votingworks/hmpb-interpreter@^5.1.5":
version "5.1.5"
resolved "https://registry.yarnpkg.com/@votingworks/hmpb-interpreter/-/hmpb-interpreter-5.1.5.tgz#028599552070382429e436262614f434d507b0af"
integrity sha512-eU1DYExShhQS27g5t2ugoj97L+abCyEPm6rDoxO4/Yz/DEK94LnJTZJhTr/pBSdzoAItxy3CBqncRwd6k6dmmw==
dependencies:
"@votingworks/ballot-encoder" "^4.0.0"
canvas "^2.6.1"
chalk "^4.0.0"
debug "^4.1.1"
jsfeat "^0.0.8"
jsqr "^1.3.1"
node-quirc "^2.2.1"
sharp "^0.26.1"
table "^5.4.6"
uuid "^7.0.3"

Expand Down Expand Up @@ -4567,6 +4567,11 @@ node-addon-api@^3.0.0:
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-3.0.0.tgz#812446a1001a54f71663bed188314bba07e09247"
integrity sha512-sSHCgWfJ+Lui/u+0msF3oyCgvdkhxDbkCS6Q8uiJquzOimkJBvX6hl5aSSA7DR1XbMpdM8r7phjcF63sF4rkKg==

node-addon-api@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-3.0.2.tgz#04bc7b83fd845ba785bb6eae25bc857e1ef75681"
integrity sha512-+D4s2HCnxPd5PjjI0STKwncjXTUKKqm74MDMz9OPXavjsGmjkvwgLtA5yoxJUdmpj52+2u+RrXgPipahKczMKg==

node-ensure@^0.0.0:
version "0.0.0"
resolved "https://registry.yarnpkg.com/node-ensure/-/node-ensure-0.0.0.tgz#ecae764150de99861ec5c810fd5d096b183932a7"
Expand Down Expand Up @@ -5058,7 +5063,7 @@ posix-character-classes@^0.1.0:
resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=

prebuild-install@^5.3.4:
prebuild-install@^5.3.4, prebuild-install@^5.3.5:
version "5.3.5"
resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-5.3.5.tgz#e7e71e425298785ea9d22d4f958dbaccf8bb0e1b"
integrity sha512-YmMO7dph9CYKi5IR/BzjOJlRzpxGGVo1EsLSUZ0mt/Mq0HWZIHOKHHcHdT69yG54C9m6i45GpItwRHpk0Py7Uw==
Expand Down Expand Up @@ -5665,6 +5670,21 @@ sharp@^0.25.4:
tar "^6.0.2"
tunnel-agent "^0.6.0"

sharp@^0.26.1:
version "0.26.1"
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.26.1.tgz#084e3447ba17f1baf3e3f2e08305ed7aec236ce9"
integrity sha512-9MhwS4ys8pnwBH7MtnBdLzUv+cb24QC4xbzzQL6A+1MQ4Se2V6oPHEX8TIGIZUPRKi6S1kJPVNzt/Xqqp6/H3Q==
dependencies:
color "^3.1.2"
detect-libc "^1.0.3"
node-addon-api "^3.0.2"
npmlog "^4.1.2"
prebuild-install "^5.3.5"
semver "^7.3.2"
simple-get "^4.0.0"
tar-fs "^2.1.0"
tunnel-agent "^0.6.0"

shebang-command@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
Expand Down Expand Up @@ -6205,7 +6225,7 @@ table@^5.4.6:
slice-ansi "^2.1.0"
string-width "^3.0.0"

tar-fs@^2.0.0:
tar-fs@^2.0.0, tar-fs@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.0.tgz#d1cdd121ab465ee0eb9ccde2d35049d3f3daf0d5"
integrity sha512-9uW5iDvrIMCVpvasdFHW0wJPez0K4JnMZtsuIeDI7HyMGJNxmDZDOCQROr7lXyS+iL/QMpj07qcjGYTSdRFXUg==
Expand Down

0 comments on commit 31f4f51

Please sign in to comment.