Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 13, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 20.12.10 -> 20.12.12 age adoption passing confidence
@types/node (source) 20.12.10 -> 20.12.12 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 13, 2024
@renovate renovate bot requested a review from sharafdin May 13, 2024 00:45
@renovate renovate bot force-pushed the renovate/node-20.x branch from 5714aab to dfe9b46 Compare May 13, 2024 07:50
@socket-security
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@babel/core@7.21.5 environment, filesystem, unsafe +45 10.5 MB nicolo-ribaudo
npm/@chakra-ui/react@2.6.0 Transitive: environment +105 12.9 MB segunadebayo
npm/@chakra-ui/skip-nav@2.0.15 None 0 11 kB segunadebayo
npm/@chakra-ui/system@2.5.6 Transitive: environment +19 7.27 MB segunadebayo
npm/@chakra-ui/theme-tools@2.0.16 None +7 5.01 MB segunadebayo
npm/@emotion/react@11.10.8 environment Transitive: filesystem +41 5.41 MB emotion-release-bot
npm/@emotion/styled@11.10.8 environment Transitive: filesystem +37 4.82 MB emotion-release-bot
npm/@fontsource/inter@4.5.15 None 0 4.45 MB lotusdevshack
npm/@saas-ui/react@1.9.1 Transitive: environment +65 23.4 MB eelcow
npm/@svgr/webpack@7.0.0 Transitive: environment, filesystem, unsafe +163 13.1 MB neoziro
npm/@types/node@18.16.3 None 0 3.67 MB types
npm/@types/react-dom@18.2.1 None 0 29.7 kB types
npm/@types/react@18.2.0 None +3 1.58 MB types
npm/contentlayer@0.3.2 Transitive: environment, eval, filesystem, network, shell, unsafe +158 63.7 MB schickling
npm/date-fns@2.29.3 None 0 6.87 MB leshakoss
npm/eslint-config-next@13.3.1 unsafe Transitive: environment, eval, filesystem +124 14.5 MB vercel-release-bot
npm/eslint@8.39.0 filesystem Transitive: environment, eval, shell, unsafe +67 10 MB eslintbot
npm/framer-motion@10.12.4 environment 0 2.05 MB popmotion
npm/next-contentlayer@0.3.2 environment, unsafe Transitive: eval, filesystem, network, shell +145 46.8 MB schickling
npm/next-seo@6.0.0 None 0 464 kB garymeehan
npm/next@13.3.1 environment, filesystem, network, shell, unsafe +8 46.6 MB vercel-release-bot
npm/nextra-theme-docs@2.13.2 Transitive: environment, eval, filesystem, network, shell +151 65 MB quietshu
npm/react-dom@18.2.0 environment +2 4.52 MB gnoff
npm/react-icons@4.8.0 None 0 55.7 MB kamijin_fanta
npm/react-remove-scroll@2.5.5 Transitive: environment +6 147 kB kashey
npm/react@18.2.0 environment +2 337 kB gnoff

🚮 Removed packages: npm/@types/chalk@2.2.0, npm/@types/cookie-parser@1.4.6, npm/@types/cors@2.8.17, npm/@types/dotenv@8.2.0, npm/@types/express-rate-limit@6.0.0, npm/@types/express@4.17.21, npm/@types/helmet@4.0.0, npm/@types/joi@17.2.3, npm/@types/jsonwebtoken@9.0.5, npm/@types/morgan@1.9.9, npm/@types/node@16.18.82, npm/@types/node@20.11.19, npm/@types/nodemailer@6.4.14, npm/@types/uuidv4@5.0.0, npm/bcrypt@5.1.1, npm/class-validator@0.14.1, npm/cookie-parser@1.4.6, npm/cors@2.8.5, npm/dotenv@16.4.1, npm/dotenv@16.4.4, npm/express-async-handler@1.2.0, npm/express-rate-limit@6.11.2, npm/express-rate-limit@7.1.5, npm/express@4.19.2, npm/helmet@7.1.0, npm/joi@17.12.1, npm/jsonwebtoken@9.0.2, npm/mongodb@5.9.2, npm/mongodb@6.3.0, npm/morgan@1.10.0, npm/nodemailer@6.9.9, npm/nodemon@3.0.3, npm/pg@8.11.3, npm/prisma@5.13.0, npm/reflect-metadata@0.1.14, npm/semver@7.5.4, npm/ts-node@10.9.2, npm/tsx@4.7.1, npm/typeorm@0.3.20, npm/typescript@4.5.2, npm/typescript@5.3.3, npm/uuidv4@6.2.13, npm/yonode@0.5.6

View full report↗︎

@socket-security
Copy link

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSource
Install scripts npm/protobufjs@7.2.3
  • Install script: postinstall
  • Source: node scripts/postinstall
Install scripts npm/protobufjs@6.11.3
  • Install script: postinstall
  • Source: node scripts/postinstall
Telemetry npm/next@13.3.1
  • Note: Can be disabled by setting the environment variable NEXT_TELEMETRY_DISABLED=1 . See https://nextjs.org/telemetry for more information
Install scripts npm/contentlayer@0.3.2
  • Install script: postinstall
  • Source: node ./bin/cli.cjs postinstall || echo 'No Contentlayer build found.'

View full report↗︎

Next steps

What is an install script?

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

What is telemetry?

This package contains telemetry which tracks how it is used.

Most telemetry comes with settings to disable it. Consider disabling telemetry if you do not want to be tracked.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/protobufjs@7.2.3
  • @SocketSecurity ignore npm/protobufjs@6.11.3
  • @SocketSecurity ignore npm/next@13.3.1
  • @SocketSecurity ignore npm/contentlayer@0.3.2

@renovate renovate bot force-pushed the renovate/node-20.x branch from dfe9b46 to 27bd1c9 Compare May 14, 2024 07:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant