From eecf16f82c7b4a61d4ed5332e1af94d7bc60c3cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:30:23 +0000 Subject: [PATCH] chore: bump undici from 6.19.8 to 7.0.0 Bumps [undici](https://github.com/nodejs/undici) from 6.19.8 to 7.0.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.19.8...v7.0.0) --- updated-dependencies: - dependency-name: undici dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/controllers/package.json | 2 +- examples/ecmascript-decorators/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/controllers/package.json b/examples/controllers/package.json index 07aafbc2..ecf7b65c 100644 --- a/examples/controllers/package.json +++ b/examples/controllers/package.json @@ -24,7 +24,7 @@ "jest-ts-webcompat-resolver": "^1.0.0", "ts-jest": "^29.2.5", "typescript": "^5.6.2", - "undici": "^6.19.8" + "undici": "^7.0.0" }, "jest-junit": { "outputDirectory": "../../test-results", diff --git a/examples/ecmascript-decorators/package.json b/examples/ecmascript-decorators/package.json index dfe5eab0..41fc5868 100644 --- a/examples/ecmascript-decorators/package.json +++ b/examples/ecmascript-decorators/package.json @@ -23,7 +23,7 @@ "jest-ts-webcompat-resolver": "^1.0.0", "ts-jest": "^29.2.5", "typescript": "^5.6.2", - "undici": "^6.19.8" + "undici": "^7.0.0" }, "jest-junit": { "outputDirectory": "../../test-results", diff --git a/yarn.lock b/yarn.lock index d880eb43..9f2dbe80 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4069,10 +4069,10 @@ undici-types@~5.26.4: resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== -undici@^6.19.8: - version "6.19.8" - resolved "https://registry.yarnpkg.com/undici/-/undici-6.19.8.tgz#002d7c8a28f8cc3a44ff33c3d4be4d85e15d40e1" - integrity sha512-U8uCCl2x9TK3WANvmBavymRzxbfFYG+tAu+fgx3zxQy3qdagQqBLwJVrdyO1TBfUXvfKveMKJZhpvUYoOjM+4g== +undici@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/undici/-/undici-7.0.0.tgz#3697f99304ea625d804ae087a635291a65affcbb" + integrity sha512-c4xi3kWnQJrb7h2q8aJYKvUzmz7boCgz1cUCC6OwdeM5Tr2P0hDuthr2iut4ggqsz+Cnh20U/LoTzbKIdDS/Nw== update-browserslist-db@^1.1.0: version "1.1.1"