Update dependency @fastify/leveldb to v6 #108

Merged
bot merged 1 commits from renovate/fastify-leveldb-6.x into master 2024-09-18 02:02:20 +02:00
2 changed files with 11 additions and 6 deletions
Showing only changes of commit 01d5956178 - Show all commits

View File

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

View File

@ -54,13 +54,13 @@
dependencies: dependencies:
fast-json-stringify "^5.7.0" fast-json-stringify "^5.7.0"
"@fastify/leveldb@^5.0.1": "@fastify/leveldb@^6.0.0":
version "5.1.0" version "6.0.0"
resolved "https://registry.yarnpkg.com/@fastify/leveldb/-/leveldb-5.1.0.tgz#79fbbda4c0a918b80e3186483915d78f7c135e5d" resolved "https://registry.yarnpkg.com/@fastify/leveldb/-/leveldb-6.0.0.tgz#a695bd35a996c05b029f9edf34d57aaa206bd332"
integrity sha512-U2XGI3OULlf7vHDc/0rSNAisaW9A7vMWMpaL9zS/aucy3USfTzbXZGQSYLYi2//pa+jcjGwWTtLCnU6j4ei/DA== integrity sha512-Ni+heEYmM8BV5AKisx2j+rs47SJJ9g1ThBWmErLbJ/eDr6AaeYNyMQw/FTZg6iFwo+6gSxdPtqV8WyblPWat9g==
dependencies: dependencies:
encoding-down "^7.0.0" encoding-down "^7.0.0"
fastify-plugin "^4.0.0" fastify-plugin "^5.0.0"
leveldown "^6.0.0" leveldown "^6.0.0"
levelup "^5.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" resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-4.5.1.tgz#44dc6a3cc2cce0988bc09e13f160120bbd91dbee"
integrity sha512-stRHYGeuqpEZTL1Ef0Ovr2ltazUT9g844X5z/zEBFLG8RYlpDiOCIG+ATvYEp+/zmc7sN29mcIMp8gvYplYPIQ== 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: fastify@^4.18.0:
version "4.28.1" version "4.28.1"
resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.28.1.tgz#39626dedf445d702ef03818da33064440b469cd1" resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.28.1.tgz#39626dedf445d702ef03818da33064440b469cd1"