Update dependency @fastify/leveldb to v6
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2024-09-18 00:02:11 +00:00
parent edeaf8d371
commit 01d5956178
2 changed files with 11 additions and 6 deletions

View File

@ -15,7 +15,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@fastify/leveldb": "^5.0.1",
"@fastify/leveldb": "^6.0.0",
"@fastify/static": "^7.0.0",
"@fastify/view": "^9.0.0",
"@prettier/plugin-pug": "^3.0.0",

View File

@ -54,13 +54,13 @@
dependencies:
fast-json-stringify "^5.7.0"
"@fastify/leveldb@^5.0.1":
version "5.1.0"
resolved "https://registry.yarnpkg.com/@fastify/leveldb/-/leveldb-5.1.0.tgz#79fbbda4c0a918b80e3186483915d78f7c135e5d"
integrity sha512-U2XGI3OULlf7vHDc/0rSNAisaW9A7vMWMpaL9zS/aucy3USfTzbXZGQSYLYi2//pa+jcjGwWTtLCnU6j4ei/DA==
"@fastify/leveldb@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@fastify/leveldb/-/leveldb-6.0.0.tgz#a695bd35a996c05b029f9edf34d57aaa206bd332"
integrity sha512-Ni+heEYmM8BV5AKisx2j+rs47SJJ9g1ThBWmErLbJ/eDr6AaeYNyMQw/FTZg6iFwo+6gSxdPtqV8WyblPWat9g==
dependencies:
encoding-down "^7.0.0"
fastify-plugin "^4.0.0"
fastify-plugin "^5.0.0"
leveldown "^6.0.0"
levelup "^5.0.0"
@ -540,6 +540,11 @@ fastify-plugin@^4.0.0:
resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-4.5.1.tgz#44dc6a3cc2cce0988bc09e13f160120bbd91dbee"
integrity sha512-stRHYGeuqpEZTL1Ef0Ovr2ltazUT9g844X5z/zEBFLG8RYlpDiOCIG+ATvYEp+/zmc7sN29mcIMp8gvYplYPIQ==
fastify-plugin@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-5.0.0.tgz#59baeee39d6e8e729cd27333c366d3c0146ab23b"
integrity sha512-0725fmH/yYi8ugsjszLci+lLnGBK6cG+WSxM7edY2OXJEU7gr2JiGBoieL2h9mhTych1vFsEfXsAsGGDJ/Rd5w==
fastify@^4.18.0:
version "4.28.1"
resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.28.1.tgz#39626dedf445d702ef03818da33064440b469cd1"