From 04ccee30fdf93f90e3d59b9e92e38d4539704792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 20:31:00 +0000 Subject: [PATCH] Bump undici and @astrojs/webapi Bumps [undici](https://github.com/nodejs/undici) and [@astrojs/webapi](https://github.com/withastro/astro/tree/HEAD/packages/webapi). These dependencies needed to be updated together. Updates `undici` from 5.18.0 to 5.20.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.18.0...v5.20.0) Updates `@astrojs/webapi` from 2.0.1 to 2.1.0 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/webapi/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/webapi@2.1.0/packages/webapi) --- updated-dependencies: - dependency-name: undici dependency-type: indirect - dependency-name: "@astrojs/webapi" dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 39 ++++++++------------------------------- 1 file changed, 8 insertions(+), 31 deletions(-) diff --git a/package-lock.json b/package-lock.json index 34ff23c..4386c44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -155,24 +155,12 @@ } }, "node_modules/@astrojs/webapi": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@astrojs/webapi/-/webapi-2.0.1.tgz", - "integrity": "sha512-aOOHa86W5Ux77A3dS91YrVlSxtBSJsVK4UhvcXHY0gAl0ZrOStSKSBO45gZ6tFi2AiHu3bzpMtZjwrPHtl+cyg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@astrojs/webapi/-/webapi-2.1.0.tgz", + "integrity": "sha512-sbF44s/uU33jAdefzKzXZaENPeXR0sR3ptLs+1xp9xf5zIBhedH2AfaFB5qTEv9q5udUVoKxubZGT3G1nWs6rA==", "dev": true, "dependencies": { - "undici": "5.18.0" - } - }, - "node_modules/@astrojs/webapi/node_modules/undici": { - "version": "5.18.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.18.0.tgz", - "integrity": "sha512-1iVwbhonhFytNdg0P4PqyIAXbdlVZVebtPDvuM36m66mRw4OGrCm2MYynJv/UENFLdP13J1nPVQzVE2zTs1OeA==", - "dev": true, - "dependencies": { - "busboy": "^1.6.0" - }, - "engines": { - "node": ">=12.18" + "undici": "5.20.0" } }, "node_modules/@babel/code-frame": { @@ -5585,23 +5573,12 @@ } }, "@astrojs/webapi": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@astrojs/webapi/-/webapi-2.0.1.tgz", - "integrity": "sha512-aOOHa86W5Ux77A3dS91YrVlSxtBSJsVK4UhvcXHY0gAl0ZrOStSKSBO45gZ6tFi2AiHu3bzpMtZjwrPHtl+cyg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@astrojs/webapi/-/webapi-2.1.0.tgz", + "integrity": "sha512-sbF44s/uU33jAdefzKzXZaENPeXR0sR3ptLs+1xp9xf5zIBhedH2AfaFB5qTEv9q5udUVoKxubZGT3G1nWs6rA==", "dev": true, "requires": { - "undici": "5.18.0" - }, - "dependencies": { - "undici": { - "version": "5.18.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.18.0.tgz", - "integrity": "sha512-1iVwbhonhFytNdg0P4PqyIAXbdlVZVebtPDvuM36m66mRw4OGrCm2MYynJv/UENFLdP13J1nPVQzVE2zTs1OeA==", - "dev": true, - "requires": { - "busboy": "^1.6.0" - } - } + "undici": "5.20.0" } }, "@babel/code-frame": {