From bac5ea08285663eaebdaf1b1b39d838cf2797873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 19:26:06 +0000 Subject: [PATCH] chore(deps): bump the minor-production-deps group with 2 updates Bumps the minor-production-deps group with 2 updates: [flat-cache](https://github.com/jaredwray/cacheable/tree/HEAD/packages/flat-cache) and [pino](https://github.com/pinojs/pino). Updates `flat-cache` from 6.1.3 to 6.1.5 - [Release notes](https://github.com/jaredwray/cacheable/releases) - [Commits](https://github.com/jaredwray/cacheable/commits/HEAD/packages/flat-cache) Updates `pino` from 9.5.0 to 9.6.0 - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](https://github.com/pinojs/pino/compare/v9.5.0...v9.6.0) --- updated-dependencies: - dependency-name: flat-cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-production-deps - dependency-name: pino dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-production-deps ... Signed-off-by: dependabot[bot] --- package-lock.json | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index 17dd5f26a..e54fcaecb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1104,9 +1104,9 @@ } }, "node_modules/@keyv/serialize": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@keyv/serialize/-/serialize-1.0.1.tgz", - "integrity": "sha512-kKXeynfORDGPUEEl2PvTExM2zs+IldC6ZD8jPcfvI351MDNtfMlw9V9s4XZXuJNDK2qR5gbEKxRyoYx3quHUVQ==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@keyv/serialize/-/serialize-1.0.2.tgz", + "integrity": "sha512-+E/LyaAeuABniD/RvUezWVXKpeuvwLEA9//nE9952zBaOdBd2mQ3pPoM8cUe2X6IcMByfuSLzmYqnYshG60+HQ==", "dependencies": { "buffer": "^6.0.3" } @@ -5958,12 +5958,12 @@ } }, "node_modules/cacheable": { - "version": "1.8.5", - "resolved": "https://registry.npmjs.org/cacheable/-/cacheable-1.8.5.tgz", - "integrity": "sha512-sRdiC3/Va8SAqZcnvcfxQAP3p3uipWl9MZpnNmAzHteyMVDRb5QllQO/JRcHGeDzYzPTfOBPH/27hoTpcREF1A==", + "version": "1.8.7", + "resolved": "https://registry.npmjs.org/cacheable/-/cacheable-1.8.7.tgz", + "integrity": "sha512-AbfG7dAuYNjYxFUtL1lAqmlWdxczCJ47w7cFjhGcnGnUdwSo6VgmSojfoW3tUI12HUkgTJ5kqj78yyq6TsFtlg==", "dependencies": { - "hookified": "^1.5.0", - "keyv": "^5.2.1" + "hookified": "^1.6.0", + "keyv": "^5.2.3" } }, "node_modules/cacheable-lookup": { @@ -5994,11 +5994,11 @@ } }, "node_modules/cacheable/node_modules/keyv": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.2.1.tgz", - "integrity": "sha512-tpIgCaY02VCW2Pz0zAn4guyct+IeH6Mb5wZdOvpe4oqXeQOJO0C3Wo8fTnf7P3ZD83Vr9kghbkNmzG3lTOhy/A==", + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-5.2.3.tgz", + "integrity": "sha512-AGKecUfzrowabUv0bH1RIR5Vf7w+l4S3xtQAypKaUpTdIR1EbrAcTxHCrpo9Q+IWeUlFE2palRtgIQcgm+PQJw==", "dependencies": { - "@keyv/serialize": "*" + "@keyv/serialize": "^1.0.2" } }, "node_modules/call-bind": { @@ -9612,13 +9612,13 @@ } }, "node_modules/flat-cache": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.3.tgz", - "integrity": "sha512-GWiWmC+qCbt/9EO80JgLj21gD61dw6iE4lw1t4NU1/DAWjmX+Hnv9C1pLtU32P6wnbdqXmUhkEVvx6y08IOACQ==", + "version": "6.1.5", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.5.tgz", + "integrity": "sha512-QR+2kN38f8nMfiIQ1LHYjuDEmZNZVjxuxY+HufbS3BW0EX01Q5OnH7iduOYRutmgiXb797HAKcXUeXrvRjjgSQ==", "dependencies": { - "cacheable": "^1.8.5", + "cacheable": "^1.8.7", "flatted": "^3.3.2", - "hookified": "^1.5.1" + "hookified": "^1.6.0" } }, "node_modules/flatted": { @@ -10711,9 +10711,9 @@ } }, "node_modules/hookified": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/hookified/-/hookified-1.5.1.tgz", - "integrity": "sha512-sZQQ5QgNVQUXffNd66qefqOMXA88CXIV0gW8I4bMAJYeu1ZCJsyy7sdchaoHzRyS4o0cXw3krNDXkljZr7uexw==" + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/hookified/-/hookified-1.6.0.tgz", + "integrity": "sha512-se7cpwTA+iA/eY548Bu03JJqBiEZAqU2jnyKdj5B5qurtBg64CZGHTgqCv4Yh7NWu6FGI09W61MCq+NoPj9GXA==" }, "node_modules/hosted-git-info": { "version": "2.8.9", @@ -16683,9 +16683,9 @@ } }, "node_modules/pino": { - "version": "9.5.0", - "resolved": "https://registry.npmjs.org/pino/-/pino-9.5.0.tgz", - "integrity": "sha512-xSEmD4pLnV54t0NOUN16yCl7RIB1c5UUOse5HSyEXtBp+FgFQyPeDutc+Q2ZO7/22vImV7VfEjH/1zV2QuqvYw==", + "version": "9.6.0", + "resolved": "https://registry.npmjs.org/pino/-/pino-9.6.0.tgz", + "integrity": "sha512-i85pKRCt4qMjZ1+L7sy2Ag4t1atFcdbEt76+7iRJn1g2BvsnRMGu9p8pivl9fs63M2kF/A0OacFZhTub+m/qMg==", "optional": true, "dependencies": { "atomic-sleep": "^1.0.0",