Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm WARN deprecated #538

Open
muriloelias opened this issue Jun 10, 2022 · 2 comments
Open

npm WARN deprecated #538

muriloelias opened this issue Jun 10, 2022 · 2 comments

Comments

@muriloelias
Copy link

Hi guys, some alerts when install the package:

npm WARN deprecated source-map-resolve@0.6.0: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated puppeteer@2.1.1: Version no longer supported. Upgrade to @latest
npm WARN deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.

$ npm why source-map-resolve
source-map-resolve@0.6.0 dev
node_modules/source-map-resolve
source-map-resolve@"^0.6.0" from css@3.0.0
node_modules/css
css@"^3.0.0" from inline-critical@8.0.0
node_modules/inline-critical
inline-critical@"^8.0.0" from critical@4.0.1
node_modules/critical
dev critical@"^4.0.1" from the root project

$ npm why puppeteer
puppeteer@2.1.1 dev
node_modules/puppeteer
puppeteer@"2.1.1" from penthouse@2.3.2
node_modules/penthouse
penthouse@"^2.3.2" from critical@4.0.1
node_modules/critical
dev critical@"^4.0.1" from the root project

$ npm why svgo
svgo@1.3.2 dev
node_modules/svgo
svgo@"^1.3.2" from postcss-image-inliner@5.0.0
node_modules/postcss-image-inliner
postcss-image-inliner@"^5.0.0" from critical@4.0.1
node_modules/critical
dev critical@"^4.0.1" from the root project

@bezoerb
Copy link
Collaborator

bezoerb commented Oct 8, 2023

puppeteer needs to be bumped at penthouse. There's already a PR for this: pocketjoso/penthouse#347

i guess i need to take care for postcss-image-inliner myself ;)

@bezoerb
Copy link
Collaborator

bezoerb commented Oct 9, 2023

image

only one left :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants