From c76f16188a67f1a2fb4ba4b863319cb50878ceea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:31:24 +0000 Subject: [PATCH] Bump undici and @astrojs/webapi in /blog 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] --- blog/package-lock.json | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/blog/package-lock.json b/blog/package-lock.json index 5499f0a..fbda23a 100644 --- a/blog/package-lock.json +++ b/blog/package-lock.json @@ -179,22 +179,11 @@ } }, "node_modules/@astrojs/webapi": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@astrojs/webapi/-/webapi-2.0.1.tgz", - "integrity": "sha512-aOOHa86W5Ux77A3dS91YrVlSxtBSJsVK4UhvcXHY0gAl0ZrOStSKSBO45gZ6tFi2AiHu3bzpMtZjwrPHtl+cyg==", - "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==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@astrojs/webapi/-/webapi-2.1.0.tgz", + "integrity": "sha512-sbF44s/uU33jAdefzKzXZaENPeXR0sR3ptLs+1xp9xf5zIBhedH2AfaFB5qTEv9q5udUVoKxubZGT3G1nWs6rA==", "dependencies": { - "busboy": "^1.6.0" - }, - "engines": { - "node": ">=12.18" + "undici": "5.20.0" } }, "node_modules/@babel/code-frame": {