Skip to content

Commit

Permalink
fix(deps): update dependency better-sqlite3 to v7.4.2 (#323)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Jul 19, 2021
1 parent 07fbfcf commit cbe5529
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@n1ru4l/socket-io-graphql-server": "0.9.2",
"@tinyhttp/app": "1.3.14",
"@types/better-sqlite3": "5.4.3",
"better-sqlite3": "7.4.1",
"better-sqlite3": "7.4.2",
"gqtx": "0.7.0",
"graphql": "15.5.1",
"multer": "1.4.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2854,10 +2854,10 @@ bcrypt-pbkdf@^1.0.0:
dependencies:
tweetnacl "^0.14.3"

better-sqlite3@7.4.1:
version "7.4.1"
resolved "https://registry.yarnpkg.com/better-sqlite3/-/better-sqlite3-7.4.1.tgz#9daab6fb5be44460772992478ccda2db53605b7d"
integrity sha512-sk1kW3PsWE7W7G9qbi5TQxCROlQVR8YWlp4srbyrwN5DrLeamKfrm3JExwOiNSAYyJv8cw5/2HOfvF/ipZj4qg==
better-sqlite3@7.4.2:
version "7.4.2"
resolved "https://registry.yarnpkg.com/better-sqlite3/-/better-sqlite3-7.4.2.tgz#12fc2089f1434888cb3c710f59c849e0e740c16e"
integrity sha512-AnLxapjr0EnWDC0qmcTqOH3n/9YGK1sr7wCCAdGBzUhO/LWx+Fh2gemSnKTM9lD6VKWSf337T6NqbTgnVVz7Zg==
dependencies:
bindings "^1.5.0"
prebuild-install "^6.0.1"
Expand Down

1 comment on commit cbe5529

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This image has been published to DockerHub. 🐋
You can easily try this build out locally with Docker.
docker run -p 4000:4000 n1ru4l/character-overlay:cbe55291c2287859a425f01871c4b3d6679e011c

Please sign in to comment.