diff --git a/package-lock.json b/package-lock.json index c0145ab..74b396e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@sgtpooki/file-type": "^1.0.1", "blockstore-fs": "^2.0.2", "datastore-level": "^11.0.1", - "fastify": "^5.2.2", + "fastify": "^5.3.3", "fastify-metrics": "^12.1.0", "helia": "^5.3.0", "ipns": "^10.0.2", @@ -14627,9 +14627,9 @@ "license": "BSD-3-Clause" }, "node_modules/fastify": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.2.2.tgz", - "integrity": "sha512-22T/PnhquWozuFXg3Ish4md5ipsF1Nx1mJ9ulLdZPXSk14WFj/wMlyNB/yll9sQOojKRgOIxT2inK3Xpjg5hyw==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.3.3.tgz", + "integrity": "sha512-nCBiBCw9q6jPx+JJNVgO8JVnTXeUyrGcyTKPQikRkA/PanrFcOIo4R+ZnLeOLPZPGgzjomqfVarzE0kYx7qWiQ==", "funding": [ { "type": "github", @@ -14652,9 +14652,9 @@ "find-my-way": "^9.0.0", "light-my-request": "^6.0.0", "pino": "^9.0.0", - "process-warning": "^4.0.0", + "process-warning": "^5.0.0", "rfdc": "^1.3.1", - "secure-json-parse": "^3.0.1", + "secure-json-parse": "^4.0.0", "semver": "^7.6.0", "toad-cache": "^3.7.0" } @@ -14678,6 +14678,22 @@ "integrity": "sha512-HCxs+YnRaWzCl+cWRYFnHmeRFyR5GVnJTAaCJQiYzQSDwK9MgJdyAsuL3nh0EWRCYMgQ5MeziymvmAhUHYHDUQ==", "license": "MIT" }, + "node_modules/fastify/node_modules/process-warning": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-5.0.0.tgz", + "integrity": "sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "MIT" + }, "node_modules/fastq": { "version": "1.19.1", "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz", @@ -31807,9 +31823,9 @@ } }, "node_modules/secure-json-parse": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-3.0.2.tgz", - "integrity": "sha512-H6nS2o8bWfpFEV6U38sOSjS7bTbdgbCGU9wEM6W14P5H0QOsz94KCusifV44GpHDTu2nqZbuDNhTzu+mjDSw1w==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-4.0.0.tgz", + "integrity": "sha512-dxtLJO6sc35jWidmLxo7ij+Eg48PM/kleBsxpC8QJE0qJICe+KawkDQmvCMZUr9u7WKVHgMW6vy3fQ7zMiFZMA==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index e5306d3..ada081d 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "@sgtpooki/file-type": "^1.0.1", "blockstore-fs": "^2.0.2", "datastore-level": "^11.0.1", - "fastify": "^5.2.2", + "fastify": "^5.3.3", "fastify-metrics": "^12.1.0", "helia": "^5.3.0", "ipns": "^10.0.2",