From 519261407f4fd725dd0e6730c2b3f6c2480ac1ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 04:46:15 +0000 Subject: [PATCH] Bump undici from 6.16.0 to 6.16.1 Bumps [undici](https://github.com/nodejs/undici) from 6.16.0 to 6.16.1. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.16.0...v6.16.1) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 49ac5c8..4762ce9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/exec": "^1.1.1", "@actions/github": "^6.0.0", "@actions/io": "^1.1.3", - "undici": "^6.16.0" + "undici": "^6.16.1" }, "devDependencies": { "@octokit/plugin-rest-endpoint-methods": "^11.0.1", @@ -7579,9 +7579,9 @@ } }, "node_modules/undici": { - "version": "6.16.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.16.0.tgz", - "integrity": "sha512-HQfVddOTb5PJtfLnJ1Px8bNGyIg/z7WTj1hjUSna1Itsv59Oca9JdclIU08ToNqvWWXjFLRzc9rqjnpfw5UWcQ==", + "version": "6.16.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.16.1.tgz", + "integrity": "sha512-NeNiTT7ixpeiL1qOIU/xTVpHpVP0svmI6PwoCKaMGaI5AsHOaRdwqU/f7Fi9eyU4u03nd5U/BC8wmRMnS9nqoA==", "engines": { "node": ">=18.17" } diff --git a/package.json b/package.json index a2dfca9..f0576eb 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@actions/exec": "^1.1.1", "@actions/github": "^6.0.0", "@actions/io": "^1.1.3", - "undici": "^6.16.0" + "undici": "^6.16.1" }, "devDependencies": { "@octokit/plugin-rest-endpoint-methods": "^11.0.1",