diff --git a/package-lock.json b/package-lock.json index 9d24e76..2c46ac8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "dayjs": "^1.11.12", "edge-uikit": "^1.0.0-1", "edge.js": "^6.0.2", - "undici": "^6.19.7" + "undici": "^6.28.0" }, "devDependencies": { "@adonisjs/assembler": "^7.7.0", @@ -9780,10 +9780,9 @@ } }, "node_modules/undici": { - "version": "6.19.7", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.19.7.tgz", - "integrity": "sha512-HR3W/bMGPSr90i8AAp2C4DM3wChFdJPLrWYpIS++LxS8K+W535qftjt+4MyjNYHeWabMj1nvtmLIi7l++iq91A==", - "license": "MIT", + "version": "6.28.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.28.0.tgz", + "integrity": "sha512-LIY910g9TI13YS95lrMFrs8Rm/u/irgHeTWoKCoteeJ04CUJ92eEfj0rVn+7VKMPBpUPiUoBKfhNyLI23EE/KA==", "engines": { "node": ">=18.17" } @@ -17006,9 +17005,9 @@ } }, "undici": { - "version": "6.19.7", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.19.7.tgz", - "integrity": "sha512-HR3W/bMGPSr90i8AAp2C4DM3wChFdJPLrWYpIS++LxS8K+W535qftjt+4MyjNYHeWabMj1nvtmLIi7l++iq91A==" + "version": "6.28.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.28.0.tgz", + "integrity": "sha512-LIY910g9TI13YS95lrMFrs8Rm/u/irgHeTWoKCoteeJ04CUJ92eEfj0rVn+7VKMPBpUPiUoBKfhNyLI23EE/KA==" }, "undici-types": { "version": "6.13.0", diff --git a/package.json b/package.json index e2056d1..47abcab 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "dayjs": "^1.11.12", "edge-uikit": "^1.0.0-1", "edge.js": "^6.0.2", - "undici": "^6.19.7" + "undici": "^6.28.0" }, "eslintConfig": { "extends": "@adonisjs/eslint-config/app"