diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 779b8792be2b..86910a34eed6 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -41,6 +41,7 @@ "astro": "workspace:*", "astro-scripts": "workspace:*", "chai": "^4.3.6", + "cheerio": "^1.0.0-rc.11", "mocha": "^9.2.2", "node-mocks-http": "^1.11.0", "undici": "^5.14.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 075433ebe443..367eead70b7e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3063,6 +3063,7 @@ importers: astro: workspace:* astro-scripts: workspace:* chai: ^4.3.6 + cheerio: ^1.0.0-rc.11 mocha: ^9.2.2 node-mocks-http: ^1.11.0 send: ^0.18.0 @@ -3075,6 +3076,7 @@ importers: astro: link:../../astro astro-scripts: link:../../../scripts chai: 4.3.7 + cheerio: 1.0.0-rc.12 mocha: 9.2.2 node-mocks-http: 1.12.1 undici: 5.14.0