You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
npm WARN deprecated puppeteer@18.1.0: < 21.5.0 is no longer supported
Remove the netlify-plugin-cypress example from this repository, since it continues to cause deprecation messages and there is no published plan to update the plugin.
Current situation
README instructs to install dependencies using:
npm install
Two deprecation warnings are output:
Environment: Node.js
&18.17.0
~~20.10.0
~~20.11.0
Desired situation
There should be no deprecation warnings output when
npm install
is executed.Comments
The deprecation warnings come from
netlify-plugin-cypress@2.2.1
which uses:debug@4.1.1
andpuppeteer@18.1.0
This is an open issue in cypress-io/netlify-plugin-cypress:
The text was updated successfully, but these errors were encountered: