Skip to content

Commit

Permalink
Bump lmdb (#7797)
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Mar 9, 2022
1 parent 493fda2 commit 498f077
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core/cache/package.json
Expand Up @@ -27,7 +27,7 @@
"@parcel/fs": "2.3.2",
"@parcel/logger": "2.3.2",
"@parcel/utils": "2.3.2",
"lmdb": "2.2.3"
"lmdb": "2.2.4"
},
"peerDependencies": {
"@parcel/core": "^2.3.2"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -8254,10 +8254,10 @@ listr2@^2.1.0:
rxjs "^6.5.5"
through "^2.3.8"

lmdb@2.2.3:
version "2.2.3"
resolved "https://registry.yarnpkg.com/lmdb/-/lmdb-2.2.3.tgz#713ffa515c31e042808abf364b4aa0feaeaf6360"
integrity sha512-+OiHQpw22mBBxocb/9vcVNETqf0k5vgHA2r+KX7eCf8j5tSV50ZIv388iY1mnnrERIUhs2sjKQbZhPg7z4HyPQ==
lmdb@2.2.4:
version "2.2.4"
resolved "https://registry.yarnpkg.com/lmdb/-/lmdb-2.2.4.tgz#6494d5a1d1db152e0be759edcfa06893e4cbdb53"
integrity sha512-gto+BB2uEob8qRiTlOq+R3uX0YNHsX9mjxj9Sbdue/LIKqu6IlZjrsjKeGyOMquc/474GEqFyX2pdytpydp0rQ==
dependencies:
msgpackr "^1.5.4"
nan "^2.14.2"
Expand Down

0 comments on commit 498f077

Please sign in to comment.