From 41546db114bfdb49796c4a483529c04e1fc84398 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 23:51:02 +0000 Subject: [PATCH] build(deps): bump undici in /integration-tests/js-compute Bumps [undici](https://github.com/nodejs/undici) from 5.22.1 to 5.23.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.22.1...v5.23.0) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- integration-tests/js-compute/package-lock.json | 14 +++++++------- integration-tests/js-compute/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/integration-tests/js-compute/package-lock.json b/integration-tests/js-compute/package-lock.json index c8f3e17601d..4d7b520a149 100644 --- a/integration-tests/js-compute/package-lock.json +++ b/integration-tests/js-compute/package-lock.json @@ -7,7 +7,7 @@ "dependencies": { "@actions/core": "^1.10.0", "@iarna/toml": "^2.2.5", - "undici": "^5.22.1", + "undici": "^5.23.0", "zx": "^7.2.3" }, "devDependencies": { @@ -591,9 +591,9 @@ } }, "node_modules/undici": { - "version": "5.22.1", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.22.1.tgz", - "integrity": "sha512-Ji2IJhFXZY0x/0tVBXeQwgPlLWw13GVzpsWPQ3rV50IFMMof2I55PZZxtm4P6iNq+L5znYN9nSTAq0ZyE6lSJw==", + "version": "5.23.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.23.0.tgz", + "integrity": "sha512-1D7w+fvRsqlQ9GscLBwcAJinqcZGHUKjbOmXdlE/v8BvEGXjeWAax+341q44EuTcHXXnfyKNbKRq4Lg7OzhMmg==", "dependencies": { "busboy": "^1.6.0" }, @@ -1081,9 +1081,9 @@ "integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==" }, "undici": { - "version": "5.22.1", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.22.1.tgz", - "integrity": "sha512-Ji2IJhFXZY0x/0tVBXeQwgPlLWw13GVzpsWPQ3rV50IFMMof2I55PZZxtm4P6iNq+L5znYN9nSTAq0ZyE6lSJw==", + "version": "5.23.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.23.0.tgz", + "integrity": "sha512-1D7w+fvRsqlQ9GscLBwcAJinqcZGHUKjbOmXdlE/v8BvEGXjeWAax+341q44EuTcHXXnfyKNbKRq4Lg7OzhMmg==", "requires": { "busboy": "^1.6.0" } diff --git a/integration-tests/js-compute/package.json b/integration-tests/js-compute/package.json index de9256b542c..2d75de0687c 100644 --- a/integration-tests/js-compute/package.json +++ b/integration-tests/js-compute/package.json @@ -9,7 +9,7 @@ "dependencies": { "@actions/core": "^1.10.0", "@iarna/toml": "^2.2.5", - "undici": "^5.22.1", + "undici": "^5.23.0", "zx": "^7.2.3" }, "type": "module"