From e2cafd1afe78f1f78593de9d181c2436e10073f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:07:05 +0000 Subject: [PATCH] fix(deps): update dependency @platformatic/sql-mapper to v1.53.3 --- package-lock.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 15c049a0..593f27f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2315,9 +2315,9 @@ } }, "node_modules/@platformatic/sql-mapper": { - "version": "1.52.2", - "resolved": "https://registry.npmjs.org/@platformatic/sql-mapper/-/sql-mapper-1.52.2.tgz", - "integrity": "sha512-9lUYB/AoM/3msKgL6DKH2TBQBFd7QzCRR+LZlsFDvwrk3SqX96tcgyPUXVPViHIR3Yy+2uMbkB46eV9YM8ZW4g==", + "version": "1.53.3", + "resolved": "https://registry.npmjs.org/@platformatic/sql-mapper/-/sql-mapper-1.53.3.tgz", + "integrity": "sha512-E4Q8kHf2/2MYlisvj1OGKYfiWagGZjbZJ/OfhHE1qPxRfT5IN3xGzmg2Ulj8JnfCHBHMwpt5Aabe2kSQUPs0gA==", "license": "Apache-2.0", "dependencies": { "@databases/mysql": "^6.0.0", @@ -2326,8 +2326,8 @@ "@fastify/error": "^3.4.1", "@hapi/topo": "^6.0.2", "@matteo.collina/sqlite-pool": "^0.4.0", - "@platformatic/utils": "1.52.2", - "async-cache-dedupe": "^2.1.0", + "@platformatic/utils": "1.53.3", + "async-cache-dedupe": "^2.2.0", "camelcase": "^6.3.0", "fastify-plugin": "^4.5.1", "inflected": "^2.1.0" @@ -2354,16 +2354,16 @@ } }, "node_modules/@platformatic/utils": { - "version": "1.52.2", - "resolved": "https://registry.npmjs.org/@platformatic/utils/-/utils-1.52.2.tgz", - "integrity": "sha512-Z+2sPAytSIMCGRc9gAftD4/GXgp48hzodeSYbk98K7YooCyA+GUFItIvBxlDB8AI0MPRQ/nPWMcxzCLXEAo48Q==", + "version": "1.53.3", + "resolved": "https://registry.npmjs.org/@platformatic/utils/-/utils-1.53.3.tgz", + "integrity": "sha512-ById1t3f2n6MONxrOojQzOwjN5UOVNTnhBc3TWJPs4gKI+p0brwXmArHpkeX47KETyxlBeymsURxfhG+Wrwp2w==", "license": "Apache-2.0", "dependencies": { "@fastify/deepmerge": "^1.3.0", "@fastify/error": "^3.4.1", "leven": "~3.1.0", "minimatch": "^8.0.4", - "undici": "^6.9.0" + "undici": "^6.19.8" } }, "node_modules/@platformatic/utils/node_modules/@fastify/error": {