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

Update dependency @types/node to v20.13.0 #950

Merged
merged 1 commit into from
May 31, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 6, 2024

Mend Renovate

This PR contains the following updates:

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

Copy link

socket-security bot commented May 6, 2024

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

Package New capabilities Transitives Size Publisher
npm/@types/babel__traverse@7.0.7 None 0 40.3 kB types
npm/@types/istanbul-lib-coverage@2.0.1 None 0 5.75 kB types
npm/@types/node@14.0.12 None +1 779 kB types
npm/@typescript-eslint/eslint-plugin@6.21.0 Transitive: environment, filesystem +27 6.32 MB jameshenry
npm/@typescript-eslint/parser@6.21.0 Transitive: environment, filesystem +21 2.44 MB jameshenry
npm/ansi-styles@4.2.1 None +3 55.6 kB sindresorhus
npm/babel-plugin-transform-builtin-extend@1.1.2 Transitive: environment, eval, filesystem, network +20 2.98 MB loganfsmyth
npm/babel-preset-env@1.7.0 Transitive: environment, eval, filesystem, network +64 5.7 MB existentialism
npm/define-data-property@1.1.1 None +2 46.3 kB ljharb
npm/eslint-config-airbnb-base@15.0.0 None +8 2.32 MB ljharb
npm/glob@7.1.4 filesystem Transitive: environment +10 144 kB isaacs
npm/is-typed-array@1.1.12 None 0 17.6 kB ljharb
npm/json5@2.2.1 None 0 229 kB jordanbtucker
npm/lodash@4.17.21 None 0 1.41 MB bnjmnt4n
npm/merge@2.1.1 None 0 7 kB yeikos
npm/merge2@1.4.1 None 0 8.9 kB zensh
npm/object-inspect@1.13.1 None 0 97.2 kB ljharb
npm/type-check@0.4.0 None +1 57.9 kB gkz
npm/which-typed-array@1.1.13 None +6 101 kB ljharb

🚮 Removed packages: npm/@babel/cli@7.24.6, npm/@babel/core@7.24.6, npm/@babel/preset-env@7.24.6, npm/@types/babel__traverse@7.14.2, npm/@types/node@20.12.8, npm/glob@7.2.0, npm/resolve@1.21.0, npm/tslib@1.14.1, npm/tslint@5.20.1

View full report↗︎

Copy link

socket-security bot commented May 6, 2024

🚨 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
Environment variable access npm/debug@2.6.9
Filesystem access npm/debug@2.6.9
Filesystem access npm/globby@11.1.0
Filesystem access npm/path-type@4.0.0
Filesystem access npm/glob@7.1.4
Environment variable access npm/loose-envify@1.4.0
Environment variable access npm/minimatch@9.0.3
Environment variable access npm/minimatch@9.0.3
Filesystem access npm/fast-glob@3.2.11
CVE npm/json5@2.2.1
Filesystem access npm/glob@7.1.3
Critical CVE npm/babel-traverse@6.26.0
Environment variable access npm/babel-traverse@6.26.0
Deprecated npm/core-js@2.5.7
  • Reason: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
Uses eval npm/core-js@2.5.7
Uses eval npm/core-js@2.5.7
Environment variable access npm/tsconfig-paths@3.15.0
Filesystem access npm/tsconfig-paths@3.15.0
Debug access npm/tsconfig-paths@3.15.0

View full report↗︎

Next steps

What is environment variable access?

Package accesses environment variables, which may be a sign of credential stuffing or data theft.

Packages should be clear about which environment variables they access, and care should be taken to ensure they only access environment variables they claim to.

What is filesystem access?

Accesses the file system, and could potentially read sensitive data.

If a package must read the file system, clarify what it will read and ensure it reads only what it claims to. If appropriate, packages can leave file system access to consumers and operate on data passed to it instead.

What is a CVE?

Contains a high severity Common Vulnerability and Exposure (CVE).

Remove or replace dependencies that include known high severity CVEs. Consumers can use dependency overrides or npm audit fix --force to remove vulnerable dependencies.

What is a critical CVE?

Contains a Critical Common Vulnerability and Exposure (CVE).

Remove or replace dependencies that include known critical CVEs. Consumers can use dependency overrides or npm audit fix --force to remove vulnerable dependencies.

What is a deprecated package?

The maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.

Research the state of the package and determine if there are non-deprecated versions that can be used, or if it should be replaced with a new, supported solution.

What is eval?

Package uses eval() which is a dangerous function. This prevents the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.

Avoid packages that use eval, since this could potentially execute any code.

What is debug access?

Uses debug, reflection and dynamic code execution features.

Removing the use of debug will reduce the risk of any reflection and dynamic code execution.

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/debug@2.6.9
  • @SocketSecurity ignore npm/globby@11.1.0
  • @SocketSecurity ignore npm/path-type@4.0.0
  • @SocketSecurity ignore npm/glob@7.1.4
  • @SocketSecurity ignore npm/loose-envify@1.4.0
  • @SocketSecurity ignore npm/minimatch@9.0.3
  • @SocketSecurity ignore npm/fast-glob@3.2.11
  • @SocketSecurity ignore npm/json5@2.2.1
  • @SocketSecurity ignore npm/glob@7.1.3
  • @SocketSecurity ignore npm/babel-traverse@6.26.0
  • @SocketSecurity ignore npm/core-js@2.5.7
  • @SocketSecurity ignore npm/tsconfig-paths@3.15.0

@renovate renovate bot changed the title Update dependency @types/node to v20.12.9 Update dependency @types/node to v20.12.10 May 6, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch 2 times, most recently from 59b9cf7 to 114574b Compare May 8, 2024 13:27
@renovate renovate bot changed the title Update dependency @types/node to v20.12.10 Update dependency @types/node to v20.12.11 May 8, 2024
@renovate renovate bot changed the title Update dependency @types/node to v20.12.11 Update dependency @types/node to v20.12.12 May 14, 2024
@renovate renovate bot force-pushed the renovate/node-20.x branch 6 times, most recently from 004f411 to 3cdd489 Compare May 28, 2024 12:30
@renovate renovate bot changed the title Update dependency @types/node to v20.12.12 Update dependency @types/node to v20.12.13 May 29, 2024
@renovate renovate bot changed the title Update dependency @types/node to v20.12.13 Update dependency @types/node to v20.13.0 May 31, 2024
@renovate renovate bot merged commit 3046409 into master May 31, 2024
6 checks passed
@renovate renovate bot deleted the renovate/node-20.x branch May 31, 2024 21:20
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

Successfully merging this pull request may close these issues.

0 participants