diff --git a/package-lock.json b/package-lock.json index 2e0e4eb..7718baa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "rethinkdb-ts": "^3.0.0-next.10", "rxjs": "^7.5.6", "socket.io": "^4.6.1", - "undici": "^6.23.0" + "undici": "^6.28.0" }, "devDependencies": { "@babel/core": "^7.19.0", @@ -16041,9 +16041,9 @@ } }, "node_modules/undici": { - "version": "6.23.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.23.0.tgz", - "integrity": "sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g==", + "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" } @@ -28064,9 +28064,9 @@ } }, "undici": { - "version": "6.23.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.23.0.tgz", - "integrity": "sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g==" + "version": "6.28.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.28.0.tgz", + "integrity": "sha512-LIY910g9TI13YS95lrMFrs8Rm/u/irgHeTWoKCoteeJ04CUJ92eEfj0rVn+7VKMPBpUPiUoBKfhNyLI23EE/KA==" }, "unicode-canonical-property-names-ecmascript": { "version": "2.0.0", diff --git a/package.json b/package.json index f8f97e4..abb598d 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "rethinkdb-ts": "^3.0.0-next.10", "rxjs": "^7.5.6", "socket.io": "^4.6.1", - "undici": "^6.23.0" + "undici": "^6.28.0" }, "devDependencies": { "@babel/core": "^7.19.0",