Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
Bump @ericblade/quagga2 from 1.4.2 to 1.7.0
Browse files Browse the repository at this point in the history
Bumps [@ericblade/quagga2](https://github.com/ericblade/quagga2) from 1.4.2 to 1.7.0.
- [Release notes](https://github.com/ericblade/quagga2/releases)
- [Changelog](https://github.com/ericblade/quagga2/blob/master/CHANGELOG.md)
- [Commits](ericblade/quagga2@1.4.2...1.7.0)

---
updated-dependencies:
- dependency-name: "@ericblade/quagga2"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 16, 2022
1 parent 63424dc commit c47f52e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@emotion/react": "^11.9.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.6.0",
"@ericblade/quagga2": "^1.4.2",
"@ericblade/quagga2": "^1.7.0",
"@mui/icons-material": "^5.6.2",
"@mui/lab": "^5.0.0-alpha.69",
"@mui/material": "^5.4.1",
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,10 @@
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46"
integrity sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==

"@ericblade/quagga2@^1.4.2":
version "1.4.2"
resolved "https://registry.yarnpkg.com/@ericblade/quagga2/-/quagga2-1.4.2.tgz#caaa8793f52ef4a99ea703de95c15731aa41e60e"
integrity sha512-MZXX8Sh5wHNLrB+1qfMi0c8tz+LJibOJv/c6WoSc5SbGdqWBMAMZv6p1N8Wu/JtFlhlXtw7RzvIz3I3ZMuaJjw==
"@ericblade/quagga2@^1.7.0":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@ericblade/quagga2/-/quagga2-1.7.0.tgz#64551ad1aaef69214a40b090097beb0a4f66fd67"
integrity sha512-4ZZtqAHaX63i5/YLf0doZ/upiHAbUtaYx4k5V2lLLbC3fO+Wdneh8cQbKBG0oztALXwad5LDiOY/6/59wCn9jw==
dependencies:
"@babel/polyfill" "^7.12.1"
get-pixels "^3.3.3"
Expand All @@ -242,6 +242,8 @@
lodash "^4.17.21"
ndarray "^1.0.19"
ndarray-linear-interpolate "^1.0.0"
optionalDependencies:
fsevents "2.1.2"

"@eslint/eslintrc@^1.0.5":
version "1.1.0"
Expand Down Expand Up @@ -1895,6 +1897,11 @@ fs.realpath@^1.0.0:
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=

fsevents@2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.2.tgz#4c0a1fb34bc68e543b4b82a9ec392bfbda840805"
integrity sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA==

fsevents@~2.3.2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
Expand Down

0 comments on commit c47f52e

Please sign in to comment.