diff --git a/package.json b/package.json index 23e2b196..02c9fc88 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "eventemitter3": "^5.0.1", "lodash.isequal": "^4.5.0", "tweetnacl": "^1.0.3", - "undici": "^5.28.2" + "undici": "^6.0.1" }, "devDependencies": { "@microsoft/eslint-formatter-sarif": "^3.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9a1fcfbe..1cc9be7f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ dependencies: specifier: ^1.0.3 version: 1.0.3 undici: - specifier: ^5.28.2 - version: 5.28.2 + specifier: ^6.0.1 + version: 6.0.1 devDependencies: '@microsoft/eslint-formatter-sarif': @@ -2820,9 +2820,9 @@ packages: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} dev: true - /undici@5.28.2: - resolution: {integrity: sha512-wh1pHJHnUeQV5Xa8/kyQhO7WFa8M34l026L5P/+2TYiakvGy5Rdc8jWZVyG7ieht/0WgJLEd3kcU5gKx+6GC8w==} - engines: {node: '>=14.0'} + /undici@6.0.1: + resolution: {integrity: sha512-eZFYQLeS9BiXpsU0cuFhCwfeda2MnC48EVmmOz/eCjsTgmyTdaHdVsPSC/kwC2GtW2e0uH0HIPbadf3/bRWSxw==} + engines: {node: '>=18.0'} dependencies: '@fastify/busboy': 2.1.0 dev: false