Skip to content

Commit

Permalink
chore(deps): bump qrcode and @types/qrcode
Browse files Browse the repository at this point in the history
Bumps [qrcode](https://github.com/soldair/node-qrcode) and [@types/qrcode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/qrcode). These dependencies needed to be updated together.

Updates `qrcode` from 1.5.1 to 1.5.3
- [Changelog](https://github.com/soldair/node-qrcode/blob/master/CHANGELOG.md)
- [Commits](soldair/node-qrcode@v1.5.1...v1.5.3)

Updates `@types/qrcode` from 1.5.0 to 1.5.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/qrcode)

---
updated-dependencies:
- dependency-name: qrcode
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: "@types/qrcode"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and NearW committed Dec 24, 2023
1 parent c9aa2d6 commit 49b0e00
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
14 changes: 8 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"nanoid": "^4.0.0",
"next": "^14.0.1",
"peerjs": "^1.4.7",
"qrcode": "^1.5.1",
"qrcode": "^1.5.3",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-card-flip": "^1.2.0",
Expand All @@ -38,7 +38,7 @@
"@types/nanoid": "^2.1.0",
"@types/node": "^16.18.11",
"@types/peerjs": "^1.1.0",
"@types/qrcode": "^1.5.0",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.0.27",
"@types/react-beautiful-dnd": "^13.1.7",
"@types/react-dom": "^18.0.10",
Expand Down

0 comments on commit 49b0e00

Please sign in to comment.